-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
114 lines (110 loc) · 5.1 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="nev.css" rel="stylesheet">
<link href="gdg_style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="aboutstyle.css">
<link rel="stylesheet" href="loader.css">
<link rel="icon" type="image/x-icon" href="GDGS.png">
<title>GDGS About-Section</title>
</head>
<body>
<div class="loader"></div>
<section>
<nav class="navmode">
<img src="a5.png" class="logomode">
<p class="logonamemode">GDGS<marquee class="marqueemode" scrollamount="10" >
<h3>Comming Soon <strong><i><b>Yunso Fight</b></i></strong></h3>
</marquee>
<div class="menumode">
<a class="menubottonmode" href="index.html">HOME</a>
<a class="menubottonmode" href="about.html">ABOUT</a>
<a class="menubottonmode" href="downlord.html">DOWNLORD</a>
<a class="menubottonmode" href="commingsoon.html">COMMING</a>
<a class="menubottonmode" href="gamingsection.html">GAMES</a>
<button style="background-image: linear-gradient(rgb(0, 0, 90),rgb(38, 32, 0),black);">
<a class="menubottonmode1" style="border-radius: 0px; ">SIGNIN</a>
</button>
<button style="background-image: linear-gradient(rgb(0, 0, 90),rgb(38, 32, 0),black);">
<a class="menubottonmode1" style="border-radius: 0px; ">SIGNUP</a>
</button>
</div>
</p>
</nav>
</section>
<section class="about-section">
<div class="about-container">
<div class="about-image">
<img src="w2.jpg" alt="About Image">
</div>
<div class="about-content">
<h2>About GDGS</h2>
<p>
At GDGS, we are more than just a gaming company. We are innovators, creators, and visionaries
dedicated to pushing the boundaries of what's possible in the world of gaming. Our team is
composed of industry veterans and young talents who are passionate about delivering unmatched
gaming experiences.
</p>
<p>
Our games are designed with one purpose: to immerse you in worlds that are both stunningly
realistic and wildly imaginative. We believe in the power of gaming to bring people together,
to inspire, and to create lasting memories. Welcome to the future of gaming, where the only
limit is your imagination.
</p>
<a href="learn.html" class="about-btn">Learn More</a>
</div>
</div>
</section>
<section id="about">
<footer class="footer">
<div class="container">
<div class="footer-row">
<div class="footer-col">
<h4>Company</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Our Services</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Affiliate Program</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Get Help</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Shipping</a></li>
<li><a href="#">Returns</a></li>
<li><a href="#">Order Status</a></li>
<li><a href="#">Payment Options</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Online Shop</h4>
<ul>
<li><a href="#">Watch</a></li>
<li><a href="#">Bag</a></li>
<li><a href="#">Shoes</a></li>
<li><a href="#">Dress</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Follow Us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-tiktok"></i></a>
</div>
</div>
</div>
</div>
</footer>
</section>
</body>
<script src="loader.js"></script>
</html>