-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
677 lines (656 loc) · 24.7 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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="logo_white.png" />
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/css/swiper.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css"
/>
<link rel="stylesheet" href="style.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/js/all.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/js/swiper.min.js"></script>
<title>Pattarai</title>
</head>
<body>
<!--header start-->
<!-- logo start-->
<section class="py-4">
<div class="text-center d-block">
<img src="head_logo.png" height="60rem" alt="PATTARAI" />
</div>
</section>
<!-- logo end-->
<!-- headnav start-->
<div class="bg-dark black-color">
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="licet.html">Licet</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="insta.html">Instagram</a>
</li>
</ul>
</div>
<!-- headnav end-->
<!--header end-->
<!-- hero start-->
<section class="hero d-flex align-items-center">
<div class="container py-5 text-center rellax">
<span class="mt-5 font-weight-bold hero-tagline">
<p class="text-white text_shadow">Work. Learn. Grow.</p>
<div class="container">
<p
class="text-white mt-2 font-size font-weight-normal hero-content"
>
Generate new ideas, share them, build them. A Tech Community!
</p>
</div>
<a
class="btn btn-outline-primary btn-black t-5 mt-md-2 text-white smooth"
href="#intro"
>
DO A FLIP
</a>
</span>
</div>
</section>
<!-- hero end-->
<!-- parralax start-->
<section class="parallax py-3 d-flex justify-content-center text-center">
<div class="container">
<h1 class="text-light font-weight-regular">
LET'S ENGINEER ENGINEERING
</h1>
</div>
</section>
<!--parralax end-->
<!-- carousal start-->
<div
id="carouselExampleCaptions"
class="carousel slide"
data-ride="carousel"
>
<ol class="carousel-indicators">
<li
data-target="#carouselExampleCaptions"
data-slide-to="0"
class="active"
></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="carousal1.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<h5>DECEPTION</h5>
<p>
The purulence of my current state of mind swings heavily like a
well lit chandelier in the hall of my heart’s bedrock.
</p>
</div>
</div>
<div class="carousel-item">
<img src="carousal2.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<h5>THE CRIMSON CRY</h5>
<p>
I heard a cry. The grim of my world. What am I doing here?
</p>
</div>
</div>
<div class="carousel-item">
<img src="carousal3.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<h5>UNDER AND DEEP</h5>
<p>
I see this man smiling all the time. Indeed, he keeps everyone
smiling.
</p>
</div>
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleCaptions"
role="button"
data-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleCaptions"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- carousal end-->
<!--intro start-->
<section class="py-5" id="intro">
<div class="container d-flex flex-wrap">
<!--col left start-->
<div class="col-12 col-md-6 d-flex align-items-center">
<div class="container">
<span
class="text-uppercase font-weight-bold h1 text-primary d-block"
>
பட்டறை
</span>
<span class="h3 font-weight-bold text-white d-block">
A Tech Community
</span>
<p class="text-primary lead mt-4">
We at LICET PATTARAI conducted a three day CS bootcamp with total
dive into a computers. We had over 60 participants with an amazing
synergy. Ripping off a computer, Tearing down a Python script, and
finally putting them all up to creating a self sufficient chat app
with less than 50 lines of code!
</p>
<p class="h5 font-weight-bold text-white text-regular">
"Technology is best when it brings people together."
</p>
<span class="font-italic text-secondary">- Matt Mullenweg</span>
</div>
</div>
<!--col left end-->
<!--col right start-->
<div class="col-12 col-md-6 mt-4 mt-md-0">
<img src="intro.jpg" alt="Intro" class="img-fluid" />
</div>
<!--col right end-->
</div>
</section>
<!-- intro end-->
<!-- cards start-->
<div class="container mt-5 mb-5">
<div class="card-deck text-primary text-center">
<div class="card bg-dark">
<i class="fas fa-jedi intro-icon mt-4"></i>
<div class="card-body">
<h5 class="card-title">PRO</h5>
<p class="card-text text-white">
Bruce Wayne
</p>
<p class="card-text">
<small class="text-muted">Last updated 3 mins ago</small>
</p>
</div>
</div>
<div class="card bg-dark">
<i class="fab fa-galactic-republic intro-icon mt-4"></i>
<div class="card-body">
<h5 class="card-title">ELITE</h5>
<p class="card-text text-white">
Clark Kent
</p>
<p class="card-text">
<small class="text-muted">Last updated 3 mins ago</small>
</p>
</div>
</div>
<div class="card bg-dark">
<i class="fab fa-old-republic intro-icon mt-4"></i>
<div class="card-body">
<h5 class="card-title">VETERAN</h5>
<p class="card-text text-white">
Hal Jordan
</p>
<p class="card-text">
<small class="text-muted">Last updated 3 mins ago</small>
</p>
</div>
</div>
</div>
</div>
<!-- cards end-->
<!-- services start-->
<section class="py-5">
<div class="container-fluid px-xl-0 d-md-flex">
<div class="col-12 col-xl-6 px-xl-6">
<img src="services1.jpg" class="img-fluid" />
</div>
<div class="col-12 col-xl-6 my-4">
<div class="myaccordion" id="accordionExample">
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button
class="btn btn-link btn-block text-left"
type="button"
data-toggle="collapse"
data-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
Mission
</button>
</h2>
</div>
<div
id="collapseOne"
class="collapse show"
aria-labelledby="headingOne"
data-parent="#accordionExample"
>
<div class="card-body text-secondary">
To enhance the students’ industrial insight on how to equip
themselves with the current trends in technology. <br />To
equip the students with appropriate resources and provide
necessary mentoring.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button
class="btn btn-link btn-block text-left collapsed"
type="button"
data-toggle="collapse"
data-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
Objectives
</button>
</h2>
</div>
<div
id="collapseTwo"
class="collapse"
aria-labelledby="headingTwo"
data-parent="#accordionExample"
>
<div class="card-body text-secondary">
To continuously motivate the students on the path of
innovation. To form independent engineers by making them
self-sufficient in project handling and technical research.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h2 class="mb-0">
<button
class="btn btn-link btn-block text-left collapsed"
type="button"
data-toggle="collapse"
data-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
Goals
</button>
</h2>
</div>
<div
id="collapseThree"
class="collapse"
aria-labelledby="headingThree"
data-parent="#accordionExample"
>
<div class="card-body text-secondary">
The club will also host a blog for the members to share their
work with the rest of the community. The blog will also
showcase the ranks of the members.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid px-xl-0 d-flex flex-wrap">
<div
class="col-12 col-xl-6 d-xl-flex align-items-center order2 order-xl-1 my-4"
>
<div class="container">
<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<a
class="nav-link active"
id="pills-home-tab"
data-toggle="pill"
href="#pills-home"
role="tab"
aria-controls="pills-home"
aria-selected="true"
>Home</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link"
id="pills-profile-tab"
data-toggle="pill"
href="#pills-profile"
role="tab"
aria-controls="pills-profile"
aria-selected="false"
>Profile</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link"
id="pills-contact-tab"
data-toggle="pill"
href="#pills-contact"
role="tab"
aria-controls="pills-contact"
aria-selected="false"
>Contact</a
>
</li>
</ul>
<div class="container">
<div class="tab-content" id="pills-tabContent">
<div
class="tab-pane fade show active text-secondary"
id="pills-home"
role="tabpanel"
aria-labelledby="pills-home-tab"
>
<p>
The club will accept projects from both inside and outside
the college and recruit people from various departments to
work on the same. Any stipend or reimbursement provided by
the college/industry will be transferred to the
corresponding team.
</p>
<p>
One inter-collegiate hackathon per year may be organized at
the discretion of the college management.
</p>
</div>
<div
class="tab-pane fade text-secondary"
id="pills-profile"
role="tabpanel"
aria-labelledby="pills-profile-tab"
>
<p>
Imagine, Innovate, Initiate has been my philosophy. I
believe success is engineered in unity. Being able to lead,
co-ordinate, and tune in to my team, producing phenomenal
yield, is my key. This makes me capable to be a part of
“TEAM PATTARAI”.
</p>
</div>
<div
class="tab-pane fade text-secondary"
id="pills-contact"
role="tabpanel"
aria-labelledby="pills-contact-tab"
>
<p>
+91 87544 62663<br />
[email protected]<br /><br />
Fabian Ferno<br />LinkedIn <br />
INSTAGRAM / @super.skywalker<br />
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 px-0 order1 order-xl-2">
<img src="services2.jpg" class="img-fluid" />
</div>
</div>
</section>
<!-- services end-->
<!-- Testimonial start-->
<section class="py-5">
<div class="container">
<h2 class="text-center text-white font-weight-bold mb-4">
Testimonials
</h2>
<!-- Swiper -->
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide bg-primary">
<div class="card mb-3 mt-3 bg-dark" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="https://images.unsplash.com/photo-1610123172763-1f587473048f?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=646&q=80" class="card-img" alt="..." />
</div>
<div class="col-md-8 d-flex align-items-center">
<div class="card-body text-white">
<h5 class="card-title text-left">Faby and Gal Gadot</h5>
<p class="card-text text-left">
Back in the days, when things where simpler.
</p>
<p class="card-text text-left">
<small class="text-muted"
>Last updated 3 mins ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide bg-primary">
<div class="card mb-3 mt-3 bg-dark" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="https://images.unsplash.com/photo-1610123172763-1f587473048f?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=646&q=80" class="card-img" alt="..." />
</div>
<div class="col-md-8 d-flex align-items-center">
<div class="card-body text-white">
<h5 class="card-title text-left">Evil Faby</h5>
<p class="card-text text-left">
Humans are the virus.
</p>
<p class="card-text text-left">
<small class="text-muted"
>Last updated 3 mins ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide bg-primary">
<div class="card mb-3 mt-3 bg-dark" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="https://images.unsplash.com/photo-1610123172763-1f587473048f?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=646&q=80" class="card-img" alt="..." />
</div>
<div class="col-md-8 d-flex align-items-center">
<div class="card-body text-white">
<h5 class="card-title text-left">Flexy Faby</h5>
<p class="card-text text-left">
Weird Flex but OK.
</p>
<p class="card-text text-left">
<small class="text-muted"
>Last updated 3 mins ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide bg-primary">
<div class="card mb-3 mt-3 bg-dark" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="https://images.unsplash.com/photo-1610123172763-1f587473048f?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=646&q=80" class="card-img" alt="..." />
</div>
<div class="col-md-8 d-flex align-items-center">
<div class="card-body text-white">
<h5 class="card-title text-left">Faby Enlightened</h5>
<p class="card-text text-left">
Unlock with 1kg biriyani and patta sarakku.
</p>
<p class="card-text text-left">
<small class="text-muted"
>Last updated 3 mins ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide bg-primary">
<div class="card mb-3 mt-3 bg-dark" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="https://images.unsplash.com/photo-1610123172763-1f587473048f?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=646&q=80" class="card-img" alt="..." />
</div>
<div class="col-md-8 d-flex align-items-center">
<div class="card-body text-white">
<h5 class="card-title text-left">FBI Faby</h5>
<p class="card-text text-left">
He is watching you. ALWAYS.
</p>
<p class="card-text text-left">
<small class="text-muted"
>Last updated 3 mins ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide bg-primary">
<div class="card mb-3 mt-3 bg-dark" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="https://images.unsplash.com/photo-1610123172763-1f587473048f?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=646&q=80" class="card-img" alt="..." />
</div>
<div class="col-md-8 d-flex align-items-center">
<div class="card-body text-white">
<h5 class="card-title text-left">Faby Faby</h5>
<p class="card-text text-left">
Threat - 100<br />
Stability - 68<br />
Manidha Kaadhal - ∞
</p>
<p class="card-text text-left">
<small class="text-muted"
>Last updated 3 mins ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
</section>
<!-- testimonial end-->
<!-- footer start-->
<footer class="py-5">
<div class="container d-md-flex text-secondary">
<div class="col-md-7 col-7 ml-3">
<h3 class="font-weight-bold mb-3">
REACH US
</h3>
<p>
Let's build the future! We can make the world a better place. Join
us now!
</p>
</div>
<div
class="col-md-5 d-md-flex mt-5 mt-md-0"
id="footer-links-container"
>
<ul>
<li>Pattarai</li>
<li>About Us</li>
<li>Strategy</li>
<li>Workflow</li>
</ul>
<ul>
<li>Partners</li>
<li>NIT - Trichy</li>
<li>IIT - Madras</li>
<li>Anna Univ.</li>
</ul>
<ul>
<li>Legal</li>
<li>Privacy</li>
<li>Terms</li>
<li>IPR</li>
</ul>
</div>
</div>
<div class="py-3 mt-5 text-center text-primary">
© 2020 Pattarai | All rights reserved.<br />
Super Skywalker™
</div>
</footer>
<!-- footer end-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"
></script>
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper(".swiper-container", {
slidesPerView: 1,
spaceBetween: 30,
loop: true,
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
});
</script>
<!--rellax-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/rellax/1.12.1/rellax.min.js"></script>
<script>
var rellax = new Rellax(".rellax");
</script>
<!--rellaxx-->
<script src="smoothscroll.js"></script>
</body>
</html>