-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
29 lines (27 loc) · 1.65 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link href="about.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class='container info'>
<header><h1 align='center'>About This Site</h1></header>
<h3 align="center">Why did I choose to build this Top 10?</h3>
<br>
<p >Games are the whole reason I entered into the web development atmosphere. <br>
My goal is to create a website for all gamers where there's both a asense of community and trustworthy sources for games.<br>
As a kid, and even now as an adult, games were a haven and a form of interactive–meditation for me.<br>
Throughout my entire life, video–games have given me hope, friends, perspective, and enough entertainment to keep me in my room for days on end.<br>
I don't expect everyone else to understand the insumountable impact games can have on a persons life, but I know there are a large commnity of gamers who share this stress–releasing hobby. <br>
I just hope you enjoyed reading over this ‘Top 10 Games of All Time’ list and encourage you to give at least one a try. I promise, you won't regret it.<br>
<br>
<p> And also, check out <a class='links' href="https://www.ign.com/lists/top-100-games" target="_blank">IGN's Top 100 Games of All Time list</a>. Their list monumental in helping me create this list, so i at–least want to give credit where credit is due.
<br><br>
<p>What's your Top 3 favorite games? <br>
Let us know by filling out our <a class='links' href="./contact.html">Contact</a> form.</p>
<br><br><br>
<a class='links' href="./index.html"><h3>Go Home</a></h3>
</div>
</body>
</html>