-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (235 loc) · 8.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="./logos/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./logos/favicon-32x32.png"
/>
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- <link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" /> -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap"
rel="stylesheet"
/>
<!-- CSS -->
<link
rel="stylesheet"
href="https://unpkg.com/flickity@2/dist/flickity.min.css"
/>
<link rel="stylesheet" href="./style.css" />
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.3.1/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/8.3.1/firebase-analytics.js"></script>
<title>Pragati Virtual Gallery</title>
</head>
<body>
<header class="home-header">
<div class="container">
<h1>Welcome to Pragati Virtual exhibition</h1>
</div>
</header>
<section id="embedSlide">
<div class="wrapper">
<iframe
src="https://docs.google.com/presentation/d/e/2PACX-1vQz-_A_MVOquHX91C1kSYsdqd92oeYj2HPDbgqBdtb0XKFNkCQDdk86qrnxRtYFx1G9FolS2ug2Iely/embed?start=false&loop=false&delayms=3000"
frameborder="0"
width="960"
height="569"
allowfullscreen="true"
mozallowfullscreen="true"
webkitallowfullscreen="true"
></iframe>
</div>
</section>
<section id="instructions">
<div class="container">
<div class="section-title">
<h2
data-toggle="collapse"
href="#instructionsCollapse"
role="button"
aria-expanded="false"
aria-controls="instructionsCollapse"
>
Instructions <small
><i class="fa fa-chevron-down"> </i
></small>
</h2>
</div>
<div class="collapse" id="instructionsCollapse">
<h4>
Welcome to the Virtual Exhibition, here are few instructions -
</h4>
<br />
<ol>
<li>
To enter the exhibition, click on START. In each slide we have
buttons to move around the exhibition(at centre bottom).
</li>
<li>
We have special buttons in lobbies from where you can choose
rooms.
</li>
<li>
Also, in Composite Wall you can click on indiviual project to go
directly to that project.
</li>
<li>Maximise for better experience.</li>
<li>
Additionally click on "Please give your feedback!" to give your
review on individual projects.
</li>
</ol>
</div>
</div>
</section>
<section id="menu">
<div class="container">
<div class="section-title">
<h2>Menu</h2>
</div>
<div class="container">
<div class="accordion" id="menu-dropdown">
<!-- <div class="group">
<div class="menu-header" id="headingOne">
<p
class="collapse-button"
type="button"
data-toggle="collapse"
data-target="#collapseOne"
aria-expanded="false"
aria-controls="collapseOne"
>
Button with data-target <i class="fa fa-chevron-down"></i>
</p>
</div>
<div
id="collapseOne"
class="collapse"
aria-labelledby="headingOne"
data-parent="#accordionExample"
>
<div class="card">
<div class="card-body">
<ul class="list-group">
<li class="list-group-item"><a href="">Project 1</a></li>
<li class="list-group-item">Morbi leo risus</li>
<li class="list-group-item">Porta ac consectetur ac</li>
<li class="list-group-item">Vestibulum at eros</li>
</ul>
</div>
</div>
</div>
</div> -->
<!-- End of collapse -->
</div>
</div>
</div>
</section>
<section id="carousel">
<div class="container">
<div class="section-title">
<h2>Gallery</h2>
</div>
</div>
<div
class="gallery js-flickity"
data-flickity-options='{ "wrapAround": true, "autoPlay": true }'
>
<div class="gallery-cell">
<img src="./slides/100.png" alt="" />
</div>
<div class="gallery-cell">
<img src="./slides/2.png" alt="" />
</div>
<div class="gallery-cell">
<img src="./slides/3.png" alt="" />
</div>
<div class="gallery-cell">
<img src="./slides/4.png" alt="" />
</div>
<div class="gallery-cell">
<img src="./slides/69.png" alt="" />
</div>
<div class="gallery-cell">
<img src="./slides/7.jpeg" alt="" />
</div>
<div class="gallery-cell">
<img src="./slides/87.jpg" alt="" />
</div>
</div>
</section>
<section id="sponsors">
<div class="container pb-5">
<div class="section-title">
<h2>Our partners who make this possible</h2>
</div>
<div class="row justify-content-center" id="sponsors-grid"></div>
</div>
</section>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"
></script>
<!-- JavaScript -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script src="./menu.js"></script>
<script src="./carousel.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyAPhSwHuzhHpYKpt8_JkMhCCovBsVjN-0w",
authDomain: "ecell-24a54.firebaseapp.com",
databaseURL: "https://ecell-24a54-default-rtdb.firebaseio.com",
projectId: "ecell-24a54",
storageBucket: "ecell-24a54.appspot.com",
messagingSenderId: "828412231533",
appId: "1:828412231533:web:6cdf1f49c5208fd6c9e464",
measurementId: "G-4P41MFFLTE",
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
</body>
</html>