forked from InnerveSummerOfCode/ISOC-23-WEBD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
isoc.html
361 lines (336 loc) · 12.4 KB
/
isoc.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
<!DOCTYPE html>
<html lang="en" draggable="false">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./Assets/Logo.png" sizes="64x64">
<link rel="stylesheet" href="./isoc.css">
<title>ISOCeum | Home</title>
</head>
<body>
<!-- navbar -->
<header class="header">
<h1 class="logo"><a href="#"><span style="color:#7b00d3; font-size: 25pt;">ISOC</span>eum</a></h1>
<ul class="main-nav">
<li><a href="#" class="active">Home</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Tickets & Visit</a></li>
<li><a href="#">Art & Stories</a></li>
<li><a href="#">Contact Us</a></li>
<li class="language-option">
<div class="dropdown">
<span>Language | <strong>EN</strong></span>
<!-- change "en" as per language -->
<div class="dropdown-content">
<p>English <img src="./Languages/USA.jpg"></p>
<p>French <img src="./Languages/France.jpg"></p>
<p>German <img src="./Languages/Germany.png"></p>
<p>Spanish <img src="./Languages/Spain.jpg"></p>
</div>
</div>
</li>
</ul>
</header>
<nav>
<label class="logo">ISOC</label>
<ul>
<li>
<a class="active">Home</a>
<a href="#">About</a>
<a href="#">Service</a>
<a href="#">Contact/a>
<a href="#">Feedback</a>
</li>
</ul>
</nav>
<!-- hero -->
<section>
<div class="hero-sec">
<div id="hero-headline">
<div class="main">
<h1>The ISOC-eum </h1>
</div>
</h1>
</div>
</div>
</div>
</section>
<!-- ongoing exhibitions -->
<section>
<div class="ongoing-exhib">
<p> ONGOING EXHIBITIONS</p>
</div>
<div class="ongoing-exhib-grid">
<div class="ongoing-exhib-grid-item oe-flex">
<a href="page.html" target="_blank">
<img class="oe-flex-item" src="./Ongoing Exhib/Artifact-1.jpg">
<h3 class="oe-flex-item">Timeless Treasures</h3>
<p class="oe-flex-item">
Day | Date | Time | Venue
</p>
</div>
<div class="ongoing-exhib-grid-item oe-flex">
<!-- <a href="page.html" target="_blank"> -->
<img class="oe-flex-item" src="./Ongoing Exhib/Artifact-2.jpg">
<h3 class="oe-flex-item">Antique Splendours</h3>
<p class="oe-flex-item">
Day | Date | Time | Venue
</p>
</div>
<div class="ongoing-exhib-grid-item oe-flex">
<a href="page.html" target="_blank">
<img class="oe-flex-item" src="./Ongoing Exhib/Artifact-3.jpg">
<h3 class="oe-flex-item">Relics Unveiled</h3>
<p class="oe-flex-item">
Day | Date | Time | Venue
</p>
</div>
</div>
</section>
<!-- our exhibition gallery -->
<section>
<div class="our-gallery">
<p style="color: #764c03; padding-top: 40px;">OUR EXHIBITION GALLERY</p>
</div>
<div class="our-gallery our-gallery-container">
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-1.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-2.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-3.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-4.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-5.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-1.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-2.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-3.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-4.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-5.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-1.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-2.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-3.jpg"></a>
<a href="#"><img class="our-gallery-img" src="./Our Gallery/Img-4.jpg"></a>
</div>
<div class="our-gallery our-gallery-btn" style="margin-top: 0;">
<button id="explore-gallery">Explore Gallery</button>
</div>
</section>
<!-- artisan about -->
<section>
<div class="artisan-hub">
<p>ARTISAN EXPLORATION HUB</p>
</div>
<div class="artisan-hub-info-grid">
<div class="artisan-hub-img">
<img src="./Artisan/Artisan-1.jpg">
</div>
<div class="artisan-hub-info-flexbox">
<div class="artisan-info">
<img src="./Artisan/Info-1.png">
<a href="./artandstories.html">
<p>Learn about our local artisans</p>
</div>
<div class="artisan-info-details">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Sed at facilisis odio. Vestibulum tincidunt, nulla
erat viverra tellus.
</p>
</div></a>
</div>
</div>
</section>
<!-- upcoming exhibitions -->
<section class="upcoming">
<div class="upcoming-exhib">
UPCOMING EXHIBITIONS
</div>
<div class="row">
<a href="page.html" target="_blank">
<div class="column">
<div class="card">
<img src="./Upcoming/Upcoming-1.jpg" style="width:100%">
<h2 class="upcoming-exhib-about">Regal Reverie</h2>
<p class="small-intro"> Small Intro</p>
<p>Day | Date | Time | Venue</p>
</div>
</div>
<a href="page.html" target="_blank">
<div class="column">
<div class="card">
<img src="./Upcoming/Upcoming-2.jpg" style="width:100%">
<h2 class="upcoming-exhib-about">Gilded Treasures</h2>
<p class="small-intro"> Small intro</p>
<p>Day | Date | Time | Venue</p>
</div>
</div>
<a href="page.html" target="_blank">
<div class="column">
<div class="card">
<img src="./Upcoming/Upcoming-3.jpg" style="width:100%">
<h2 class="upcoming-exhib-about">Timeless Splendour</h2>
<p class="small-intro"> Small intro</p>
<p>Day | Date | Time | Venue</p>
</div>
</div>
</section>
<!-- our newsletter -->
<section id="newsletter">
<div class="box">
<img src="https://lh3.google.com/u/0/d/1-WTX2Kw4ZlgLnwT9gYyFOxVXowT9eS-t=w1375-h881-iv1" alt="" />
<h2>Subscribe to our Newsletter</h2>
<p>
Our weekly newsletter provides you with the latest exhibitions on artifacts,
a true delight for the art & culture enthusiasts.
</p>
<div class="form-control">
<input type="text" class="input" placeholder="Enter e-mail adress" />
<button class="btn">Subscribe</button>
</div>
</div>
<button class="floating-btn">
Get in Touch
</button>
</section>
<footer class="footer">
<!-- Grid container -->
<div class="footer-container">
<!-- Section: Social media -->
<section class="social-media">
<!-- Facebook -->
<a class="btn btn-social btn-facebook" href="#!" role="button">
<i class="fab fa-facebook-f"></i>
</a>
<!-- Twitter -->
<a class="btn btn-social btn-twitter" href="#!" role="button">
<i class="fab fa-twitter"></i>
</a>
<!-- Google -->
<a class="btn btn-social btn-google" href="#!" role="button">
<i class="fab fa-google"></i>
</a>
<!-- Instagram -->
<a class="btn btn-social btn-instagram" href="#!" role="button">
<i class="fab fa-instagram"></i>
</a>
<!-- Linkedin -->
<a class="btn btn-social btn-linkedin" href="#!" role="button">
<i class="fab fa-linkedin-in"></i>
</a>
<!-- Github -->
<a class="btn btn-social btn-github" href="#!" role="button">
<i class="fab fa-github"></i>
</a>
</section>
<!-- Section: Social media -->
<!-- Section: Newsletter Form -->
<section class="newsletter">
<form action="">
<!--Grid row-->
<div class="newsletter-row">
<!--Grid column-->
<div class="col-auto newsletter-text">
<p class="pt-2">
<strong>Sign up for our newsletter</strong>
</p>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-5 col-12">
<!-- Email input -->
<div class="form-outline form-white mb-4">
<input
type="email"
id="newsletter-email"
class="form-control"
/>
<label class="form-label" for="newsletter-email"
>Email address</label
>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-auto newsletter-button">
<!-- Submit button -->
<button type="submit" class="btn btn-outline-light mb-4">
Subscribe
</button>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</form>
</section>
<!-- Section: Newsletter Form -->
<!-- Section: Text -->
<section class="footer-text">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt
distinctio earum repellat quaerat voluptatibus placeat nam, commodi
optio pariatur est quia magnam eum harum corrupti dicta, aliquam
sequi voluptate quas.
</p>
</section>
<!-- Section: Text -->
<!-- Section: Footer Links -->
<section class="footer-links">
<!--Grid row-->
<div class="row1">
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled mb-0">
<li><a href="#!" class="footer-link">Link 1</a></li>
<li><a href="#!" class="footer-link">Link 2</a></li>
</ul>
</div>
<!--Grid column-->
</div>
<div class="row2">
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled mb-0">
<li><a href="#!" class="footer-link">Link 1</a></li>
<li><a href="#!" class="footer-link">Link 2</a></li>
</ul>
</div>
<!--Grid column-->
</div>
<div class="row3">
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled mb-0">
<li><a href="#!" class="footer-link">Link 1</a></li>
<li><a href="#!" class="footer-link">Link 2</a></li>
</ul>
</div>
<!--Grid column-->
</div>
<div class="row4">
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled mb-0">
<li><a href="#!" class="footer-link">Link 1</a></li>
<li><a href="#!" class="footer-link">Link 2</a></li>
</ul>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</section>
<!-- Section: Footer Links -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="copyright">
© 2020 Copyright:
<a class="text-white" href="https://mdbootstrap.com/"
>MDBootstrap.com</a
>
</div>
<!-- Copyright -->
</footer>
<script src="./isoc.js"></script>
</body>
</html>