-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
374 lines (345 loc) · 13 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
src="https://kit.fontawesome.com/406d76c51e.js"
crossorigin="anonymous"
></script>
<!--========== BOX ICONS ==========-->
<link
href="https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css"
rel="stylesheet"
/>
<!--========== CSS ==========-->
<link rel="stylesheet" href="assets/css/styles.css" />
<title>IEEE Student Branch of SLTC</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
</head>
<body>
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function () {
FB.init({
xfbml: true,
version: "v10.0",
});
};
(function (d, s, id) {
var js,
fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js";
fjs.parentNode.insertBefore(js, fjs);
})(document, "script", "facebook-jssdk");
</script>
<!-- Your Chat Plugin code -->
<div
class="fb-customerchat"
attribution="setup_tool"
page_id="103159391612727"
></div>
<!--========== SCROLL TOP ==========-->
<a href="#" class="scrolltop" id="scroll-top">
<i class="bx bx-chevron-up scrolltop__icon"></i>
</a>
<!--========== HEADER ==========-->
<header class="l-header" id="header">
<nav class="nav bd-container">
<a href="#" class="nav__logo">IEEE Student Branch of SLTC</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">Home</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">About</a>
</li>
<li class="nav__item">
<a href="#menu" class="nav__link">Events</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact us</a>
</li>
<li><i class="bx bx-moon change-theme" id="theme-button"></i></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class="bx bx-menu"></i>
</div>
</nav>
</header>
<main class="l-main">
<!--========== HOME ==========-->
<section class="home" id="home">
<div class="home__container bd-container bd-grid">
<div class="home__data">
<h1 class="home__title">Welcome</h1>
<h2 class="home__subtitle">Calling Up Volunteers for SLTC IEEE 2025</h2>
<a href="#menu" class="button">Register Now</a>
</div>
<img src="assets/img/home.png" alt="" class="home__img" />
</div>
<div class="footer-social-icons">
<h4 class="_14">Follow us on</h4>
<ul class="social-icons">
<li>
<a
href="https://www.linkedin.com/company/ieee-student-branch-of-sltc"
target="_blank"
class="home__social-icon"
>
<i class="fa fa-linkedin"></i
></a>
</li>
<li>
<a
href="https://www.facebook.com/sltcieee"
target="_blank"
class="home__social-icon"
>
<i class="fa fa-facebook"></i
></a>
</li>
<li>
<a
href="https://twitter.com/sltcieeecs"
target="_blank"
class="home__social-icon"
>
<i class="fa fa-twitter"></i
></a>
</li>
<li>
<a
href="https://www.instagram.com/sltc_ieee/"
target="_blank"
class="home__social-icon"
><i class="fa fa-instagram"></i
></a>
</li>
<li>
<a
href="https://www.youtube.com/channel/UCrsJlEY4bydXLVdNn7SV4EA"
target="_blank"
class="home__social-icon"
>
<i class="fa fa-youtube"></i
></a>
</li>
<li>
<a
href="https://g.page/sltcieeecs?share"
target="_blank"
class="home__social-icon"
><i class="fas fa-map-marked-alt"></i
></a>
</li>
</ul>
</div>
</section>
<!--========== ABOUT ==========-->
<section class="about section bd-container" id="about">
<div class="about__container bd-grid">
<div class="about__data">
<span class="section-subtitle about__initial">About us</span>
<h2 class="section-title about__initial">
We Are the Home for <br />
Engineering Leaders
</h2>
<p class="about__description">
IEEE is the world’s largest technical professional organization dedicated to advancing technology for the benefit of humanity.
Accelerate your growth with other like-minded people and take advantage of all an IEEE Students Membership has to offer. Let’s take the next step together and continue to advance technology for the benefit of humanity.
</p>
<a href="https://ieee.sltc.ac.lk/sltc-ieee.php" target="_blank" class="button">View More About SLTC IEEE</a>
</div>
<img src="assets/img/about.jpg" alt="" class="about__img" />
</div>
</section>
<!--========== Glass Cards ==========-->
<section class="card section bd-container" id="menu">
<div class="card__circle card__circle1"></div>
<div class="card__circle card__circle2"></div>
<span class="section-subtitle"
>We are here to enhance your career path</span
>
<h1 class="section-title">Ongoing Registrations</h1>
<div class="card__glass">
<h3 class="menu__name">Volunteer Call - SLTC IEEE 2025</h3>
<!--guest sepaker name-->
<h3 class="menu__preci">Are You Interested in IEEE and willing to take part in future events?</h3>
<!--Qualifications-->
<h3 class="menu__detail">
Hurry up! Register Now!
</h3>
<div class="card__data">
<img src="assets/img/event1.png" alt="" class="about__img" />
<!--<h3 class="menu__name">Under Construction</h3>
<span class="menu__detail">Under Construction</span>
<span class="menu__preci">Under Construction</span>-->
</div>
<!--<div class="card__data">
<h3 class="card__title">Coming Soon</h3>
<span class="card__profession">Coming Soon</span>
</div>-->
<a href="https://forms.gle/UtaPDx4MPjosTgDz9" target="_blank" class="card__button">Register Now</a>
<div class="card__social">
<a href="https://ieee.sltc.ac.lk/" class="card__link"><i class="bx bxl-instagram"></i></a>
<a href="https://ieee.sltc.ac.lk/" class="card__link"><i class="bx bxl-facebook"></i></a>
<a href="https://ieee.sltc.ac.lk/" class="card__link"><i class="bx bxl-twitter"></i></a>
</div>
</div>
</section>
<!--===== APP =======-->
<section class="app section bd-container">
<div class="app__container bd-grid">
<div class="app__data">
<span class="section-subtitle app__initial"
>Get Instant Updates</span
>
<h2 class="section-title app__initial">SLTC IEEE to your Mobile</h2>
<p class="app__description">Stay Tuned</p>
<div class="app__stores">
<a href="https://ieee.sltc.ac.lk/"
><img src="assets/img/app1.png" alt="" class="app__store"
/></a>
<a href="https://ieee.sltc.ac.lk/"
><img src="assets/img/app2.png" alt="" class="app__store"
/></a>
</div>
</div>
<img src="assets/img/movil-app.png" alt="" class="app__img" />
</div>
</section>
<!--========== CONTACT US ==========-->
<section class="contact section bd-container" id="contact">
<div class="contact__container bd-grid">
<div class="contact__data">
<span class="section-subtitle contact__initial"
>Wanna Know More</span
>
<h2 class="section-title contact__initial">Contact us</h2>
<p class="contact__description">
Visit the official Web page of IEEE Student Branch of Sri Lanka
Technological Campus for more updates
</p>
</div>
<div class="contact__button">
<a href="https://ieee.sltc.ac.lk/" target="_blank" class="button">Visit SLTC IEEE Official Website</a>
</div>
</div>
</section>
</main>
<!--========== FOOTER ==========-->
<footer class="footer section bd-container">
<div class="footer__container bd-grid">
<div class="footer__content">
<a href="#" class="footer__logo">Stay Connected</a>
<span class="footer__description">Our Social Media Platforms</span>
<div>
<a
href="https://www.youtube.com/channel/UCrsJlEY4bydXLVdNn7SV4EA"
target="_blank"
class="home__social-icon"
><i class="bx bxl-youtube"></i
></a>
<a
href="https://www.linkedin.com/company/sltcieeecs"
target="_blank"
class="home__social-icon"
><i class="bx bxl-linkedin"></i
></a>
<a
href="https://www.facebook.com/sltcieeecs"
target="_blank"
class="home__social-icon"
><i class="bx bxl-facebook"></i
></a>
<a
href="https://sltcieeecs.business.site/"
target="_blank"
class="home__social-icon"
><i class="bx bxl-google"></i
></a>
<a
href="https://www.instagram.com/sltcieeecs"
target="_blank"
class="home__social-icon"
><i class="bx bxl-instagram"></i
></a>
<a
href="https://twitter.com/sltcieeecs"
target="_blank"
class="home__social-icon"
><i class="bx bxl-twitter"></i
></a>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">IEEE Student Branch of SLTC</h3>
<ul>
<li>
<a href="https://sltcieeecs.github.io/" class="footer__link">IEEE IES Student Chapter</a>
</li>
<li>
<a href="https://sltcieeecs.github.io/" class="footer__link">IEEE WIE Affinity Group</a>
</li>
<li>
<a href="https://sltcieeecs.github.io/" class="footer__link">IEEE CS Student Chapter</a>
</li>
<li>
<a href="https://sltcieeecs.github.io/" class="footer__link">IEEE IAS Student Chapter</a>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Information</h3>
<ul>
<li><a href="#menu" class="footer__link">Event</a></li>
<li><a href="#contact" class="footer__link">Contact us</a></li>
<li>
<a
href="https://www.computer.org/"
target="_blank"
class="footer__link"
>Privacy policy</a
>
</li>
<li>
<a
href="https://www.computer.org/"
target="_blank"
class="footer__link"
>Terms of services</a
>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Address</h3>
<ul>
<a
href="https://g.page/sltcieeecs?share"
target="_blank"
class="home__social-icon"
><i class="fas fa-map-marked-alt"></i
></a>
<li>IEEE Computer Society Student Branch Chapter of SLTC</li>
<li>Ingiriya Road, Meepe, Padukka, Colombo</li>
<li>Sri Lanka</li>
<li>sltcieeecs@gmail.com</li>
</ul>
</div>
</div>
<p class="footer__copy">© 2021 Nawodya Ishan. All right reserved</p>
</footer>
<!--========== SCROLL REVEAL ==========-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--========== MAIN JS ==========-->
<script src="assets/js/main.js"></script>
</body>
</html>