-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
executable file
·883 lines (811 loc) · 45 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
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-50M47KHK7T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-50M47KHK7T');
</script>
<title>DVM Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/loader.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/animations.css">
<link rel="stylesheet" href="css/scroll-animations.css">
<link rel="stylesheet" href="css/Landing Page/home.css">
<link rel="icon" href="assets/img/1x/Asset prev.png">
<script src="./js/fontfaceobserver.standalone.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<!--For text animation in nav -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--Jquery for checking if images are loaded-->
</head>
<body onload=loaded()>
<div class="loader">
<!-- <div class="loader-mask"></div> -->
<!-- <div class="loaderContainer">
<div class="pentagon"></div>
<svg style="visibility: hidden; position: absolute;" width="0" height="0" xmlns="http://www.w3.org/2000/svg"
version="1.1">
<defs>
<filter id="round">
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9"
result="goo" />
<feComposite in="SourceGraphic" in2="goo" operator="atop" />
</filter>
</defs>
</svg>
<div class="dvmLogoLoader">
<img src="./assets/img/DVM-Logo.svg" alt="DVM" />
</div>
</div> -->
<!-- Above is the 1st gen loader and below is the loader everyone disliked -->
<!-- <div class="loaderContainer">
<div class="pentagon" id="hexagon">
</div>
<div class="dvmLogoLoader">
<img src="./assets/img/DVM-Logo.svg" alt="DVM" />
</div>
</div> -->
<!-- <video width="320" height="240" autoplay muted loop class="loader-video">
<source src="./assets/img/loader.mp4" type="video/mp4" />
</video> -->
<img src="./assets/img/loader.gif" class="loader-video" />
</div>
<nav class="navbarTop">
<!-- <div class="brand">
DVM
</div> -->
<h1 class="brand">
<span class="text-wrapper">
<!-- <span class="line line1"></span> -->
<span class="letters" onclick="location.href='index.html'">DVM</span>
<!-- <span class="line line2"></span> -->
</span>
</h1>
<div class="ham" onclick="openCloseNav()">
<div class="ham-line"></div>
<div class="ham-line"></div>
</div>
</nav>
<nav class="navbarSide">
<div class="section-nav">
<div class="dotContainer">
<div class="dot dot0" onclick="toDot(0)"></div>
<div class="dotText">HOME</div>
</div>
<div class="dotContainer">
<div class="dot dot1" onclick="toDot(1)"></div>
<div class="dotText">ABOUT US</div>
</div>
<div class="dotContainer">
<div class="dot dot2" onclick="toDot(2)"></div>
<div class="dotText">PROJECTS</div>
</div>
<div class="dotContainer">
<div class="dot dot2" onclick="toDot(3)"></div>
<div class="dotText">VIDEOS</div>
</div>
<div class="dotContainer">
<div class="dot dot3" onclick="toDot(4)"></div>
<div class="dotText">BLOGS</div>
</div>
<div class="dotContainer">
<div class="dot dot4" onclick="toDot(5)"></div>
<div class="dotText">ARTWORKS</div>
</div>
<div class="dotContainer">
<div class="dot dot5" onclick="toDot(6)"></div>
<div class="dotText">CONTACT US</div>
</div>
</div>
</nav>
<div id="navContainer">
<div class="followContainer">
<h3 class="smallLinksHeader">
Follow
</h3>
<a href="https://www.facebook.com/DVMBITSPilani" class="smallLinks" target="_blank">
<div class="smallLinksText">Facebook</div>
<div class="smallLinksIcons" href="" target="_blank"><img src="assets/icons/facebook (2)[email protected]">
</div>
</a>
<a href="https://www.instagram.com/dvmbitspilani/" class="smallLinks" target="_blank">
<div class="smallLinksText">Instagram</div>
<div class="smallLinksIcons" href="" target="_blank"><img src="assets/icons/[email protected]">
</div>
</a>
<a href="https://github.com/dvm-bitspilani" class="smallLinks" target="_blank">
<div class="smallLinksText">Github</div>
<div class="smallLinksIcons"><img src="assets/icons/github.png"></div>
</a>
<a href="https://www.linkedin.com/company/dvm-bitspilani/" class="smallLinks" target="_blank">
<div class="smallLinksText">LinkedIn</div>
<div class="smallLinksIcons"><img src="assets/icons/linkedin.png"></div>
</a>
</div>
<div class="elementsContainer">
<div class="largeLinkContainer1">
<span class="text-wrapper">
<a class="largeLink1" href="#about" onclick="openCloseNav()">About</a>
</span>
</div>
<div class="largeLinkContainer2">
<span class="text-wrapper">
<a class="largeLink2" href='all-projects.html' target="_blank">Projects</a>
</span>
</div>
<div class="largeLinkContainer3">
<span class="text-wrapper">
<a class="largeLink3" href='all-blogs.html' target="_blank">Blogs</a>
</span>
</div>
<div class="largeLinkContainer4">
<span class="text-wrapper">
<a class="largeLink4" href='artworks.html' target="_blank">Artworks</a>
</span>
</div>
<div class="largeLinkContainer5">
<span class="text-wrapper">
<a class="largeLink5" href='team.html' target="_blank">Team</a>
</span>
</div>
<div class="largeLinkContainer6">
<span class="text-wrapper">
<a class="largeLink6" href="#contact" onclick="openCloseNav()">Contact Us</a>
</span>
</div>
</div>
</div>
<div class="wrapper">
<section class="page home" id="home">
<div class="home-cont">
<!-- <div class="home-heading">-->
<!-- DVM-->
<!-- </div>-->
<!-- <div class="section-nav">
</div> -->
</div>
<!-- <div id="particles-js"></div>-->
<div id="homeLogoContainer">
<div class="spotlight">
<div id="cursor"></div>
</div>
<div id="homeLogoInner">
<img class='dvm-logo' src="assets/img/DVM-Logo.svg">
</div>
<div class="homeBack">
<img class='purple-circuit' src="assets/img/Background%20Box.png">
</div>
<div class="homeSideIcons">
<div class="xoxo">
<div class="x"> <svg height='30px' width='20px'>
<text x="50%" y="60%" text-anchor="middle">
X
</text>
</svg></div>
<div class="o"> <svg height='30px' width='20px'>
<text x="50%" y="60%" text-anchor="middle">
O
</text>
</svg></div>
<div class="x"> <svg height='30px' width='20px'>
<text x="50%" y="60%" text-anchor="middle">
X
</text>
</svg></div>
<div class="o"> <svg height='30px' width='20px'>
<text x="50%" y="60%" text-anchor="middle">
O
</text>
</svg></div>
<!-- <div class="x">X</div>
<div id="div2">O</div>
<div class="x">X</div>
<div id="div2">O</div> -->
</div>
<div class="xoxo">
<div class="o"> <svg height='30px' width='20px'>
<text x="50%" y="60%" text-anchor="middle">
O
</text>
</svg></div>
<div class="x"> <svg height='30px' width='20px'>
<text x="50%" y="60%" text-anchor="middle">
X
</text>
</svg></div>
<div class="o"> <svg height='30px' width='20px'>
<text x="50%" y="60%" text-anchor="middle">
O
</text>
</svg></div>
<div class="x"> <svg height='30px' width='20px'>
<text x="50%" y="60%" text-anchor="middle">
X
</text>
</svg></div>
<!-- <div class="x">X</div>
<div class="o">O</div>
<div class="x">X</div>
<div class="o">O</div> -->
</div>
</div>
</div>
<!-- Mouse Scroller -->
<!-- <div class="mousey">
<div class="scroller">
</div>
</div> -->
<div id="section07_container">
<section id="section07">
<a>
<span></span><span></span><span></span>
</a>
</section>
</div>
<!-- Arrow bouncing -->
<!-- <div class="arrow-container" onclick='()=>{window.scroll(200,200)}'>
<div class="arrow-down"></div>
</div> -->
</section>
<div class="random">
<div>
<img src="https://i.gifer.com/GPbI.gif" />
<div>We solemnly swear that we are upto no good</div>
</div>
</div>
<section class="page about" id="about">
<div class="about-background-container">
<div class="about-background">About Us</div>
<div class="about-background">About Us</div>
<div class="about-background">About Us</div>
<div class="about-background">About Us</div>
<div class="about-background">About Us</div>
</div>
<div class="inner-wrapper" id="about-wrapper">
<div class="backContentWrapper">
<div class="backContent">
<h1 class="ml11">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters">We are DVM</span>
</span>
</h1>
<div class="about-info-1">
The Department of Visual Media plays an instrumental role in building the software that is
the backbone of all the three fests of BITS Pilani - BOSM, Oasis and APOGEE.
<br><br>
DVM is responsible for creating and maintaining the Websites,
Applications (iOS & Android), Teasers, Trailers & Promotional Videos of the three fests.
</div>
</div>
<div class="about-picture">
</div>
</div>
<div class="frontContent">
<div class="frontContentWrapper">
<div class="about-info-2">
Despite generating traffic of over 5000 users on our apps and websites, we
handle everything with ease.
<br><br>
We work in 5 teams to ensure that everyone has a hassle free and memorable experience during
the fests.
</div>
<div class="about-icons">
<div class="icon-container"><a href="https://github.com/dvm-bitspilani" target="_blank"><img
src="assets/icons/github.png" class="icon"></a></div>
<div class="icon-container"><a href="https://www.instagram.com/dvmbitspilani/"
target="_blank" href="" target="_blank"><img
src="assets/icons/[email protected]" class="icon"></a>
</div>
<div class="icon-container"><a href="https://www.linkedin.com/company/dvm-bitspilani/"
target="_blank"><img src="assets/icons/linkedin.png" class="icon"></a>
</div>
<div class="icon-container"><a href="https://www.facebook.com/DVMBITSPilani" target="_blank"
href="" target="_blank"><img src="assets/icons/facebook (2)[email protected]"
class="icon"></a>
</div>
</div>
</div>
</div>
</div>
</section>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" width="70vw" height="70vw" viewBox="0 0 25 25.001" class="gear-background-svg"
style="enable-background:new 0 0 25 25.001;" xml:space="preserve">
<g>
<path class="gear-background" d="M24.38,10.175l-2.231-0.268c-0.228-0.851-0.562-1.655-0.992-2.401l1.387-1.763c0.212-0.271,0.188-0.69-0.057-0.934
l-2.299-2.3c-0.242-0.243-0.662-0.269-0.934-0.057l-1.766,1.389c-0.743-0.43-1.547-0.764-2.396-0.99L14.825,0.62
C14.784,0.279,14.469,0,14.125,0h-3.252c-0.344,0-0.659,0.279-0.699,0.62L9.906,2.851c-0.85,0.227-1.655,0.562-2.398,0.991
L5.743,2.455c-0.27-0.212-0.69-0.187-0.933,0.056L2.51,4.812C2.268,5.054,2.243,5.474,2.456,5.746L3.842,7.51
c-0.43,0.744-0.764,1.549-0.991,2.4l-2.23,0.267C0.28,10.217,0,10.532,0,10.877v3.252c0,0.344,0.279,0.657,0.621,0.699l2.231,0.268
c0.228,0.848,0.561,1.652,0.991,2.396l-1.386,1.766c-0.211,0.271-0.187,0.69,0.057,0.934l2.296,2.301
c0.243,0.242,0.663,0.269,0.933,0.057l1.766-1.39c0.744,0.43,1.548,0.765,2.398,0.991l0.268,2.23
c0.041,0.342,0.355,0.62,0.699,0.62h3.252c0.345,0,0.659-0.278,0.699-0.62l0.268-2.23c0.851-0.228,1.655-0.562,2.398-0.991
l1.766,1.387c0.271,0.212,0.69,0.187,0.933-0.056l2.299-2.301c0.244-0.242,0.269-0.662,0.056-0.935l-1.388-1.764
c0.431-0.744,0.764-1.548,0.992-2.397l2.23-0.268C24.721,14.785,25,14.473,25,14.127v-3.252
C25.001,10.529,24.723,10.216,24.38,10.175z M12.501,18.75c-3.452,0-6.25-2.798-6.25-6.25s2.798-6.25,6.25-6.25
s6.25,2.798,6.25,6.25S15.954,18.75,12.501,18.75z" />
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>
<section class="page projects-page">
<!-- For adding or removing projects change the code in scroll-animations.js as well -->
<div class="inner-wrapper">
<div>
<h1 class="ml22 section-heading">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters">Selected Projects</span>
</span>
</h1>
<div class='show-all-container'>
<div class="show-all" onclick="window.open('all-projects.html','_blank')">
<!-- <div style="display: flex; justify-content: center; align-items: center; margin-right: 10px;">
Show All</div>
<div class="projectArrow"></div> -->
<div class="show-all-text">
Show All
</div>
<div style="display: flex;justify-content: center;align-items: center;">
<img class="show-all-arrow" src="assets/img/Arrow Icon.svg" ">
</div>
</div>
</div>
<div class=" project">
<div class="project-heading1 proj-head">Apogee '21 Website</div>
<div class="project-info">
<div class="projectsFirstContainer">
<img src='assets/img/project-imgs/hero/apogee21-hero-min.png' alt="mobile"
class=" mobile11">
</div>
<div class="projectsSecondContainer">
<div class="projectsSecondTextContainer1">
<div class="infoHead1">
This was the Official Website of APOGEE'21, based on the theme-
"Digitized Renaissance." It eased the Registrations for all the events,
some of which were paid. It shows the details and rules for all the
events along with their timelines. It had many miscellaneous sections
and pages like- Videos, Sponsors' Page, WallMag, among many others. This
time there was a Kind Store Page where all the participants could redeem
their kind points and get various discount coupons. </div>
<a href="project.html?id=27" target='_blank' class="project-view-more">
View Project
<img src="./assets/img/View projoect icon.svg" class="projectArrow">
</a>
</div>
<img src='assets/img/project-imgs/mockup/apogee-mockup-min.png' alt="mobile"
class=" mobile12">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="projects-page">
<div class="inner-wrapper">
<div>
<div class="project">
<div class="project-heading2 proj-head">Oasis '19 App</div>
<div class="project-info">
<div class="projectsFirstContainer">
<img src='assets/img/project-imgs/hero/oasisapp-hero-min.png' alt="mobile"
class=" mobile21">
</div>
<div class="projectsSecondContainer">
<div class="projectsSecondTextContainer2">
<div class="infoHead1">
This app was aimed
to ease participation of students in the fest, comprising of
many features such as events tracking, food ordering, QR
based sign-ups and many more. </div>
<a href="project.html?id=6" target="_blank" class="project-view-more">
View Project
<img src="./assets/img/View projoect icon.svg" class="projectArrow">
</a>
</div>
<img src='assets/img/project-imgs/mockup/oasisapp-mockup-min.jpeg' alt="mobile"
class=" mobile22">
</div>
</div>
</div>
</div>
</section>
<section class="page videos" id="video-wrapper">
<div class="inner-wrapper">
<h1 class="ml33 section-heading">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters">Selected Videos</span>
</span>
</h1>
<div class='show-all-container'>
<div class="show-all videosShowAll" onclick="window.open('all-projects.html?videos','_blank')">
<!-- <div style="display: flex; justify-content: center; align-items: center; margin-right: 10px;">
Show All</div>
<div class="projectArrow"></div> -->
<div class="show-all-text">
Show All
</div>
<div style="display: flex;justify-content: center;align-items: center;">
<img class="show-all-arrow" src="assets/img/Arrow Icon.svg" " />
</div>
</div>
</div>
<div class=" video-wrapper">
<div class="video-row">
<div class="video-container ">
<iframe
src="https://www.youtube.com/embed/z-Pt8nBEa9E?autoplay=1&mute=1&loop=1&playlist=z-Pt8nBEa9E"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen class="video video1"></iframe>
</div>
<div class="video-name videoHeading1">
APOGEE'21 Theme Release
</div>
</div>
<div class="video-row">
<div class="video-name videoHeading2">
APOGEE'21 Curtain Raiser
</div>
<div class="video-container ">
<iframe
src="https://www.youtube.com/embed/EykvH3KETnc?autoplay=1&mute=1&loop=1&playlist=EykvH3KETnc"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen class="video video2"></iframe>
</div>
</div>
<!-- <div class="video-row">
<div class="video-container ">
<iframe src="https://www.youtube.com/embed/C8Mg71oIA2s?autoplay=1&mute=1&loop=1&playlist=C8Mg71oIA2s"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
class="video video3"></iframe>
</div>
<div class="video-name videoHeading3">
APOGEE'21 Curtain Raiser
</div>
</div> -->
</div>
</div>
</section>
<section class="page blog" id="blog">
<!-- For adding or removing blogs change the code in scroll-animations.js as well -->
<div class="inner-wrapper" id="blog-wrapper">
<h1 class="ml44 section-heading">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters">Blogs</span>
</span>
</h1>
<div class='show-all-container'>
<div class="show-all section-end-heading" onclick="window.open('all-blogs.html','_blank')"
style="opacity: 0;">
<div class="show-all-text">
Show All
</div>
<div style="display: flex;justify-content: center;align-items: center;">
<img class="show-all-arrow" src="assets/img/Arrow Icon.svg" " />
</div>
</div>
</div>
<!-- <div class=" blogDragDiv" id="blogDragDiv">
drag
</div> -->
<div class="scrolling-wrapper" id="scrolling-wrapper">
<div class="card">
<div class="blogimage"><img src="content-blogs/anshal_django/anshalBlog.png"
onclick="window.open('https://blog.bitsacm.in/using-graphql-with-diango/','_blank')">
</div>
<div class="blogtitle"
onclick="window.open('https://blog.bitsacm.in/using-graphql-with-diango/','_blank')">
<div class="blogtitletitle">Using Graphene to setup GraphQL queries with Django
</div>
<div class="blogby">by Anshal Shukla</div>
</div>
</div>
<div class="card">
<div class="blogimage"><img
src="content-blogs/nidheesh_timetable/TimeTableNidheesh.jpeg"
onclick="window.open('https://blog.bitsacm.in/the-time-table-generator/','_blank')">
</div>
<div class="blogtitle"
onclick="window.open('https://blog.bitsacm.in/the-time-table-generator/','_blank')">
<div class="blogtitletitle">The Time Table Generator</div>
<div class="blogby">by Nidheesh Jain and Uday Singla</div>
</div>
</div>
<div class="card">
<div class="blogimage"><img src="content-blogs/tirth_vim/tirthVim.jpeg"
onclick="window.open('https://blog.bitsacm.in/setting-up-vim/','_blank')">
</div>
<div class="blogtitle"
onclick="window.open('https://blog.bitsacm.in/setting-up-vim/','_blank')">
<div class="blogtitletitle">Setting Up a Vim You Will Love To Use</div>
<div class="blogby">by Tirth Jain</div>
</div>
</div>
<div class="card">
<div class="blogimage"><img src="content-blogs/prarabdh_flutter/prarabdhaBlog.png"
onclick="window.open('https://blog.bitsacm.in/flutter-vs-react-native/','_blank')">
</div>
<div class="blogtitle"
onclick="window.open('https://blog.bitsacm.in/flutter-vs-react-native/','_blank')">
<div class="blogtitletitle">Flutter vs React Native</div>
<div class="blogby">by Prarabdh Garg</div>
</div>
</div>
<div class="card">
<div class="blogimage"><img src="content-blogs/tirth_docker/tirthDocker.jpeg"
onclick="window.open('https://blog.bitsacm.in/django-on-docker/','_blank')">
</div>
<div class="blogtitle"
onclick="window.open('https://blog.bitsacm.in/django-on-docker/','_blank')">
<div class="blogtitletitle">How To Deploy Your Django App Using Docker</div>
<div class="blogby">by Tirth Jain</div>
</div>
</div>
</div>
</section>
<section class="page artwork" id="blog">
<!-- For adding or removing artworks change the code in scroll-animations.js as well -->
<div class="inner-wrapper" id="artworks-wrapper">
<h1 class="ml55 section-heading">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters">Artworks</span>
</span>
</h1>
<div class="openAllButtonContainer">
<div class='show-all-container'>
<div class="show-all heightClass" onclick="window.open('artworks.html','_blank')"">
<!-- <div style=" display: flex; justify-content: center; align-items: center; margin-right:
10px;">
Show All</div>
<div class="projectArrow"></div> -->
<div class="show-all-text">
Show All
</div>
<div style="display: flex;justify-content: center;align-items: center;">
<img class="show-all-arrow" src="assets/img/Arrow Icon.svg" " />
</div>
</div>
</div>
</div>
<div class=" artwork-container">
<div class="artwork-left">
<div class="artwork-scroller-container">
<div class="artwork-counter"></div>
<div class="artwork-scroller">
<div class="artwork-scroll-individual scroll-1" id="1"
onclick="navigateCarousel(0, 'pill')">
</div>
<div class="artwork-scroll-individual scroll-2" id="2"
onclick="navigateCarousel(1, 'pill')">
</div>
<div class="artwork-scroll-individual scroll-3" id="3"
onclick="navigateCarousel(2, 'pill')">
</div>
<div class="artwork-scroll-individual scroll-4" id="4"
onclick="navigateCarousel(3, 'pill')">
</div>
<div class="artwork-scroll-individual scroll-5" id="5"
onclick="navigateCarousel(4, 'pill')">
</div>
<div class="active-scroll artwork-active-scroll artwork-scroll-individual"
id="active-scroll-id"></div>
</div>
</div>
<div class="artwork-title-container">
<div class="artwork-title title-0">Neon City Render</div>
<div class="artwork-title title-1">Wolf</div>
<div class="artwork-title title-2">Noir Illustration</div>
<div class="artwork-title title-3">Low Poly Nature</div>
<div class="artwork-title title-4">Face your Inner Demon</div>
</div>
<div class="artwork-name-container">
<div class="artwork-name name-0">By Pratheek Athuri</div>
<div class="artwork-name name-1">By Yash Bhagat</div>
<div class="artwork-name name-2">By Yash Bhagat</div>
<div class="artwork-name name-3">By Pratheek Athuri</div>
<div class="artwork-name name-4">By Pratheek Athuri</div>
</div>
<div class="artwork-links-container">
<div class="artwork-links links-0">
<div class="artwork-individual-link">
<a href="https://www.linkedin.com/in/pratheek-athuri-97395317a"
target="_blank"><img src="assets/icons/linkedin.png" height="100%"
class="link-icon" /></a>
</div>
<div class="artwork-individual-link">
<a href="http://instagram.com/pratheek.athuri" target="_blank"><img
src="assets/icons/[email protected]" height="100%"
class="link-icon" /></a>
</div>
</div>
<div class="artwork-links links-1">
<div class="artwork-individual-link">
<a href="https://twitter.com/yash_bhagat_" target="_blank"><img
src="assets/icons/[email protected]" height="100%"
class="link-icon" /></a>
</div>
<div class="artwork-individual-link">
<a href="https://www.linkedin.com/in/yashbhagat99/" target="_blank"><img
src="assets/icons/linkedin.png" height="100%"
class="link-icon" /></a>
</div>
<div class="artwork-individual-link">
<a href="https://www.instagram.com/yashb1202/" target="_blank"><img
src="assets/icons/[email protected]" height="100%"
class="link-icon" /></a>
</div>
</div>
<div class="artwork-links links-2">
<div class="artwork-individual-link">
<a href="https://twitter.com/yash_bhagat_" target="_blank"><img
src="assets/icons/[email protected]" height="100%"
class="link-icon" /></a>
</div>
<div class="artwork-individual-link">
<a href="https://www.linkedin.com/in/yashbhagat99/" target="_blank"><img
src="assets/icons/linkedin.png" height="100%"
class="link-icon" /></a>
</div>
<div class="artwork-individual-link">
<a href="https://www.instagram.com/yashb1202/" target="_blank"><img
src="assets/icons/[email protected]" height="100%"
class="link-icon" /></a>
</div>
</div>
<div class="artwork-links links-3">
<div class="artwork-individual-link">
<a href="https://www.linkedin.com/in/pratheek-athuri-97395317a"
target="_blank"><img src="assets/icons/linkedin.png" height="100%"
class="link-icon" /></a>
</div>
<div class="artwork-individual-link">
<a href="http://instagram.com/pratheek.athuri" target="_blank"><img
src="assets/icons/[email protected]" height="100%"
class="link-icon" /></a>
</div>
</div>
<div class="artwork-links links-4">
<div class="artwork-individual-link">
<a href="https://www.linkedin.com/in/pratheek-athuri-97395317a"
target="_blank"><img src="assets/icons/linkedin.png" height="100%"
class="link-icon" /></a>
</div>
<div class="artwork-individual-link">
<a href="http://instagram.com/pratheek.athuri" target="_blank"><img
src="assets/icons/[email protected]" height="100%"
class="link-icon" /></a>
</div>
</div>
</div>
<div class="arrows artwork-arrows">
<div class="left-arrow" onclick="navigateCarousel(-1, 'single')">
<img src="assets/img/left.png">
</div>
<div class="right-arrow" onclick="navigateCarousel(1, 'single')">
<img src="assets/img/right.png">
</div>
</div>
</div>
<div class="artwork-right">
<div class="artwork-carousel">
<div class="artwork-img-container">
<div class="artwork-img">
<img src="assets/artwork/pratheek/neonCity-min.jpg">
</div>
<div class="artwork-img">
<img src="assets/artwork/yash/wolf.webp">
</div>
<div class="artwork-img">
<img src="assets/artwork/yash/noirIllustration.webp">
</div>
<div class="artwork-img">
<img src="./assets/artwork/pratheek/lowPolyNight-min.jpg">
</div>
<div class="artwork-img">
<img src="assets/artwork/pratheek/innerDemon-min.jpg">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="page contact" id="contact">
<div class="inner-wrapper" id="contact-wrapper">
<h1 class="ml66 section-heading">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters">Contact Us</span>
</span>
</h1>
<div class="form-wrapper">
<div class="form" id="contact-submit">
<form action="https://getform.io/f/257f318e-73a5-425d-a211-9e73fff1e4e6" method="POST">
<div>
<input class="form-element inputs" type="text" name="name" placeholder="Name">
</div>
<div>
<input class="form-element inputs" type="email" name="email" placeholder="Email">
</div>
<div>
<input class="form-element inputs" type="number" name="number"
placeholder="Mobile Number">
</div>
<div id="message-textarea">
<textarea class="form-element textarea" type="text" name="message" placeholder="Message"
style="resize: none;"></textarea>
</div>
<div id="submit-button">
<button type="submit" class="form-element button">SUBMIT</button>
</form>
</div>
</div>
<div class="form-pic">
</div>
</div>
</div>
<div id="footer-wrapper">
Made with <div class="heart" ondblclick="random_function()"> ❤️ </div>by DVM
</div>
</section>
</div>
<script src="js/navbar.js"></script>
<script src="js/index.js"></script>
<script src="js/artworks-section.js"></script>
<script src="js/scroll-animations.js"></script>
<script src='js/imageLoaded.js'></script>
<script src="js/contact-us.js"></script>
<script>
$(window).on('beforeunload', function () {
$(window).scrollTop(0);
});
</script>
</body>
</html>