forked from asetalias/asetalias.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
showcase.html
executable file
·666 lines (612 loc) · 39.6 KB
/
showcase.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Search engine optimisatin -->
<meta name="description" content="ASET ALIAS Official Website">
<meta name="keywords" content="Aset, Alias, Alias Club, Linux, Amity, Linux User Group, LUG, Amity LUG, Linux Assistance">
<meta name="author" content="ALIAS">
<!-- End Search Engine Optimisation -->
<title>ALiAS: Projects Showcase</title>
<!-- Site favicon -->
<link href="images/ALiAS.png" rel="shortcut icon">
<link href="images/ALiAS.png" rel="apple-touch-icon">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom CSS -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet" />
<link href="css/layout.css" rel="stylesheet" />
<!-- Fonts -->
<link href="css/fonts.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lilita+One&display=swap" rel="stylesheet">
<!-- Colors -->
<link href="css/colors.css" rel="stylesheet" />
<link href="css/navbar.css" rel="stylesheet">
<!-- Page CSS Here -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll">
<div id="contentWrap" class="auto-center" style="padding-top:5px;">
<div class="preloader">
<div class="content">
<div class="preloader-content">
<img src="images/ALiAS.png" class="logo-med animated-pulse"><br>
<span class="loading-text">loading</span>
</div>
</div>
</div>
<div class="minScreenSizeOverlay">
<div class="contentContainer">
<div class="content">
<img src="images/ALiAS.png" class="logo-med" /><br>
Zoom out in browser or use a bigger display!
</div>
</div>
</div>
<div class="flashbox" data-enabled="1" data-enddate="Apr 26 2020">
<div class="content">
<a class="closeBtn"><i class="fa fa-minus-circle"></i></a>
<div class="flashBox-content">
<a href="https://bit.ly/nonamity" target="_blank"><img src="images/flashbox/poster25042020.jpeg"></a>
</div>
</div>
</div>
<header class="nav-bar">
<a href='/'>
<div class="navbar__logo">
<svg id="logo-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="132" height="132" viewBox="0 0 132 132">
<defs>
<linearGradient id="linear-gradient" x1="0.516" y1="0.332" x2="0.569" y2="1.191" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#08b5ff"/>
<stop offset="1" stop-color="#1c1cd1"/>
</linearGradient>
<linearGradient id="linear-gradient-2" x1="0.538" y1="0.296" x2="0.5" y2="1" xlink:href="#linear-gradient"/>
</defs>
<g id="Group_1" data-name="Group 1" transform="translate(-260 -36)">
<g id="Path_2" data-name="Path 2" transform="translate(260 36)" fill="#fff">
<path d="M 66 131 C 57.22461700439453 131 48.71225357055664 129.2815399169922 40.69938278198242 125.8923797607422 C 36.84807205200195 124.2634201049805 33.13341903686523 122.2471618652344 29.65858268737793 119.8996200561523 C 26.21650886535645 117.5742034912109 22.97969055175781 114.9035797119141 20.03805541992188 111.9619445800781 C 17.096435546875 109.0203094482422 14.42581844329834 105.7835083007813 12.10038185119629 102.3414154052734 C 9.752836227416992 98.86658477783203 7.736581802368164 95.15192413330078 6.10761833190918 91.30063629150391 C 2.718454599380493 83.28774261474609 1 74.77538299560547 1 66 C 1 57.22461700439453 2.718454599380493 48.71225357055664 6.10761833190918 40.69938278198242 C 7.736581802368164 36.84807205200195 9.752836227416992 33.13341903686523 12.10038185119629 29.65858268737793 C 14.42581844329834 26.21650886535645 17.096435546875 22.97969055175781 20.03805541992188 20.03805541992188 C 22.97969055175781 17.096435546875 26.21650886535645 14.42581844329834 29.65858268737793 12.10038185119629 C 33.13341903686523 9.752836227416992 36.84807205200195 7.736581802368164 40.69938278198242 6.10761833190918 C 48.71225357055664 2.718454599380493 57.22461700439453 1 66 1 C 74.77538299560547 1 83.28774261474609 2.718454599380493 91.30063629150391 6.10761833190918 C 95.15192413330078 7.736581802368164 98.86658477783203 9.752836227416992 102.3414154052734 12.10038185119629 C 105.7835083007813 14.42581844329834 109.0203094482422 17.096435546875 111.9619445800781 20.03805541992188 C 114.9035797119141 22.97969055175781 117.5742034912109 26.21650886535645 119.8996200561523 29.65858268737793 C 122.2471618652344 33.13341903686523 124.2634201049805 36.84807205200195 125.8923797607422 40.69938278198242 C 129.2815399169922 48.71225357055664 131 57.22461700439453 131 66 C 131 74.77538299560547 129.2815399169922 83.28774261474609 125.8923797607422 91.30063629150391 C 124.2634201049805 95.15192413330078 122.2471618652344 98.86658477783203 119.8996200561523 102.3414154052734 C 117.5742034912109 105.7835083007813 114.9035797119141 109.0203094482422 111.9619445800781 111.9619445800781 C 109.0203094482422 114.9035797119141 105.7835083007813 117.5742034912109 102.3414154052734 119.8996200561523 C 98.86658477783203 122.2471618652344 95.15192413330078 124.2634201049805 91.30063629150391 125.8923797607422 C 83.28774261474609 129.2815399169922 74.77538299560547 131 66 131 Z" stroke="none"/>
<path d="M 66 2 C 57.35916137695313 2 48.97787475585938 3.691879272460938 41.08892822265625 7.028617858886719 C 37.29708862304688 8.632415771484375 33.63970947265625 10.61759948730469 30.2183837890625 12.92900085449219 C 26.82903289794922 15.21880340576172 23.64179992675781 17.84852600097656 20.74516296386719 20.74516296386719 C 17.84852600097656 23.64179992675781 15.21880340576172 26.82903289794922 12.92900085449219 30.2183837890625 C 10.61759948730469 33.63970947265625 8.632415771484375 37.29708862304688 7.028617858886719 41.08892822265625 C 3.691879272460938 48.97787475585938 2 57.35916137695313 2 66 C 2 74.64082336425781 3.691879272460938 83.02212524414063 7.028617858886719 90.91107177734375 C 8.632415771484375 94.70291137695313 10.61759948730469 98.36027526855469 12.92900085449219 101.7816009521484 C 15.21880340576172 105.1709442138672 17.84852600097656 108.3582000732422 20.74516296386719 111.2548370361328 C 23.64179992675781 114.1514587402344 26.82903289794922 116.7812042236328 30.2183837890625 119.0709838867188 C 33.63970947265625 121.3824005126953 37.29708862304688 123.367561340332 41.08892822265625 124.9713821411133 C 48.97787475585938 128.3081207275391 57.35916137695313 130 66 130 C 74.64082336425781 130 83.02210998535156 128.3081207275391 90.91107177734375 124.9713821411133 C 94.70291137695313 123.367561340332 98.36027526855469 121.3824005126953 101.7816009521484 119.0709838867188 C 105.1709442138672 116.7812042236328 108.3582000732422 114.1514587402344 111.2548370361328 111.2548370361328 C 114.1514587402344 108.3582000732422 116.7812042236328 105.1709442138672 119.0709838867188 101.7816009521484 C 121.3824005126953 98.36027526855469 123.367561340332 94.70291137695313 124.9713821411133 90.91107177734375 C 128.3081207275391 83.02210998535156 130 74.64082336425781 130 66 C 130 57.35916137695313 128.3081207275391 48.97787475585938 124.9713821411133 41.08892822265625 C 123.367561340332 37.29708862304688 121.3824005126953 33.63970947265625 119.0709838867188 30.2183837890625 C 116.7812042236328 26.82903289794922 114.1514587402344 23.64179992675781 111.2548370361328 20.74516296386719 C 108.3582000732422 17.84852600097656 105.1709442138672 15.21880340576172 101.7816009521484 12.92900085449219 C 98.36027526855469 10.61759948730469 94.70291137695313 8.632415771484375 90.91107177734375 7.028617858886719 C 83.02212524414063 3.691879272460938 74.64082336425781 2 66 2 M 66 0 C 102.4507827758789 0 132 29.54920196533203 132 66 C 132 102.4507827758789 102.4507827758789 132 66 132 C 29.54920196533203 132 0 102.4507827758789 0 66 C 0 29.54920196533203 29.54920196533203 0 66 0 Z" stroke="none" fill="#08b5ff"/>
</g>
<g id="right-hand" data-name="Group 24" transform="matrix(0.998, -0.07, 0.07, 0.998, -5.824, 24.42)">
<path id="Path-3" d="M3986.488,2635.52s-2.373,11.445,6.067,28.377,14.412,20.373,17.331,23.692,9.163,5.521,9.051,3.272c-.2-4.089-7.53-27.074-17.875-44.165S3986.488,2635.52,3986.488,2635.52Z" transform="matrix(0.999, 0.052, -0.052, 0.999, -3507.988, -2764.923)" fill="url(#linear-gradient-2)"/>
</g>
<g id="Group_23" data-name="Group 23">
<path id="Path_1" data-name="Path 1" d="M68.3,8C82.7,8.623,83.728,22.253,87,32c.033.09,5.877,21.286,5.877,25.973.5,3.977,2.681,17.26-3.234,26.518C85.853,91.285,79.881,96,68.3,96,46.943,96,44.034,85.308,39,72c-4.908,6.319-16,13.034-16,8,0-3.779,16.881-37.99,24-48C51.838,22.511,55.953,8.623,68.3,8Z" transform="translate(259 50)" fill="url(#linear-gradient-2)"/>
<line id="Line_1" data-name="Line 1" y1="31" transform="translate(330.015 114)" fill="none" stroke="#fff" stroke-linecap="square" stroke-width="2"/>
<line id="Line_2" data-name="Line 2" x2="12" transform="translate(330.015 113)" fill="none" stroke="#fff" stroke-linecap="round" stroke-width="2"/>
<g id="Ellipse_2" data-name="Ellipse 2" transform="translate(339.015 110)" fill="#fff" stroke="#fff" stroke-width="2">
<circle cx="2.5" cy="2.5" r="2.5" stroke="none"/>
<circle cx="2.5" cy="2.5" r="1.5" fill="none"/>
</g>
<line id="Line_3" data-name="Line 3" y1="20" transform="translate(336.015 124)" fill="none" stroke="#fff" stroke-linecap="round" stroke-width="2"/>
<line id="Line_4" data-name="Line 4" x2="6" transform="translate(336.015 124)" fill="none" stroke="#fff" stroke-linecap="round" stroke-width="2"/>
<g id="Ellipse_3" data-name="Ellipse 3" transform="translate(339.015 121)" fill="#fff" stroke="#fff" stroke-width="2">
<circle cx="2.5" cy="2.5" r="2.5" stroke="none"/>
<circle cx="2.5" cy="2.5" r="1.5" fill="none"/>
</g>
<line id="Line_5" data-name="Line 5" y1="22" transform="translate(322.015 123)" fill="none" stroke="#fff" stroke-linecap="square" stroke-width="2"/>
<line id="Line_6" data-name="Line 6" x1="6" transform="translate(316.015 122)" fill="none" stroke="#fff" stroke-linecap="round" stroke-width="2"/>
<g id="Ellipse_4" data-name="Ellipse 4" transform="translate(314.015 119)" fill="#fff" stroke="#fff" stroke-width="2">
<circle cx="2.5" cy="2.5" r="2.5" stroke="none"/>
<circle cx="2.5" cy="2.5" r="1.5" fill="none"/>
</g>
</g>
</g>
</svg>
</div>
</a>
<div class="navbar__menu">
<input type="checkbox" id="toggle">
<div class="navbar__hamburger">
<div class = 'line line0'></div>
<div class = 'line line1'></div>
<div class = 'line line2'></div>
<div class = 'overlay'></div>
<div class = 'second-overlay'></div>
</div>
<ul class="navbar__list">
<li class="hidden">
<a class="page-scroll" href="index.html#page-top"> </a>
</li>
<li>
<a class="page-scroll" href="index.html#intro" data-target="#menuPrimary">ABOUT</a>
</li>
<li>
<a class="page-scroll" href="index.html#events" data-target="#menuPrimary">EVENTS</a>
</li>
<li>
<a href="prev_events.html" data-target="#menuPrimary">PREVIOUS EVENTS</a>
</li>
<li>
<a class="page-scroll" href="index.html#webinars" data-target="#menuPrimary">WEBINARS</a>
</li>
<li>
<a href="gallery.html" data-target="#menuPrimary">GALLERY</a>
</li>
<li>
<a href="communities.html" data-target="#menuPrimary">COMMUNITIES</a>
</li>
<li>
<a href="showcase.html" data-target="#menuPrimary">PROJECTS</a>
</li>
<li>
<a href="https://asetalias.in/blog/" data-target="#menuPrimary">BLOG</a>
</li>
</ul>
</div>
</header>
<section id="masthead">
<div class="jumbotron content">
<h1>Projects</h1>
<p>Projects done by the members of ALiAS</p>
</div>
</section>
<section class="background-overlay" id="proj-section">
<div class="container">
<div class="row row-centered" id="project-card-container">
<div class="col-xs-3 projectBox col-centered text-center">
<div class="row projectThumb">
<img src="images/slides/slide1.jpg" />
<div class="img-overlay">
<div class="text-center">
<a href="http://asetalias.in">
<div class="col-xs-6">
<i class="fa fa-eye fa-2x"></i>
<p>Demo</p>
</div>
</a>
<a href="http://github.com/asetalias/asetalias.github.io">
<div class="col-xs-6">
<i class="fa fa-code fa-2x"></i>
<p>Source</p>
</div>
</a>
</div>
</div>
</div>
<div class="row projectTitle">
<div class="col-lg-12 text-center">
<h2>ASET ALiAS Website</h2>
</div>
</div>
<div class="row projectInfo">
<div class="col-xs-7 projectDesc">
<div class="row projectDescInfo">
<div class="col-xs-12 projectDescInfoContainer">
<p>Official website of ASET ALiAS club.</p>
</div>
</div>
<div class="row projectContributors text-center">
<hr style="border-top-color:#000; margin: 2px;">
<div class="col-xs-12">
<a href="#" data-github = "asetalias/asetalias.github.io" data-toggle="tooltip">
<span class="projectContributors_num">...</span> Contributors
<div class="font-10">(Click to know more)</div>
</a>
</div>
</div>
</div>
<div class="col-xs-5 projectAuthor text-center">
<img src="images/ALiAS.png" class="icon"/>
<h5>ALiAS</h5>
<div class="projectSocial">
<ul class="list-unstyled list-inline row text-left">
<a href="https://facebook.com/asetalias" title="Facebook" class="col-xs-3 text-center no-padding"><li><i class="fa fa-facebook"></i></li></a>
<a href="https://github.com/asetalias" title="Github" class="col-xs-3 text-center no-padding"><li><i class="fa fa-github"></i></li></a>
<a href="https://twitter.com/asetalias" title="Twitter" class="col-xs-3 text-center no-padding"><li><i class="fa fa-twitter"></i></li></a>
</ul>
</div>
</div>
</div>
<div class="row projectTags">
<div class="col-xs-12">
<span class="badge">HTML</span>
<span class="badge">CSS</span>
<span class="badge">JavaScript</span>
<span class="badge">Bootstrap</span>
<span class="badge">Python</span>
<span class="badge">JSON</span>
</div>
</div>
</div>
<div class="col-xs-3 projectBox col-centered text-center">
<div class="row projectThumb">
<img src="images/slides/slide1.jpg" />
<div class="img-overlay">
<div class="text-center">
<a href="http://github.com/asetalias/aliasandroidapp">
<div class="col-xs-12">
<i class="fa fa-code fa-2x"></i>
<p>Source</p>
</div>
</a>
</div>
</div>
</div>
<div class="row projectTitle">
<div class="col-lg-12 text-center">
<h2>ASET ALiAS Android App</h2>
</div>
</div>
<div class="row projectInfo">
<div class="col-xs-7 projectDesc">
<div class="row projectDescInfo">
<div class="col-xs-12 projectDescInfoContainer">
<p>Official Android App for ASET ALiAS.</p>
</div>
</div>
<div class="row projectContributors text-center">
<hr style="border-top-color:#000; margin: 2px;">
<div class="col-xs-12">
<a href="#" data-github = "asetalias/aliasandroidapp" data-toggle="tooltip">
<span class="projectContributors_num">...</span> Contributors
<div class="font-10">(Click to know more)</div>
</a>
</div>
</div>
</div>
<div class="col-xs-5 projectAuthor text-center">
<img src="images/ALiAS.png" class="icon"/>
<h5>ALiAS</h5>
<div class="projectSocial">
<ul class="list-unstyled list-inline row text-left">
<a href="https://facebook.com/asetalias" title="Facebook" class="col-xs-3 text-center no-padding"><li><i class="fa fa-facebook"></i></li></a>
<a href="https://github.com/asetalias" title="Github" class="col-xs-3 text-center no-padding"><li><i class="fa fa-github"></i></li></a>
<a href="https://twitter.com/asetalias" title="Twitter" class="col-xs-3 text-center no-padding"><li><i class="fa fa-twitter"></i></li></a>
</ul>
</div>
</div>
</div>
<div class="row projectTags">
<div class="col-xs-12">
<span class="badge">Android</span>
<span class="badge">JAVA</span>
<span class="badge">Under Development</span>
</div>
</div>
</div>
<div class="col-xs-3 projectBox col-centered text-center">
<div class="row projectThumb">
<img src="images/slides/slide1.jpg" />
<div class="img-overlay">
<div class="text-center">
<a href="https://gitlab.com/asetalias/Community-Connect/">
<div class="col-xs-12">
<i class="fa fa-code fa-2x"></i>
<p>Source</p>
</div>
</a>
</div>
</div>
</div>
<div class="row projectTitle">
<div class="col-lg-12 text-center">
<h2>Community Connect</h2>
</div>
</div>
<div class="row projectInfo">
<div class="col-xs-7 projectDesc">
<div class="row projectDescInfo">
<div class="col-xs-12 projectDescInfoContainer">
<p>Re-Usable Apps that'll power the Meetup Groups!</p>
</div>
</div>
</div>
<div class="col-xs-5 projectAuthor text-center">
<img src="images/ALiAS.png" class="icon"/>
<h5>ALiAS</h5>
<div class="projectSocial">
<ul class="list-unstyled list-inline row text-left">
<a href="https://facebook.com/asetalias" title="Facebook" class="col-xs-3 text-center no-padding"><li><i class="fa fa-facebook"></i></li></a>
<a href="https://github.com/asetalias" title="Github" class="col-xs-3 text-center no-padding"><li><i class="fa fa-github"></i></li></a>
<a href="https://twitter.com/asetalias" title="Twitter" class="col-xs-3 text-center no-padding"><li><i class="fa fa-twitter"></i></li></a>
</ul>
</div>
</div>
</div>
<div class="row projectTags">
<div class="col-xs-12">
<span class="badge">Django</span>
<span class="badge">Python</span>
<span class="badge">Under Development</span>
<span class="badge">Web Development</span>
</div>
</div>
</div>
<div class="col-xs-3 projectBox col-centered text-center">
<div class="row projectThumb">
<img src="http://getbootstrap.com/assets/brand/bootstrap-social.png" />
<div class="img-overlay">
<div class="text-center">
<a href="https://github.com/thisisayush/beautiful-bootstrap/">
<div class="col-xs-6">
<i class="fa fa-code fa-2x"></i>
<p>Source</p>
</div>
</a>
<a href="https://github.thisisayush.com/beautiful-bootstrap/">
<div class="col-xs-6">
<i class="fa fa-eye fa-2x"></i>
<p>Demo</p>
</div>
</a>
</div>
</div>
</div>
<div class="row projectTitle">
<div class="col-lg-12 text-center">
<h2>Beautiful-Bootstrap</h2>
</div>
</div>
<div class="row projectInfo">
<div class="col-xs-7 projectDesc">
<div class="row projectDescInfo">
<div class="col-xs-12 projectDescInfoContainer">
<p>Beautifully Designed Bootstrap Components</p>
</div>
</div>
<div class="row projectContributors text-center">
<hr style="border-top-color:#000; margin: 2px;">
<div class="col-xs-12">
<a href="#" data-github = "thisisayush/beautiful-bootstrap" data-toggle="tooltip">
<span class="projectContributors_num">...</span> Contributors
<div class="font-10">(Click to know more)</div>
</a>
</div>
</div>
</div>
<div class="col-xs-5 projectAuthor text-center">
<img src="https://avatars2.githubusercontent.com/u/22245433?v=4" class="icon"/>
<h5>@thisisayush</h5>
<div class="projectSocial">
<ul class="list-unstyled list-inline row text-left">
<a href="https://facebook.com/thisisayush" title="Facebook" class="col-xs-3 text-center no-padding"><li><i class="fa fa-facebook"></i></li></a>
<a href="https://github.com/thisisayush" title="Github" class="col-xs-3 text-center no-padding"><li><i class="fa fa-github"></i></li></a>
<a href="https://linkedin.com/in/thisisayush" title="LinkedIn" class="col-xs-3 text-center no-padding"><li><i class="fa fa-linkedin"></i></li></a>
<a href="https://twitter.com/thisisayushaa" title="Twitter" class="col-xs-3 text-center no-padding"><li><i class="fa fa-twitter"></i></li></a>
</ul>
</div>
</div>
</div>
<div class="row projectTags">
<div class="col-xs-12">
<span class="badge">CSS</span>
<span class="badge">SASS</span>
<span class="badge">Bootstrap</span>
</div>
</div>
</div>
<div class="col-xs-3 projectBox col-centered text-center">
<div class="row projectThumb">
<img src="images/projects/scrapy.jpg" />
<div class="img-overlay">
<div class="text-center">
<a href="https://github.com/vipulgupta2048/scrape/">
<div class="col-xs-12">
<i class="fa fa-code fa-2x"></i>
<p>Source</p>
</div>
</a>
</div>
</div>
</div>
<div class="row projectTitle">
<div class="col-lg-12 text-center">
<h2>Scrape</h2>
</div>
</div>
<div class="row projectInfo">
<div class="col-xs-7 projectDesc">
<div class="row projectDescInfo">
<div class="col-xs-12 projectDescInfoContainer">
<p>A project made over scrapy to crawl and store news from various Website.</p>
</div>
</div>
<div class="row projectContributors text-center">
<hr style="border-top-color:#000; margin: 2px;">
<div class="col-xs-12">
<a href="#" data-github = "vipulgupta2048/scrape" data-toggle="tooltip">
<span class="projectContributors_num">...</span> Contributors
<div class="font-10">(Click to know more)</div>
</a>
</div>
</div>
</div>
<div class="col-xs-5 projectAuthor text-center">
<img src="images/ALiAS.png" class="icon"/>
<h5>ASET ALiAS</h5>
<div class="projectSocial">
<ul class="list-unstyled list-inline row text-left">
<a href="https://facebook.com/asetalias" title="Facebook" class="col-xs-3 text-center no-padding"><li><i class="fa fa-facebook"></i></li></a>
<a href="https://github.com/asetalias" title="Github" class="col-xs-3 text-center no-padding"><li><i class="fa fa-github"></i></li></a>
<a href="https://twitter.com/asetalias" title="Twitter" class="col-xs-3 text-center no-padding"><li><i class="fa fa-twitter"></i></li></a>
</ul>
</div>
</div>
</div>
<div class="row projectTags">
<div class="col-xs-12">
<span class="badge">Python</span>
<span class="badge">Scrapy</span>
<span class="badge">PostgreSQL</span>
<span class="badge">Linux</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="footer">
<div class="container">
<div class="row widgetsContainer">
<div class="widgetArea col-sm-4" id="footerWidgetArea1">
<!-- Widget Area 1 -->
<div class="widget">
<div class="widgetTitle">
<h3>Follow us on Twitter</h3>
</div>
<div class="widgetContent">
<a class="twitter-timeline" data-lang="en" data-height="350" data-dnt="true" data-theme="light" href="https://twitter.com/AsetALiAS?ref_src=twsrc%5Etfw">Tweets by AsetALiAS</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
<div class="widgetArea col-sm-4" id="footerWidgetArea2">
<!-- Widget Area 2 -->
<div class="widget">
<div class="widgetTitle">
<h3>Subscribe us on YouTube</h3>
</div>
<div class="widgetContent">
<div class="youtubeVideo">
<img src="https://img.youtube.com/vi/fjxUa7HX0NY/mqdefault.jpg" />
</div>
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-ytsubscribe" data-channelid="UCKkyqEMLFW3jz-q3nJIFL3g" data-layout="full" data-count="default"></div>
</div>
</div>
</div>
<div class="widgetArea col-sm-4" id="footerWidgetArea3">
<!-- Widget Area 3 -->
<div class="widgetTitle">
<h3>Contact Us</h3>
</div>
<div class="widgetContent">
<ul class="contactLinksContainer text-left">
<li>
<i class="fa icon-grey fa-envelope text-darkgreen"></i>
<a href="mailto:asetalias1@gmail.com" target="_blank">Drop us a message</a>
</li>
<li>
<i class="fa icon-grey fa-github text-black"></i>
<a href="https://github.com/asetalias" target="_blank">Github, we ❤️ open-source</a>
</li>
<li>
<i class="fa icon-grey fa-twitter text-blue"></i>
<a href="https://twitter.com/asetalias" target="_blank">Twitter, for all the latest updates</a>
</li>
<li>
<i class="fa icon-grey fa-whatsapp text-green"></i>
<a href="https://chat.whatsapp.com/Li2gDrZd9xzJIJdNvSzLbR" target="_blank">Whatsapp, join the public channel for updates</a>
</li>
<li>
<i class="fa icon-grey fa-telegram text-blue"></i>
<a href="https://t.me/asetalias" target="_blank">Telegram, interact with the alumni</a>
</li>
<li>
<i class="fa icon-grey fa-medium text-brown"></i>
<a href="https://asetalias.in/blog" target="_blank">ALiAS Writes, read about ALiAS</a>
</li>
<li>
<i class="fa icon-grey fa-linkedin-square text-blue"></i>
<a href="https://www.linkedin.com/company/asetalias/" target="_blank">LinkedIn, join us today!</a>
</li>
<li>
<i class="fa icon-grey fa-facebook text-blue"></i>
<a href="https://www.facebook.com/asetalias/" target="_blank">Facebook, join our group!</a>
</li>
<li>
<i class="fa icon-grey fa-instagram text-red"></i>
<a href="https://www.instagram.com/asetalias/" target="_blank">Instagram, follow Us!</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
<div id="up">
<span class="glyphicon glyphicon-chevron-up"></span>
</div>
<!-- Jquery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Google Analytics -->
<script src="js/ganalytics.js"></script>
<!-- Essential Data -->
<script>
var logoDarkLink = "images/logo-dark.png";
var logoLightLink = "images/logo-light.png";
var flashbox = $(".flashbox");
</script>
<!-- Functionality Scripts -->
<script src="js/data.js"></script>
<script src="js/functions.js"></script>
<script src="js/main.js"></script>
<script>
$(window).on('load scroll',() => {
if($(window).scrollTop() > 200)
$('#up').show();
else
$('#up').hide();
});
$('#up').click(() => $('body,html').animate({scrollTop:0},500));
</script>
<!-- Other JS -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollreveal.js"></script>
<script>
$(document).ready(function() {
//Parallax scroll effect
$(window).scroll(function () {
$('#masthead').css("transform", "translate3d(0," + $(window).scrollTop()/1.5 + "px,-1px)");
});
//Scroll reveal effect for cards
window.sr = ScrollReveal({
origin: 'bottom'
});
sr.reveal(".projectBox", {
duration: 1000
});
/** Fetch Contributors for Github Based Projects Using API **/
function fetchContributors(){
$('.projectContributors').each(function(){
var $this = $(this);
var github = $this.find("a:first-child").attr("data-github");
$.ajax({
url:"https://api.github.com/repos/"+github+"/contributors",
type: "GET",
success: function(response, status){
if(status != "success")
return false;
r = response;
loaddata(r);
}
});
function loaddata(response){
var html = "";
$this.find(".projectContributors_num").html(response.length);
html = '<ul class="list-unstyled text-white">';
$.each(response, function(i,v){
html += '<li><a href="'+v.html_url+'" class="text-white"> @'+v.login+'</a></li>';
});
html += '</ul>';
$this.tooltip({
html: true,
title: html,
trigger: 'hover focus',
viewport: $(this).parents('div.projectBox')[0]
}).click(function(e){
e.preventDefault();
$this.tooltip('toggle');
});
}
});
}
fetchContributors();
});
</script>
</body>
</html>