-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
90 lines (90 loc) · 4.38 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
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
84
85
86
87
88
89
90
<html>
<head>
<title>MatrixRealm | About</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" href="Images/website logo.png" type="image/png">
</head>
<body>
<!--NavBar-->
<header>
<a href="index.html" class="logo">MatrixRealm</a>
<ul class="nav">
<li><a href=home.html>Home</a></li>
<li><a href=about.html>About</a></li>
<li><a href=games.html>Games</a></li>
<li><a href=tournaments.html>Tournaments</a></li>
</ul>
<div class="action">
<div class="searchbox">
<a href="#"><i class='bx bx-search'></i></i></a>
<input type="text" placeholder="Search Games">
</div>
</div>
<ul class="user">
<li><a href=signup.html><i class='bx bx-user'></i></a></li>
</ul>
</header>
<!--Home Banner-->
<div class="banner" id="Home">
<div class="bg">
<div class="content">
<h2>A New Home for Game Lovers</h2>
<p>Unleash your gaming passion and explore limitless adventures on our game website.</p>
<a href="register.html" class="btn">Join Now</a>
</div>
<div><img src="Images/assassin.png"></div>
</div>
</div>
<!--About-->
<div class="about" id="About">
<div class="contentbox">
<h2>About Us</h2>
<p>Welcome to our game website, the ultimate destination for all your gaming needs. Immerse yourself
in a world of thrilling adventures, intense competition, and limitless entertainment. Discover a
vast collection of games across various genres, from action-packed shooters to captivating RPGs and mind-bending puzzles.
</p>
<p>
Our website offers a seamless browsing experience, allowing you to explore and discover new titles with ease.
Dive into the world of gaming with our handpicked selection of top-rated games, featuring stunning graphics,
immersive gameplay, and captivating storylines.
</p>
<p>
Join our community of passionate gamers, where you can connect with like-minded individuals, share your gaming
experiences, and participate in exciting events and tournaments. Get ready to level up your gaming journey and unleash the gamer within you.
</p>
<p>
Experience the thrill, excitement, and endless possibilities of gaming. Start your adventure today on our game website and unlock a world of
unparalleled gaming experiences.
</p>
</div>
<img src="Images/aboutimg.png">
</div>
<!--Games-->
<div class="gamebox" id="games">
<div class="gamecontent">
<h2>Games</h2>
<p>Discover a vast collection of thrilling games and embark on unforgettable gaming experiences.
</p><br>
<h3>
Explore the Different Genres Games Here!
</h3>
<a href="games.html">Explore</a>
</div>
<img src="Images/videogame.png">
</div>
<!--Footer-->
<footer>
<div class="info">
<a href="index.html" class="logo">MatrixRealm</a>
<p><i class='bx bx-copyright'></i>2023 All Rights Reserved</p>
<ul>
<li><a href="https://www.facebook.com/epicgames/"><i class='bx bxl-facebook'></i></a></li>
<li><a href="https://www.instagram.com/epicgames/?hl=en"><i class='bx bxl-instagram'></i></a></li>
<li><a href="https://twitter.com/EpicGames"><i class='bx bxl-twitter'></i></a></li>
<li><a href="https://www.youtube.com/channel/UC5Qk8mWBwtMyEj7iQQYRk1A"><i class='bx bxl-youtube'></i></a></li>
</ul>
</div>
</footer>
</body>
</html>