-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
201 lines (173 loc) · 10.6 KB
/
index.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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="./images/logo.png">
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IEEE-VIT</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />
<script src=" ./data.json" defer> </script>
<script src="./js/app.js" defer></script>
<script src="js/domains.js" defer></script>
<script src="./js/carousel.js" defer></script>
<script src="./js/board.js" defer></script>
</head>
<body class="">
<div id="loader">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div id="main-content">
<nav class="navbar">
<div class="hamburger-menu">
<img src="images/hamburger.svg" alt="Hamburger Icon">
</div>
<ul class="menu close">
<img src="./images/cross.svg" alt="" class="cross">
<li class="menu_options"><a href="">Home</a></li>
<li class="menu_options"><a href="#about">About Us</a></li>
<li class="menu_options"><a href="#techloop">TechLoop</a></li>
<li class="menu_options"><a href="#events">Events</a></li>
<li class="menu_options"><a href="#blogs-mid">Blogs</a></li>
<li class="menu_options"><a href="#podcast">Podcast</a></li>
<li class="menu_options"><a href="alumni.html">Alumni</a></li>
</ul>
<ul class="socials">
<a href="https://www.facebook.com/IEEEVIT/" class="social_icons" target="_blank"><img class="icon"
src="images/facebook_light.svg" alt="Facebook Icon"></a>
<a href="https://www.instagram.com/ieeevitvellore/" class="social_icons" target="_blank"><img class="icon"
src="images/instagram_light.svg" alt="Instagram Icon"></a>
<a href="https://twitter.com/ieeevitvellore" class="social_icons" target="_blank"><img class="icon"
src="images/twitter_light.svg" alt="Twitter Icon"></a>
<a href="https://github.com/ieee-vit" class="social_icons" target="_blank"><img class="icon" src="images/github_light.svg"
alt="Github Icon"></a>
<a href="https://www.linkedin.com/company/ieee-vit-vellore/" class="social_icons" target="_blank"><img class="icon"
src="images/linkedin_light.svg" alt="Linkedin Icon"></a>
<a href="mailto:[email protected]" class="social_icons" target="_blank"><img class="icon" src="images/email_light.svg"
alt="Email Icon"></a>
<li id="change-theme"><img class="icon" src="images/change_theme_light.svg" alt="Change Theme"></li>
</ul>
</nav>
<header>
<img class="ieee-logo icon" src="images/ieeelogo-dark.svg" alt="IEEE Logo">
<img class="ieee-logo-mobile icon" src="images/ieeelogo-dark-mobile.svg" alt="IEEE Logo">
<!-- <span class="coming-up">Coming up</span>
<div class="event-name">Techloop-Introduction to Blockchain</div>
<a href="#" class="cta-button">Register Now</a> -->
<img class="left-circle shape desktop-shape" src="images/header-shapes/left-circle-dark.svg">
<img class="top-square shape desktop-shape" src="images/header-shapes/top-square-dark.svg">
<img class="top-triangle shape desktop-shape" src="images/header-shapes/top-triangle-dark.svg">
<img class="top-semicircle shape desktop-shape" src="images/header-shapes/top-semicircle-dark.svg">
<img class="right-semicircle shape desktop-shape" src="images/header-shapes/right-semicircle-dark.svg">
<img class="right-rings shape desktop-shape" src="images/header-shapes/right-rings-dark.svg">
<img class="center-triangle shape desktop-shape" src="images/header-shapes/center-triangle-dark.svg">
<img class="center-square shape desktop-shape" src="images/header-shapes/center-square-dark.svg">
<img class="center-bigsquare shape desktop-shape" src="images/header-shapes/center-bigsquare-dark.svg">
<img class="center-bottomtriangle shape desktop-shape" src="images/header-shapes/center-bottomtriangle-dark.svg">
<img class="top-square-mobile shape mobile-shape" src="images/header-shapes/top-square-dark-mobile.svg">
<img class="top-triangle-mobile shape mobile-shape" src="images/header-shapes/top-triangle-dark-mobile.svg">
<img class="right-semicircle-mobile shape mobile-shape"
src="images/header-shapes/right-semicircle-dark-mobile.svg">
<img class="bottom-rings-mobile shape mobile-shape" src="images/header-shapes/bottom-rings-dark-mobile.svg">
<img class="center-triangle-mobile shape mobile-shape" src="images/header-shapes/center-triangle-dark-mobile.svg">
<img class="bottom-triangle-mobile shape mobile-shape" src="images/header-shapes/bottom-triangle-dark-mobile.svg">
<img class="center-square-mobile shape mobile-shape" src="images/header-shapes/center-square-dark-mobile.svg">
<img class="bottom-square-mobile shape mobile-shape" src="images/header-shapes/bottom-square-dark-mobile.svg">
</header>
<section id="about">
<h1>About Us</h1>
<p>
Here at IEEE VIT, we strive to uphold IEEE's mission statement - to foster technical innovation and excellence for the benefit of humanity. Our members regularly bring home numerous laurels and accolades from national and international hackathons. No matter the season, you'll always find us juggling multiple projects and orchestrating a diversity of events from the ground up.
<br />
<br />
We cover a wide range of domains including -
</p>
<div class="domains"></div>
</section>
<section id="techloop">
<img src="./images/shapes/techloop_top_circle_light.svg" alt="" class="techloop-top-circle shape">
<img src="./images/shapes/techloop_bottom_circle_light.svg" alt="" class="techloop-bottom-circle shape">
<img src="./images/shapes/techloop_triangle_light.svg" alt="" class="techloop-triangle shape">
<img src="./images/shapes/techloop_top_circle_light_mobile.svg" alt="" class="techloop-top-circle-mobile shape">
<img src="./images/shapes/techloop_bottom_circle_light_mobile.svg" alt=""
class="techloop-bottom-circle-mobile shape">
<img src="./images/shapes/techloop_triangle_light_mobile.svg" alt="" class="techloop-triangle-mobile shape">
<h1>Techloop</h1>
<p>TechLoops are interactive workshops involving hands-on sessions that result in stronger understanding of concepts for both the speakers and the audience. We conduct TechLoops with the aim of cultivating technical skills among students.</p>
<div class="carousel">
<div class="previous"> <</div>
<div class="container">
</div>
<div class="next">></div>
</div>
</section>
<section id="events">
<img src="./images/shapes/events_left_triangle1_light.svg" alt="" class="events-left-triangle1 shape">
<img src="./images/shapes/events_left_triangle2_light.svg" alt="" class="events-left-triangle2 shape">
<img src="./images/shapes/events_right_triangle1_light.svg" alt="" class="events-right-triangle1 shape">
<img src="./images/shapes/events_right_triangle2_light.svg" alt="" class="events-right-triangle2 shape">
<img src="./images/shapes/events_bottom_triangle_light.svg" alt="" class="events-bottom-triangle shape">
<img src="./images/shapes/events_triangle_light_mobile.svg" alt="" class="events-triangle-mobile shape">
<h1>Our events</h1>
<p>Over the course of a year, we conduct a multitude of events spanning a broad spectrum of domains. These events serve as an opportunity for participants to hone their skills and give us the chance to learn along the way.</p>
<section id="carousel"> <div class="carousel" >
<div class="previous"> <</div>
<div class="container">
</div>
<div class="next">></div>
</div>
</section>
</section>
<section id="blogs-mid">
<div class="blogs-mid">
</div>
</section>
<section id="blogs">
<section id="blogs1"><h1>Blogs</h1></section>
<p>Check out the blogs from IEEE-VIT members that cover a range of tech-related topics and provide the right guidance you need.</p>
<div class="carousel">
<div class="previous"><</div>
<div class="container">
</div>
<div class="next">></div>
</div>
</section>
<section id="podcast">
<h1>Podcast</h1>
<p>Check out our podcast series that covers a range of tech-related topics and provide a unique opportunity to learn from seasoned professionals and stay up-to-date on the latest trends in technology.</p>
<div class="carousel">
<div class="previous"><</div>
<div class="container">
</div>
<div class="next">></div>
</div>
</section>
<section id="board">
<img class="board-rings shape desktop-shape" src="./images/board-shapes/board-rings-light.svg">
<img class="board-square1 shape desktop-shape" src="./images/board-shapes/board-square1-light.svg">
<img class="board-square2 shape desktop-shape" src="./images/board-shapes/board-square2-light.svg">
<img class="board-square3 shape desktop-shape" src="./images/board-shapes/board-square3-light.svg">
<img class="board-square4 shape desktop-shape" src="./images/board-shapes/board-square4-light.svg">
<img class="board-square5 shape desktop-shape" src="./images/board-shapes/board-square5-light.svg">
<img class="board-square6 shape desktop-shape" src="./images/board-shapes/board-square6-light.svg">
<img class="board-square1-mobile shape mobile-shape" src="./images/board-shapes/board-square1-light-mobile.svg">
<img class="board-square2-mobile shape mobile-shape" src="./images/board-shapes/board-square2-light-mobile.svg">
<img class="board-square3-mobile shape mobile-shape" src="./images/board-shapes/board-square3-light-mobile.svg">
<img class="board-square4-mobile shape mobile-shape" src="./images/board-shapes/board-square4-light-mobile.svg">
<img class="board-square5-mobile shape mobile-shape" src="./images/board-shapes/board-square5-light-mobile.svg">
<img class="board-square6-mobile shape mobile-shape" src="./images/board-shapes/board-square6-light-mobile.svg">
<h1>Executive Board</h1>
<div class="board-members">
</div>
<a href="alumni.html">Alumni board <img src="images/alumini-arrow.svg" alt=""></a>
</section>
</body>
</div>
</html>