-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (53 loc) · 2.69 KB
/
index.html
File metadata and controls
56 lines (53 loc) · 2.69 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Games for the tech elderly - FairlyOutdated Games</title>
<meta name="description" content="Home of FairlyOutdated Games, Neoados, and more!" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<ul class="navul">
<li><a class="active navli" href="#home">Home</a></li>
<li><a class="navli" href="#about">About</a></li>
<li><a class="navli" href="#news">News</a></li>
<li><a class="navli" href="#projects">Projects</a></li>
<li class="navli" style="float:right"><a href="contact.html">Contact</a></li>
</ul>
<div class="hero-image">
<div class="hero-text">
<img src="logo_trans_color_notext_small.png" height="10%">
<h1 style="font-size:50px">FairlyOutdated Games</h1>
<p>Games for the tech elderly</p>
</div>
</div>
<div style="text-align: center; padding: 10%; padding-top:0%; padding-bottom:0%;" id="about">
<h1>About us</h1>
<p>FairlyOutdated is a game studio that specialises in making games that support many older platforms, often not supported by the company that created them. We make games for PC, Wii U, and Flash. FairlyOutdated is composed of a leviathan team of <a href="https://twitch.tv/Safariminer">one person</a>.</p>
</div>
<hr/>
<div style="text-align: center; padding: 10%; padding-top:0%; padding-bottom:0%;" id="news">
<h1>News</h1>
<h3>Not any yet...</h3>
</div>
<hr/>
<div style="text-align: center; padding: 10%; padding-top:0%; padding-bottom:0%;" id="projects">
<h1>Projects</h1>
<div>
<h3>Neourba</h3>
<p>- Development time: 5 years(planned)<br/>
- Development status: map-making, testing, etc... Pre-alpha.<br/>
- Engine: <a href="https://github.com/id-Software/DOOM">id Tech 1</a>(more precisely <a href="https://github.com/coelckers/gzdoom">GZDooM</a>)<br/>
- Type: Shooter<br/><a href="https://trello.com/b/rWDbhwgr/neoados">Trello(Outdated)</a></p>
</div>
</div>
<hr/>
<div style="text-align: center; padding: 10%; padding-top:0%; padding-bottom:0%;">
<h6>FairlyOutdated Games 2021 - 2022. All rights reserved.<br/>
Original Hero Image on Pixabay: <a href="https://pixabay.com/fr/photos/code-html-num%c3%a9rique-codage-1076536/">https://pixabay.com/fr/photos/code-html-num%c3%a9rique-codage-1076536/</a>
<br/>
<a href="https://www.facebook.com/people/FairlyOutdated-Games/100087179407350/">Facebook</a>|<a href="https://www.youtube.com/channel/UCukULDvuK-bRyAiRj1NXtvA">Youtube</a>|<a href="https://twitter.com/fairlyoutdated">Twitter</a>|<a href="https://www.instagram.com/fairlyoutdated/">Instagram</a>
</h6>
</div>
</body>
</html>