-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
31 lines (31 loc) · 1.65 KB
/
home.html
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
<img class="mainBanner" src="./res/coax-banner2.webp">
<div class="infoCard">
<h1>Who are we?</h1>
<p>Formed from ashes of a previous modding group, we're a collective of amateur hobbyists developing mods for games in our spare time.</p>
<p>Between our various teams, we are currently developing the following projects:</p>
<ul>
<li>Deathmatch Classic: Refragged - A Source Engine remake/continuation of Deathmatch Classic, adding new, weapons, levels, gamemodes, QOL improvements and more!</li>
<li>Lambda Fortress - Play Half-Life 2 and other Source campaigns in singleplayer or co-op as the Team Fortress 2 mercenaries!</li>
<li>The Espionage Project - A stealthy TF-themed multiplayer mod. Cause corporate espionage, or stop it!</li>
</ul>
<p>Partners:</p>
<ul>
<li>Adastral - A unified installing solution for sourcemods, built for reliability, efficiency, speed and ease of use.</li>
<li>Fortress Connected - A bombastic conglomeration of a bunch of Team Fortress based modes, mods, and whatever the hell else we want to add to it, built off of Lambda Fortress.</li>
</ul>
</div>
<div class="infoCard">
<h1>Website Development Notes</h1>
<p>To-do:</p>
<ul>
<li>lower music when media playing</li>
<li>populate individual game pages with more screenshots/videos</li>
<li>blog post clean-up (correctly sizing images on both desktop and phones)</li>
<li>Mini "wiki" pages documenting entity additions/changes in our mods</li>
<li>game-appropiate backgrounds</li>
<li>more stuff i don rember</li>
</ul>
</div>
<div class="infoCard" style="background-color:#23262a;">
<h1 class="pageLink" onclick="loadPageContents('credits')">View the crew</h1>
</div>