-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
64 lines (61 loc) · 3.05 KB
/
aboutus.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
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
<!DOCTYPE html>
<html>
<head>
<title>About Us</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="aboutus.css">
<script src="https://kit.fontawesome.com/78ec96deb2.js" crossorigin="anonymous"></script></head>
<link href="https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>GameZ</h1>
<nav>
<ul>
<li><a href="/GME/index.html#games">Home</a></li>
<li><a href="#games">Games</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<h2>About Us</h2>
<p>Welcome to our gaming website! We're passionate about gaming and want to share that passion with others. Our team of game enthusiasts has come together to create a platform where gamers can find and play their favorite games, as well as discover new ones.
We believe that gaming is more than just a hobby – it's a way of life. That's why we're committed to providing a fun and engaging experience for all our users. Whether you're a casual gamer or a hardcore player, you'll find something to enjoy on our website.
Our goal is to create a community of like-minded gamers who share our love of the game. We welcome all players, regardless of their skill level or experience. We believe that gaming is a universal language that brings people together, and we want to be a part of that.
Thank you for visiting our website, and we hope you enjoy your gaming experience with us!</h3>
<div class="main" id="games">
<div class="game-grid" id="game-sec">
<div class="game">
<img class="imga" src="Denjichainsawman.png" alt="Game 1">
<h3>Manuj Dixit</h3>
<!-- <p>Three in a row wins. Strategic placement. Simple game.
</p>
<a href="pages\tic-tac-toe.html" target="_blank">Play Now</a> -->
</div>
<div class="game">
<img class="imga" src="eren.jpg" alt="Game 1">
<h3>Aniruddha Pandey</h3>
<!-- <p>Three in a row wins. Strategic placement. Simple game.
</p>
<a href="pages\tic-tac-toe.html" target="_blank">Play Now</a> -->
</div>
</main>
<footer>
<div class="container">
<div class="social-media-icons">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
<div class="footer-left">
<p>© 2021 Your Website Name. All Rights Reserved.</p>
</div>
<div class="footer-right">
<p>Made with ♥ by G.O.D.</p>
</div>
</div>
</footer>
</body>
</html>