-
Notifications
You must be signed in to change notification settings - Fork 3
/
proshow.html
101 lines (74 loc) · 3.57 KB
/
proshow.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
<!doctype html>
<html lang="en">
<head>
<title>ITIHA</title>
<link rel="icon" href="images/Ithiha logo.png" type="image/icon type">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comforter+Brush&family=PT+Serif&family=Poppins&display=swap" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="itiha,riet,rajadhani,collegefest,2022,Engineering,fest">
<meta name="author" content="">
<link rel="stylesheet" href="css/vendor/icomoon/style.css">
<link rel="stylesheet" href="css/vendor/owl.carousel.min.css">
<link rel="stylesheet" href="css/vendor/animate.min.css">
<link rel="stylesheet" href="css/vendor/aos.css">
<link rel="stylesheet" href="css/vendor/bootstrap.min.css">
<link rel="stylesheet" href="css/vendor/jquery.fancybox.min.css">
<script src="https://kit.fontawesome.com/b63d77b0fb.js" crossorigin="anonymous"></script>
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-nav-target" data-offset="200">
<nav class="unslate_co--site-mobile-menu " style="overflow-y: hidden; color: white;">
<div class="close-wrap d-flex" data-emergence="hidden">
<a href="#" class="d-flex ml-auto js-menu-toggle ">
<span class="close-label" style="color: white;">Close</span>
<div class="close-times" style="color: white;">
<span class="bar1"></span>
<span class="bar2"></span>
</div>
</a>
</div>
<div class="site-mobile-inner text-center d-flex flex-column " style="height:100vh; color: white;"></div>
</nav>
<div class="unslate_co--site-wrap" style="overflow-x: hidden;">
<div class="section-heading-wrap text-center mb-5">
<div class="mb-3">
<h2 class="section-heading" data-emergence="hidden" id="contact">PROSHOWS</h2>
</div>
</div>
<div class="d-grid gap-2 d-md-block text-center">
<a class="events-button" href="mc.html" style="text-transform: none; text-decoration: none;">Masala Coffee</a>
</div>
<br><br>
<div class="d-grid gap-2 d-md-block text-center">
<a class="events-button" href="dj.html" style="text-transform: none; text-decoration: none;">DJ PARTY</a>
</div>
<br><br>
<div class="d-grid gap-2 d-md-block text-center">
<a class="events-button" href="combo.html" style="text-transform: none; text-decoration: none;">STUDENT COMBO OFFER</a>
</div>
<br><br><br><br><br><br><br><br>
</div>
</div>
</div>
</div>
<!-- Loader -->
<div id="unslate_co--overlayer"></div>
<div class="site-loader-wrap">
<div class="site-loader"></div>
</div>
<script>
let box = document.querySelectorAll('.video-carousel-wrapper');
box.forEach(popup => popup.addEventListener('click', () => {
popup.classList.toggle('active')
}))
</script>
<script src="scripts-dist.js"></script>
<script src="lite.js"></script>
<script src="https://kit.fontawesome.com/b63d77b0fb.js" crossorigin="anonymous"></script>
</body>
</html>