-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
83 lines (83 loc) · 3.1 KB
/
about.html
File metadata and controls
83 lines (83 loc) · 3.1 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="css/1001fonts-thuner-eula.txt" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/styles.css" />
<title>Game Hub | About Us</title>
</head>
<body>
<header>
<img id="logo" src="images/GameHub_Logo.png" />
<nav class="nav-list">
<a href="index.html">store</a>
<a href="collection.html">collection</a>
<a href="about.html">about us</a>
<a href="contact.html">contact</a>
</nav>
</header>
<main>
<h1>Welcome to Game Hub!</h1>
<section>
<div class="about-text">
<p>
We are your ultimate destination for all things
gaming, offering a vast selection of games online at competitive prices.
Whether you're a casual gamer, a hardcore enthusiast, or somewhere in
between, Game Hub has something for everyone.
</p>
<p>
At Game Hub, we understand the thrill and excitement that comes with
gaming. Our team of passionate gamers handpick each game in our
inventory, ensuring that we offer only the best and most popular titles
across various platforms, including PC, console, and mobile. From
action-adventure to sports, from strategy to role-playing, we have a
wide range of games to suit all tastes and preferences.
</p>
<p>
As avid gamers ourselves, we understand the importance of convenience.
That's why we offer digital downloads, allowing you to instantly access
and play your games without the need for physical copies. With our
seamless online purchasing process, you can get your favorite games
delivered straight to your device in no time.
</p>
<p>
We are also committed to staying up-to-date with the latest gaming
trends and releases, ensuring that our inventory is constantly updated
with new titles and pre-orders. Be sure to check back frequently to
discover the latest and greatest games available at Game Hub.
</p>
<p>
Thank you for choosing us as your go-to source for all your gaming
needs. Join us in our mission to provide top-quality games at
competitive prices, and let's embark on a gaming adventure together!
</p>
</section>
</div>
</main>
</body>
<footer>
<div class="footer-content">
<div class="footer-contact">
<a href="contact.html">Contact</a>
<p>email@gamehub.support</p>
<p>+11 345 67 890</p>
<p>FAQ</p>
</div>
<div class="footer-about">
<a href="about.html">About us</a>
</div>
<div class="footer-social">
<p>Find us on:</p>
</div>
<p>Copyright ©</p>
</div>
</footer>
</html>