-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviewmore_ifest21.html
95 lines (87 loc) · 4.35 KB
/
viewmore_ifest21.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
<!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.0">
<title>iFest '21</title>
<!-- <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"> -->
<link rel="stylesheet" href="css/viewmore.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/venobox/venobox.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<style>
.col-lg-6{
margin-bottom: 30px;
}
</style>
</head>
<body>
<div class="con">
<div class="car">
<div class="imgdiv">
<img src="img/home_page_cards/ifest21.jpg">
</div>
<div class="para">
<h3>i.Fest ’21</h3>
<p>i.Fest ‘21 - A Cryptic Cosmos, the annual technical festival of DAIICT, Gujarat’s largest techno-cultural fest, left the
audience buzzing with excitement. Over 15 technical and cultural events, 7 amazing and inspiring talks, a stand-up
performance, an artist night, and many more fun-filled, exciting memories were all part of the 3-day tech festival. The
fest included an unforgettable dose of laughter provided by Mr. Vipul Goyal, a melodious music night provided by Mr.
Anuv Jain, as well as a few amazing talks held under the Open Box. Each day, attendees took part in fun activities that
kept them entertained. Over 5000 attendees were part of this fantabulous fest. Even during the tough pandemic times,
i.Fest ‘21 - A Cryptic Cosmos, transmitted a tremendous wave of enthusiasm amongst all of us.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6">
<iframe width="560" height="350px" src="https://www.youtube.com/embed/OsyTMH6KpyM"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture"
allowfullscreen>
</iframe>
</div>
<div class="col-lg-6">
<iframe width="560" height="350px" src="https://www.youtube.com/embed/01Wwuw9Qv6M" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
</div>
<div class="col-lg-6">
<iframe width="560" height="350px" src="https://www.youtube.com/embed/BeX0ISBbFuU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
</div>
<div class="col-lg-6">
<iframe width="560" height="350px" src="https://www.youtube.com/embed/O_qoJj7PiC8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
</div>
</div>
</div>
<section id="gallery" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Gallery</h2>
</div>
</div>
<div class="owl-carousel gallery-carousel">
<a href="img/Gallery/17.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/Gallery/17.jpg"
alt=""></a>
<a href="img/Gallery/18.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/Gallery/18.jpg"
alt=""></a>
<a href="img/Gallery/19.JPG" class="venobox" data-gall="gallery-carousel"><img src="img/Gallery/19.JPG"
alt=""></a>
</div>
</section>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/venobox/venobox.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="js/viewmore.js"></script>
</body>
</html>