-
Notifications
You must be signed in to change notification settings - Fork 0
/
the_espionage_project.html
29 lines (29 loc) · 1.08 KB
/
the_espionage_project.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
<div class="infoCard">
<h1>THE ESPIONAGE PROJECT</h1>
</div>
<div class="imageCarousel">
<img class="carouselImage" id="imageHidden" src="./res/gameImages/the_espionage_project/screenshot1.png">
<div class="imageCarouselBottom">
<div class="imageNumber"><p></p></div>
<div class="carouselControls">
<div class="carouselButton" id="carouselLeft" onclick="previousImage()"><</div><div class="carouselButton" id="carouselRight" onclick="nextImage()">></div>
</div>
<div class="imageCarouselBottomSpacer"></div>
</div>
</div>
<div class="infoCard">
<h1>About Game</h1>
<p>A stealthy TF-themed multiplayer mod. A team of civillians must keep the operation in order, and the Agent must sabotage it all. Cause coorporate espionage, or stop it!</p>
<h2>Features</h2>
<p>-New characters in the TF universe with plenty of dialogue.<br>-Unique map locations and designs.<br>-An original soundtrack.</p>
<h2>Release Info</h2>
<p>TBD</p>
</div>
<div class="infoCard">
<h1>BLOG</h1>
<div class="blogPostList" id="tepList">
</div>
</div>
<!--<div class="infoCard">
<h1>Links</h1>
</div>--->