-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-about.html
More file actions
67 lines (60 loc) · 3 KB
/
page-about.html
File metadata and controls
67 lines (60 loc) · 3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us | Pyroshock Studios</title>
<link rel="stylesheet" href="global.css">
<link rel="stylesheet" href="components.css">
<link rel="stylesheet" href="page-about.css">
<link rel="icon" type="images/png" href="icons/logo_icon_32.png">
<script src="scripts/redirector.js" defer></script>
<script src="scripts/main.js" defer></script>
</head>
<body>
<div data-include="includes/header.html"></div>
<main class="content-container">
<h1>About Pyroshock Studios</h1>
<section class="about-section">
<h2>Our Story</h2>
<p>
Founded in The Netherlands, Pyroshock Studios started as a small team of passionate developers
with a shared dream: to create efficient software and fun games.
</p>
</section>
<section class="about-section">
<h2>Our Mission</h2>
<p>
We want to make efficiency and <em>fun</em> the standard, and not a luxury,<br/>
We want to bring the market back to the consumer,<br/>
We want to fight against planned obselecense,<br/>
And right now, we are starting by providing private software contracts, delivering custom solutions for clients, and
developing our own in-house game titles like <a href="http://www.derbyheat.com" target="_blank">Derby Heat</a>.
Efficiency, research, and a passion for quality is what we are, which is why we build
our own tools like the <a href="https://github.com/ZilverBlade/Shard3DDocs" target="_blank">Shard3D Engine</a>.<br/>
But we also want to share our efforts, and give access to efficient libraries to the developer, and inspire them to follow our footsteps in making a change,
which is why we provide open source libraries like <a href="https://github.com/PyroshockStudios/Shockgraph" target="_blank">ShockGraph</a> which has been
extensively tested and designed to provide a wide range of compatibility, ease of access, and performance.
</p>
</section>
<section class="about-section">
<h2>The Team</h2>
<p>We are a growing team of programmers, artists, and designers.</p>
<div class="team-container">
<div class="team-member-card">
<h3>Tristan A. W. D. Fransen</h3>
<p><em>(<span class="calculate-age" data-dob="20061023"></span>) Lead Developer / Founder</em></p>
<p>2nd year Computer Science bachelor student, with a high passion for perfection and excellence.</p>
</div>
<div class="team-member-card">
<h3>Tyrese Jerome Ferreira</h3>
<p><em>(<span class="calculate-age" data-dob="20031011"></span>) Game Developer / Co-Founder</em></p>
<p>Computer Science graduate, experience in creating and releasing games.</p>
</div>
</div>
</section>
</main>
<div data-include="includes/footer.html"></div>
</body>
</html>