-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
87 lines (87 loc) · 6 KB
/
people.html
File metadata and controls
87 lines (87 loc) · 6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=920">
<link rel="icon" type="image/x-icon" href="/favicon.ico" media="(prefers-color-scheme:no-preference)"/>
<link rel="icon" type="image/x-icon" href="/favicon-dark.ico" media="(prefers-color-scheme:dark)"/>
<link rel="icon" type="image/x-icon" href="/favicon.ico" media="(prefers-color-scheme:light)"/>
<link rel="stylesheet" href="/css/styles.min.css"/>
<title>The Phoenix Project - People</title>
<meta name="description" content="Just who are we? Find out about some of the members of our team here.">
</head>
<body>
<div id="container">
<script id="replace_with_header" src="/js/header.js"></script>
<div id="content">
<script id="replace_with_sidebar" src="/js/sidebar.js"></script>
<div id="main">
<div id="page-banner">
<div id="page-desc">
<h6>People</h6>
<hr>
<p>Just who are we? Find out about some of the members of our team here.</p>
</div>
<div id="page-thumbnail">
<img src="/images/people.webp" alt="people.webp" width="300" height="250"/>
</div>
</div>
<h1>Rafael Soares ("RafaXIS")</h1>
<div class="main-content">
<p>Rafael co-founded The Phoenix Project in November 2017, when he was just looking for a person to assist with the development of a small project called "Lost and Dead." Now look where we are. <br />These days, Rafael creates maps and provides additional music and awesome guitar riffs.</p>
</div>
<h1>Sabian Roberts ("hiphopparrpa")</h1>
<div class="main-content">
<p>Sabian co-founded The Phoenix Project in November 2017, when he saw a Steam Forums post of someone looking for assistance with the development of a small project called "Lost and Dead." Now look where we are. <br />Since 2017, Sabian has taken upon many roles within the Software division of The Phoenix Project, and has been creating maps for, programming, composing, designing, and writing Cross Product. <br />In the future, he wants to be a filmmaker, but who knows where Phoenix will take him. <br />The Phoenix Project Software effectively is his free time.</p>
<p><a target="_blank" href="mailto:sabian@phoenixproject.cc">Get in touch with Sabian</a></p>
</div>
<h1>xSousa</h1>
<div class="main-content">
<p>Sousa joined in 2018 as a graphic designer and is now on our Playtest team, helping provide valuable feedback and reports.</p>
</div>
<h1>GLITCHGOD</h1>
<div class="main-content">
<p>Glitch joined in 2020 as a graphic designer but has since moved on to creating levels for multiplayer and assisting with designing Cross Product.</p>
</div>
<h1>Ry13y04</h1>
<div class="main-content">
<p>Ryley joined in 2020 as a playtester, but very quickly moved on to becoming our UX Lead. He's in charge of the majority of menus you see in our games, and is also a Gameplay Designer for Cross Product Multiplayer where he has created and updated gamemodes, and is responsible for the placements of flags and control points in each map for the Capture the Flag and Domination gamemodes.</p>
</div>
<h1>BlueNightHawk</h1>
<div class="main-content">
<p>BNH joined in 2021 and is one of the programmers in charge of Aura. His portfolio of Half-Life Mods is extensive, having completely overhauled the UI framework in the past and even added a Gravity Gun to the game. With us he has helped create the Aura codebase.</p>
</div>
<h1>Ivan ("naii_")</h1>
<div class="main-content">
<p>Ivan joined in 2020 as a singleplayer level designer and is helping us create levels for Cross Product.</p>
</div>
<h1>"Boomerang Monkey"</h1>
<div class="main-content">
<p>BM joined in 2020 as a playtester.</p>
</div>
<h1>maxresdefault</h1>
<div class="main-content">
<p>maxresdefault joined us in 2021, and is our Webmaster. His generosity to Phoenix is the reason we have this website which he designed and operates, and is the reason we have our own handy emails.</p>
</div>
<h1>Dean AMX ("Contraz_VII")</h1>
<div class="main-content">
<p>Dean joined in 2023 and is an assistant programmer, helping with the maintenance of the Aura codebase. He is also behind other Half-Life Mods.</p>
</div>
<h1>Fujiwara</h1>
<div class="main-content">
<p>Fuji joined in 2025 and is a programmer helping us create Halo: GoldSource.</p>
</div>
<h1>Dabzik</h1>
<div class="main-content">
<p>Dabzik joined in 2024 as a level designer and is helping us create Half-Life Legacy.</p>
</div>
<h1>Marianoa213</h1>
<div class="main-content">
<p>Maria joined in 2024 after transferring from the original HaloGS Team. They have created many maps for the game and is still working on more.</p>
</div>
</div>
<script id="replace_with_footer" src="/js/footer.js"></script>
</div>
</body>
</html>