forked from weebo-ary/dsclnct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
337 lines (291 loc) · 15.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="assets/img//logo.png" type="image/x-icon">
<!--=============== REMIX ICONS ===============-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Developer Students Club : L.N.C.T.</title>
</head>
<body>
<!--=============== HEADER ===============-->
<header class="header" id="header">
<nav class="nav container">
<div class="logo">
<img src="assets/img/logo.png" alt="" class="nav__logo">
<div class="logo__txt">
<a href="#home" class="nav__link active-link">DSC : LNCT</a>
</div>
</div>
<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="#spons" class="nav__link">Sponsors</a>
</li>
<li class="nav__item">
<a href="#whyus" class="nav__link">Why Us ?</a>
</li>
<li class="nav__item">
<a href="#team" class="nav__link">Our Team</a>
</li>
<li class="nav__item">
<a href="#events" class="nav__link">Events</a>
</li>
</ul>
<div class="nav__close" id="nav-close">
<i class="ri-close-line"></i>
</div>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class="ri-function-line"></i>
</div>
</nav>
</header>
<main class="main">
<!--=============== HOME ===============-->
<section class="home section" id="home">
<div class="home__container container grid">
<div>
<img src="assets/img/home.png" alt="" class="home__img">
</div>
<div class="home__data">
<div class="home__header">
<h1 class="home__title">DSC</h1>
<h2 class="home__subtitle">LNCT</h2>
</div>
<div class="home__footer">
<h3 class="home__title-description">Learn, Build & Grow</h3>
<p class="home__description">
Our team is about empowering students and developers to learn about a wide range of technologies and apply their new
learnings to build great solutions for real-world problems.
</p>
<a href="#" class="button button--flex">
<span class="button--flex">
RSVP for Events Now
</span>
</a>
</div>
</div>
</div>
</section>
<!--=============== SPONSOR ===============-->
<section class="sponsor section" id="spons">
<div class="sponsor__container container grid">
<img src="assets/img/sponsor1.png" alt="" class="sponsor__img">
<img src="assets/img/sponsor2.png" alt="" class="sponsor__img">
<img src="assets/img/sponsor3.png" alt="" class="sponsor__img">
<img src="assets/img/sponsor4.png" alt="" class="sponsor__img">
</div>
</section>
<!--=============== SPECS ===============-->
<section class="specs section grid" id="whyus">
<h2 class="section__title section__title-gradient">Why Us ?</h2>
<div class="specs__container container grid">
<div class="specs__content grid">
<div class="specs__data">
<h3 class="specs__title">20+</h3>
<span class="specs__subtitle">Community Workshops</span>
</div>
<div class="specs__data">
<h3 class="specs__title">350+</h3>
<span class="specs__subtitle">Community Members</span>
</div>
<div class="specs__data">
<h3 class="specs__title">14+</h3>
<span class="specs__subtitle">Sponsors Supported</span>
</div>
<div class="specs__data">
<h3 class="specs__title">Why us ?</h3>
<span class="specs__subtitle">In DSC, students grow their knowledge in a peer-to-peer learning environment and build solutions for local businesses
and their community.</span>
</div>
</div>
<div>
<img src="assets/img/specs.png" alt="" class="specs__img">
</div>
</div>
</section>
<!--=============== CASE ===============-->
<section class="case section grid" id="team">
<h2 class="section__title section__title-gradient">Our Team</h2>
<div class="case__container container grid">
<div>
<img src="assets/img/case.png" alt="" class="case__img">
</div>
<div class="case__data">
<p class="case__description">Teamwork is the ability to work together toward a common vision. The ability to direct individual accomplishments toward
organizational objectives. It is the fuel that allows common people to attain uncommon results.
</p>
<a href="#" class="button button--flex">
<i class="ri-information-line button__icon"></i> More info
</a>
</div>
</div>
</section>
<!--=============== PRODUCTS ===============-->
<section class="products section" id="events">
<h2 class="section__title section__title-gradient products__line">
Events <br> lined up
</h2>
<div class="products__container container grid">
<article class="products__card">
<div class="products__content">
<img src="assets/img/product1.png" alt="" class="products__img">
<h3 class="products__title">Event - 1</h3>
<span class="products__price">Apply & Description : Click on RSVP</span>
<button class="button button--flex products__button">
RSVP
</button>
</div>
</article>
<article class="products__card">
<div class="products__content">
<img src="assets/img/product2.png" alt="" class="products__img">
<h3 class="products__title">Event - 2</h3>
<span class="products__price"> Apply & Description : Click on RSVP </span>
<button class="button button--flex products__button">
RSVP
</button>
</div>
</article>
<article class="products__card">
<div class="products__content">
<img src="assets/img/product3.png" alt="" class="products__img">
<h3 class="products__title">Event - 3</h3>
<span class="products__price">Apply & Description : Click on RSVP </span>
<button class="button button--flex products__button">
RSVP
</button>
</div>
</article>
<!-- <article class="products__card">
<div class="products__content">
<img src="assets/img/product4.png" alt="" class="products__img">
<h3 class="products__title">Blue</h3>
<span class="products__price">$249</span>
<button class="button button--flex products__button">
<i class="ri-shopping-bag-line button__icon"></i>
</button>
</div>
</article>
<article class="products__card">
<div class="products__content">
<img src="assets/img/product5.png" alt="" class="products__img">
<h3 class="products__title">Twilight gray</h3>
<span class="products__price">$249</span>
<button class="button button--flex products__button">
<i class="ri-shopping-bag-line button__icon"></i>
</button>
</div>
</article> -->
</div>
</section>
</main>
<!--=============== DISCOUNT ===============-->
<section class="discount section">
<div class="discount__container container grid">
<div class="discount__animate">
<h2 class="discount__title">Star joining DSC : <br> LNCT now</h2>
<p class="discount__description">Join our Discord now</p>
<a href="#" class="button button--flex">
Join Now
</a>
</div>
<form action="" class="footer__form discount__animate">
<input type="email" placeholder="Write us Here . . ." class="footer__input">
<button class="button button--flex">
<i class="ri-send-plane-line button__icon"></i> Subscribe
</button>
</form>
</div>
</section>
<!--=============== FOOTER ===============-->
<footer class="footer section">
<div class="footer__container container grid">
<div class="logo">
<img src="assets/img/logo.png" alt="" class="nav__logo">
<div class="logo__txt">
<a href="#home" class="nav__link active-link">DSC : LNCT</a>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">Contents</h3>
<ul class="footer__links">
<li>
<a href="#home" class="footer__link">Home</a>
</li>
<li>
<a href="#spons" class="footer__link">Sponsors</a>
</li>
<li>
<a href="#whyus" class="footer__link">Why us ?</a>
</li>
<li>
<a href="#team" class="footer__link">Our Team</a>
</li>
<li>
<a href="#events" class="footer__link">Events</a>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Other stuffs</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">R S V P</a>
</li>
<li>
<a href="#" class="footer__link">Sponsor Us</a>
</li>
<li>
<a href="#" class="footer__link">Join as CP</a>
</li>
<li>
<a href="#" class="footer__link">Any Suggestions ?</a>
</li>
</ul>
</div>
<div class="footer__content">
<form action="" class="footer__form">
<input type="email" placeholder="Write us Here . . ." class="footer__input">
<button class="button button--flex">
<i class="ri-send-plane-line button__icon"></i> Subscribe
</button>
</form>
<div class="footer__social">
<a href="https://www.facebook.com/" target="_blank" class="footer__social-link">
<i class="ri-facebook-fill"></i>
</a>
<a href="https://www.instagram.com/" target="_blank" class="footer__social-link">
<i class="ri-instagram-line"></i>
</a>
<a href="https://twitter.com/" target="_blank" class="footer__social-link">
<i class="ri-twitter-line"></i>
</a>
<a href="https://linkedin.com/" target="_blank" class="footer__social-link">
<i class="ri-linkedin-line"></i>
</a>
</div>
</div>
</div>
<p class="footer__copy">
<a href="https://www.youtube.com/c/Bedimcode/" target="_blank" class="footer__copy-link">© Develoeprs Student Club : Lakshmi Narain College of Technology . All right reserved</a>
</p>
</footer>
<!--=============== SCROLL UP ===============-->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-s-line scrollup__icon"></i>
</a>
<!--=============== SCROLL REVEAL ===============-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>