-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlandingpage.html
More file actions
181 lines (175 loc) · 6.15 KB
/
landingpage.html
File metadata and controls
181 lines (175 loc) · 6.15 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
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
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="landingpage.css" />
<title>Entropy Landing Page</title>
</head>
<body>
<section class="home">
<div class="clearfix">
<div class="logo-image" style="text-align: left">
<img src="Logo.png" width="100" alt="My Image" />
</div>
<div>
<ul class="solarsystem">
<li class="sun">
<a href="#sun"><span>Sun</span></a>
</li>
<li class="mercury">
<a href="#mercury"><span>Mercury</span></a>
</li>
<li class="venus">
<a href="#venus"><span>Venus</span></a>
</li>
<li class="earth">
<a href="#earth"
><span>Earth<span class="moon"> & Moon</span></span></a
>
</li>
<li class="mars">
<a href="#mars"><span>Mars</span></a>
</li>
<li class="asteroids_meteorids">
<span>Asteroids & Meteorids</span>
</li>
<li class="jupiter">
<a href="#jupiter"><span>Jupiter</span></a>
</li>
<li class="saturn">
<a href="#saturn"
><span>Saturn & <span class="ring">Ring</span></span></a
>
</li>
<li class="uranus">
<a href="#uranus"><span>Uranus</span></a>
</li>
<li class="neptune">
<a href="#neptune"><span>Neptune</span></a>
</li>
<li class="pluto">
<a href="#pluto"><span>Pluto</span></a>
</li>
</ul>
</div>
</div>
<div class="section-top">
<div class="para">
<h2>Entropy</h2>
<h2>Entropy</h2>
</div>
<div class="explain">
<p>
Space, oh vast space, all around us and yet a beguiling mystery.
Deep dark stream of never ending bewilderment. From the humongous
landmasses orbiting and circling the almighty stars, to the
speculation of life forms beyond our own. What lies beyond this mist
of darkness and dust, the possibilities are endless, the ideal
opportunity for analytical heads to meander around in.<br /><br />
After two years, IIITG is back with its Techfest, Entropy. Full of
exciting events and drills, the lineup is gonna leave you intrigued.
So come, put on your space suits and dive into the endless abyss
with us!
</p>
<a href="https://linktr.ee/entropy2022"><button class="button">CLick here to register for events!</button></a>
</div>
</div>
</section>
<section class="section section-stream">
<img
src="meteor.png"
alt="Asteroid"
class="play rellax"
data-rellax-speed="-1"
data-rellax-xs-speed="-5"
/>
<div class="content rellax" data-rellax-speed="10">
<div>
<h2 class="secondary-text">Valo Jods</h2>
<p>
In the cosmos of Ryenas, crush the jods of gaming and ace your way
to triumph!
</p>
</div>
<div>
<h2 class="secondary-text">Code-Thrill 5.0</h2>
<p>
Does your algo have what it takes? Well, think again; ‘cause your
rival is willing to lock horns with you!
</p>
</div>
<a href="events.html">
<h3 align="center"><u>Click here to learn more about the events</u></h3>
</a>
</div>
</section>
<section class="section section-grid">
<div class="rellax" data-rellax-speed="1" data-rellax-xs-speed="3">
<i class="fas fa-hands fa-3x secondary-text"></i>
<h2>
<a href="./Sponsors.html">
Sponsors
<span class="secondary-text dot">.</span>
</a>
</h2>
<p>
Thanking the generous souls that made this celebration of the
supernova possible. Click here to learn more about our sponsors.
</p>
</div>
<div class="rellax" data-rellax-speed="4" data-rellax-xs-speed="3">
<i class="fas fa-users fa-3x secondary-text"></i>
<h2>
<a href="./Teams.html">
Teams
<span class="secondary-text dot">.</span>
</a>
</h2>
<p>
Behind every good fest, there’s an equally great team working hard to
bring their visions into fruition. Click here to learn about the
individuals that orchestrated the astral tones of the event
</p>
</div>
<div class="rellax" data-rellax-speed="7" data-rellax-xs-speed="3">
<i class="fas fa-images fa-3x secondary-text"></i>
<h2>
<a href="./gallery.html">
Gallery
<span class="secondary-text dot">.</span>
</a>
</h2>
<p>Some memories and moments carved out in pixelated dimensions.</p>
</div>
</section>
<footer class="footer">
<div class="banner-image">
<img src="Banner.png" alt="" class="banner" />
</div>
<ul>
<li>
<a class="footer_list" href="https://www.iiitg.ac.in/contact.php"
>Contact Us</a
>
</li>
<li>
<a class="footer_list" href="Teams.html">About Us</a>
</li>
</ul>
</footer>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/rellax/1.12.1/rellax.min.js"
integrity="sha512-f5HTYZYTDZelxS7LEQYv8ppMHTZ6JJWglzeQmr0CVTS70vJgaJiIO15ALqI7bhsracojbXkezUIL+35UXwwGrQ=="
crossorigin="anonymous"
></script>
<script src="js/main.js"></script>
</body>
</html>