-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDhruvanChandrupatla.html
175 lines (153 loc) · 6.66 KB
/
DhruvanChandrupatla.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Artifical Apocolypse</title>
<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="styles/DhruvanChandrupatla.css">
<link rel="stylesheet" href="styles/footer.css">
<script src="scripts/header.js"></script>
</head>
<body>
<div class="banner">
<!--Navigation Bar(begin)-->
<header>
<a href="home.html"><img src="images/sideLogo.png" class="logo"></a>
<nav>
<ul class="nav_links">
<li><a class="nav-link" href="home.html#about-us">About Us</a></li>
<li><a class="nav-link" href="ContactUs.html">Contact</a></li>
<li>
<!--Dropdown for games-->
<div class="dropdown">
<button class="dropdownBtn">Games</button>
<div class="dropdown-menu">
<table class="dropdown-links">
<tr>
<td><a href="AradhayaMukhraiya.html" class="dropdown-link">Avillius Adventure</a></td>
</tr>
<tr>
<td><a href="DhruvanChandrupatla.html" class="dropdown-link">Artificial Apocolypse</a></td>
</tr>
<tr>
<td><a href="RajatPatel.html" class="dropdown-link">The Locked Laptop</a></td>
</tr>
<tr>
<td><a href="AdishKuthyarSupreeth.html" class="dropdown-link"></span>Quantum Computer</a></td>
</tr>
</table>
</div>
</div>
<!--Dropdown end-->
</nav>
<form action="checkout.html"><button class="buy" href="">BUY NOW</button></form>
</header>
<!--Navigation Bar(end)-->
<div class="content">
<h1 style="display: inline-block;">
<p style="color: #1279c0; padding-bottom: 10px;font-family: 'Public Pixel', sans-serif;">Artificial</p>
<p style="color: #ed3a26;font-family: 'Public Pixel', sans-serif;">Apocolypse</p>
</h1>
<p style="font-family: 'Public Pixel', sans-serif;">Enter a world of the far future, where artificial
inteligence has taken over and all humans have been eradicated, except you! Are you able to surive the
endless onslaught of these mindless robots?</p>
</div>
</div>
<!--Charecter animations (start)-->
<div class="hero"></div>
<div class="robot"></div>
<div class="robot"></div>
<!--Charecter animations (end)-->
<!--Information Grid (start)-->
<div class="container" style="font-family: 'Public Pixel', sans-serif;">
<div class="grid-item">
<img src="images/artificalApcolypse.png" alt="Image 1">
</div>
<div class="grid-item">
<h2 style="font-family: 'Public Pixel', sans-serif;">Progressive Waves</h2>
<p style="font-family: 'Public Pixel', sans-serif; line-height: 20px;">Zombies don't just come one by one, they
come in waves, an ever-evolving challenge. With each wave you will face an escalating onslaught of more abundant
and stronger enemies
</p>
</div>
<div class="grid-item">
<h2 style="font-family: 'Public Pixel', sans-serif;">Robot Types</h2>
<p style="font-family: 'Public Pixel', sans-serif;">Robots come in three types: basic, speed and giant, each
having thier unique perks and traits.
</p>
</div>
<div class="grid-item">
<img src="images/types.png" alt="Image 1">
</div>
<div class="grid-item">
<img src="images/artifical-weapons.png" alt="Image 1">
</div>
<div class="grid-item">
<h2 style="font-family: 'Public Pixel', sans-serif;">Weapons</h2>
<p style="font-family: 'Public Pixel', sans-serif;">Explore an extensive arsenal of robot-killing weapons from
razor-sharp swords to laser-blasting guns!
</p>
</div>
<div class="grid-item">
<h2 style="font-family: 'Public Pixel', sans-serif;">Upgrades</h2>
<p style="font-family: 'Public Pixel', sans-serif;">Not only can you get weapons from the shop, you can buy
special upgrades that enhance your damage, healing, defense and more!
</p>
</div>
<div class="grid-item">
<img src="images/artificalUpgrades.png" alt="Image 2">
</div>
<div class="grid-item">
<img src="images/eduAI.png" alt="Image 1">
</div>
<div class="grid-item">
<h2 style="font-family: 'Public Pixel', sans-serif;">Educational Content</h2>
<p style="font-family: 'Public Pixel', sans-serif;">Learn about the essential concepts of artifical inteligence
while having fun, exicting experience.
</p>
</div>
</div>
<!--Information Grid (end)-->
<!--Footer (begin)-->
<footer>
<div style="margin-top:200px"; class="footer-container">
<!--Social icons (start)-->
<div class="social-icons">
<a class="social-button" href="https://youtube.com"><img src="images/youtube.svg" width="50px" height="50px"></a>
<a class="social-button" href="https://facebook.com"><img src="images/facebook.svg" width="50px" height="50px"></a>
<a class="social-button" href="https://twitter.com"><img src="images/twitter.svg" width="50px" height="50px"></a>
<a class="social-button" href="https://linkedin.com"><img src="images/linkedin.svg" width="50px" height="50px"></a>
<a class="social-button" href="https://gmail.com"><img src="images/email.svg" width="50px" height="50px"></a>
</div>
<!--Social icons (end)-->
<div class="footerNavigation">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
<li><a class="nav-link" href="home.html#about-us">About Us</a></li>
<li><a class="nav-link" href="home.html#Pricing">Pricing</a></li>
<li><a href="checkout.html">Checkout</a></li>
</ul>
</div>
</div>
<div class="copyrightsection">
<p>©Multiversal Games 2023, Copyright all rights reserved</p>
</div>
</footer>
<!--Footer (end)-->
<script>
window.onload = () => { //Execute this code when the window loads
const robots = document.querySelectorAll('.robot'); //Get all the elements with class robot
robots.forEach((robot) => { //Loop through each element
robot.style.opacity = 0; //Hide this element for animation delay
});
setTimeout(() => { //Wait 1 second before executing this code
robots.forEach((robot) => {//Loop through each element
robot.style.opacity = 1;//Show this element after animation delay ended
});
}, 1000); //1000 miliseconds, which is 1 second
}
</script>
</body>
</html>