-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
37 lines (33 loc) · 1.41 KB
/
contact.html
File metadata and controls
37 lines (33 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Contact - FairlyOutdated Games</title>
<meta name="description" content="Contact the people behind FairlyOutdated Games!" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<ul class="navul">
<li><a class="navli" href="index.html">Home</a></li>
<li><a class="navli" href="index.html#about">About</a></li>
<li><a class="navli" href="index.html#news">News</a></li>
<li><a class="navli" href="index.html#projects">Projects</a></li>
<li class="active navli" style="float:right"><a href="#">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%;">
<h1>Contact us</h1>
<p>Feel free to contact me by email at one of these:<br/>safariminer16@gmail.com<br/>safariminer@outlook.com<br/>catartik73@outlook.com<br/><br/>These are ranked from the most likely to get a reply from to the least likely.</p>
</div>
<hr/>
<div style="text-align: center; padding: 10%; padding-top:0%; padding-bottom:0%;">
<h6>FairlyOutdated Games 2021 - 2022. All rights reserved.</h6>
</div>
</body>
</html>