-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
173 lines (159 loc) · 7.96 KB
/
gallery.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="img/title_icon.png" />
<title>Gallery | AAROHAN</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/slideshow.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/blueimp-gallery.min.css">
<link rel="stylesheet" href="css/game.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/blueimp-gallery.min.js"></script>
<script src="js/slideshow.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
function announcement_func() {
//alert(cell_data);
$.ajax(
{
url: "https://script.google.com/macros/s/AKfycbw2-Sf8-PEMde20VY4_Dav0SAKKSkSSGQKjOC1P1HlinzCSH2L-/exec",
type: 'get',
//data : {},
//dataType : 'json',
success: function (response) {
if (response != "") {
console.log("I m");
document.getElementById("announcement_div").style.opacity = 1;
document.getElementById("announcement_div").style.height = "20px";
document.getElementById("announce").innerHTML = "AAROHAN'20 | 20-21-22 March | Mark Your Calenders";
}
},
error: function (xhr, textStatus, errorThrown) {
alert('Announcement Error:: Kindly inform the admin.');
}
});
}
</script>
</head>
<body style="background-color: black;">
<script>announcement_func();</script>
<nav class="navbar navbar-inverse navbar-fixed-top" id="navbar" style="background: #212121;">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"
style="float: left;margin-left: 5px;">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="home_button" class="navbar-brand" href="index.html"><img src="img/nav.png"
style="max-height: 70px;margin-top: -20px;"></a>
</div>
<div class="collapse navbar-collapse navbar-right" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="game.html" onclick="gamedisplay();">Play Now!</a></li>
<li><a href="index.html">Home</a></li>
<!-- <li><a href="events.html">Events</a></li> -->
<li><a href="team.html">Our Team</a></li>
<li class="active"><a href="gallery.html">Gallery</a></li>
<li><a href="spnonsors.html">Sponsors</a></li>
</ul>
</div>
</div>
<div id="announcement_div" style="opacity: 0; height: 0px; background-color: #FFC000;">
<center>
<marquee>
<font color="black" id="announce"></font>
</marquee>
</center>
</div>
</nav>
<iframe src="jssor.slider.devpack/demos/image-gallery-with-vertical-thumbnail.html" width="100%" height="500px"
style="margin-top: 69px;display: block;overflow: hidden;" frameborder="0"></iframe>
<footer style="background-color: #212121;color: white;">
<div style="padding-left: 20px;padding-right: 20px;">
<div class="row" align="center">
<div class="col-lg-4 col-md-4 col-sm-12">
<h3 style="color: white">External Links</h3>
<p><a href="http://www.iitrpr.ac.in/" style="color:white;">IIT Ropar Homepage</a><br><a
href="http://www.iitrpr.ac.in/about-iit" style="color:white;">About IIT Ropar</a><br><a
href="http://www.iitrpr.ac.in/location" style="color: white">Reaching IIT Ropar</p></a>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<h3 style="color: white">Contact Us</h3>
<p>Jashan Sanger<br>Overall Coordinator<br>Phone: <a href="tel:+917986595456">+91-7986595456</a>, <a
href="tel:+919988069842">+91-9988069842</a><br>Email: <a
href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<h3 style="color: white;">Follow Us</h3>
<a href="https://www.facebook.com/aarohan.iitrpr/" target="_blank"><img src="img/fb.png"
height="56px;" style="margin-bottom: 15px;"></a>
<a href="https://www.instagram.com/aarohan_iitropar/" target="_blank"><img src="img/Instagram.png"
height="56px;" style="margin-bottom: 15px;"></a>
<a href="https://www.youtube.com/channel/UC6VTz7XxzGHtQi5fWWgbO2A" target="_blank"><img
src="img/yt.png" height="56px;" style="margin-bottom: 10px;"></a>
<br>
<iframe
src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Faarohan.iitrpr%2F&width=141&layout=button_count&action=like&size=large&show_faces=false&share=true&height=46&appId"
width="155" height="46" style="border:none;overflow:hidden" scrolling="no" frameborder="0"
allowTransparency="true"></iframe>
</div>
</div>
</div>
<div style="padding: 10px;">
Developed and maintained by <a href="mailto:[email protected]">Software Community</a>, IIT Ropar
</div>
</footer>
<script>
var slideIndex = 1;
showSlides(slideIndex);
// Next/previous controls
function plusSlides(n) {
showSlides(slideIndex += n);
}
// Thumbnail image controls
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) { slideIndex = 1 }
if (n < 1) { slideIndex = slides.length }
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " active";
}
</script>
<script>
$(document).on('click', '.navbar-collapse.in', function (e) {
if ($(e.target).is('a')) {
$(this).collapse('hide');
}
});
document.getElementById('links').onclick = function (event) {
event = event || window.event;
var target = event.target || event.srcElement,
link = target.src ? target.parentNode : target,
options = { index: link, event: event },
links = this.getElementsByTagName('a');
blueimp.Gallery(links, options);
};
</script>
</body>
</html>