-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
108 lines (95 loc) · 4.73 KB
/
about.html
File metadata and controls
108 lines (95 loc) · 4.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>About Us - Two Devils</title>
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="responsive.css">
</head>
<body>
<div class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<header>
<h1>About Us</h1>
<p>Our Story and Vision</p>
</header>
<section class="intro">
<h2>Introduction</h2>
<p>Welcome to Two Devils, a pioneering indie game studio founded in 2024. Driven by passion and creativity, we
specialize in crafting unique and challenging gaming experiences that push the boundaries of design and
storytelling. Our debut game, "To the End," introduced players to an unforgiving platforming world, while
our upcoming title, "Echos of Tomorrow," promises a captivating sci-fi RPG adventure. As a dedicated team of
dreamers and doers, we invite you to join us on our journey to create unforgettable gaming moments.</p>
</section>
<section class="team animate">
<h2>Team</h2>
<p>At Two Devils, our team may be small, but our passion and creativity are boundless. Founded by two dedicated
game enthusiasts, we bring diverse skills and a shared vision to every project. Together, we combine our
expertise in game design, programming, and storytelling to create unique and immersive experiences. Though
we are just two members strong, our commitment to quality and innovation drives us to push the limits of
indie game development. Join us on our journey as we continue to grow and craft unforgettable gaming
adventures.</p>
</section>
<section class="founders animate">
<h2>Founders</h2>
<div class="images">
<div class="admin1">
<div class="imgg"></div>
<h4>BANDIT</h4>
<p>Game Programmer</p>
</div>
<div class="admin2">
<div class="imgg2"></div>
<h4>BROKKEN</h4>
<p>Game Designer</p>
</div>
</div>
</section>
<section id="join-us" class="animate">
<h1>Join Our Team at Two Devils</h1>
<p><strong>Who We Are:</strong> At <strong>Two Devils</strong>, we create unique and challenging gaming
experiences. Our latest project, <em>Echos of Tomorrow</em>, highlights our commitment to innovation and
quality.</p>
<br>
<p><strong>Why Join Us:</strong> Work on innovative projects where your ideas matter, collaborate with a
passionate team, and grow your career with us. Please note, as a new studio with no budget, these positions
are unpaid at the moment.</p>
<br>
<p><strong>Current Openings:</strong> We are open to any role that can contribute to our team, including Pixel
Artists, Game Developers (Godot), and Story Writers. If you have a skill set that you believe would be a
valuable addition, we’d love to hear from you.</p>
<br>
<p><strong>How to Apply:</strong> Send your resume, portfolio, and cover letter to <a
href=mailto:0twodevils0@gmail.com>0twodevils0@gmail.com</a>. We look forward to hearing from you!</p>
</section>
<div class="social">
<div class="yt">
<a href="https://youtube.com/@twodevils_0?si=Me3A5BbUamK-nPKr"><i class="fa-brands fa-youtube"></i></a>
</div>
<div class="itch">
<a href="https://two-devils.itch.io/"><i class="fa-brands fa-itch-io"></i></a>
</div>
</div>
<div class="m-footer">
<img src="Assests/logo.png" alt="logo-img">
</div>
<footer>
<p>© 2024 Two Devils. All rights reserved.</p4>
</footer>
<script src="about-script.js"></script>
</body>
</html>