-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery-page.html
602 lines (598 loc) · 24.4 KB
/
gallery-page.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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gallery Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<!-- Ensure consistent styling across different browsers -->
<style data-tag="reset-style-sheet">
html {
line-height: 1.15;
}
body {
margin: 0;
}
* {
box-sizing: border-box;
border-width: 0;
border-style: solid;
}
p,
li,
ul,
pre,
div,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
figcaption {
margin: 0;
padding: 0;
}
button {
background-color: transparent;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focus,
[type="button"]:-moz-focus,
[type="reset"]:-moz-focus,
[type="submit"]:-moz-focus {
outline: 1px dotted ButtonText;
}
a {
color: inherit;
text-decoration: inherit;
}
input {
padding: 2px 4px;
}
img {
display: block;
}
html {
scroll-behavior: smooth;
}
</style>
<style data-tag="default-style-sheet">
html {
font-family: Poppins;
font-size: 16px;
}
body {
font-weight: 400;
font-style: normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.55;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);
}
</style>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<!--This is the head section-->
<style data-section-id="dropdown">
[data-thq="thq-dropdown"]:hover > [data-thq="thq-dropdown-list"] {
display: flex;
}
[data-thq="thq-dropdown"]:hover > div [data-thq="thq-dropdown-arrow"] {
transform: rotate(90deg);
}
</style>
<link rel="stylesheet" href="style/style.css" />
</head>
<body>
<div>
<link href="style/gallery-page.css" rel="stylesheet" />
<div class="gallery-page-container">
<nav
id="NavBar"
data-role="Header"
class="navbar-navbar navbar-root-class-name4"
>
<img
alt="image"
src="public/Pic/mmu-short-logo-200h.png"
class="navbar-image"
/>
<div class="navbar-right-side">
<div class="navbar-links-container">
<a href="landing-page.html" class="navbar-home">
<span>Home</span>
</a>
<div
data-thq="thq-dropdown"
class="navbar-thq-dropdown list-item"
>
<div
data-thq="thq-dropdown-toggle"
class="navbar-dropdown-toggle"
>
<span class="navbar-text">Club Details</span>
<div
data-thq="thq-dropdown-arrow"
class="navbar-dropdown-arrow"
>
<svg viewBox="0 0 1024 1024" class="navbar-icon">
<path d="M426 726v-428l214 214z"></path>
</svg>
</div>
</div>
<ul data-thq="thq-dropdown-list" class="navbar-dropdown-list">
<li data-thq="thq-dropdown" class="navbar-dropdown list-item">
<a href="i-society-gallery-page.html">
<div
data-thq="thq-dropdown-toggle"
class="navbar-dropdown-toggle-i-society"
>
<span class="navbar-text1">IT Society</span>
</div>
</a>
</li>
<li
data-thq="thq-dropdown"
class="navbar-dropdown1 list-item"
>
<a href="japanese-culture-society-gallery-page.html">
<div
data-thq="thq-dropdown-toggle"
class="navbar-dropdown-toggle-japanese-cultural-society"
>
<span class="navbar-text2">
Japanese Cultural Society
</span>
</div>
</a>
</li>
<li
data-thq="thq-dropdown"
class="navbar-dropdown2 list-item"
>
<a href="christian-fellowship-gallery-page.html">
<div
data-thq="thq-dropdown-toggle"
class="navbar-dropdown-toggle-i-society1"
>
<span class="navbar-text3">Christian Fellowship</span>
</div>
</a>
</li>
<li
data-thq="thq-dropdown"
class="navbar-dropdown3 list-item"
>
<a href="cyberjaya-accounting-club-gallery-page.html">
<div
data-thq="thq-dropdown-toggle"
class="navbar-dropdown-toggle1"
>
<span class="navbar-text4">
Cyberjaya Accounting Club
</span>
</div>
</a>
</li>
<li
data-thq="thq-dropdown"
class="navbar-dropdown4 list-item"
>
<a href="communication-society-gallery-page.html">
<div
data-thq="thq-dropdown-toggle"
class="navbar-dropdown-toggle2"
>
<span class="navbar-text5">Communication Society</span>
</div>
</a>
</li>
<li
data-thq="thq-dropdown"
class="navbar-dropdown5 list-item"
>
<a href="swimming-club-gallery-page.html">
<div
data-thq="thq-dropdown-toggle"
class="navbar-dropdown-toggle3"
>
<span class="navbar-text6">Swimming Club</span>
</div>
</a>
</li>
</ul>
</div>
<a href="gallery-page.html" class="navbar-gallery">
<span>Gallery</span>
</a>
<a href="about-us-page.html" class="navbar-about">
<span>About</span>
</a>
<a href="login-page.html" class="navbar-navlink6">
<div
class="solid-button2-container solid-button2-root-class-name"
>
<button class="solid-button2-button button">
<span>Log in</span>
</button>
</div>
</a>
<a href="registration-page.html" class="navbar-navlink7">
<div
class="solid-button-container solid-button-root-class-name1"
>
<button class="solid-button-button button">
<span>Register Now</span>
</button>
</div>
</a>
</div>
</div>
</nav>
<div class="gallery-page-blog">
<div
id="ITSocietyGalleryPageContainer"
class="gallery-page-i-society-gallery-page-container"
>
<div class="gallery-page-blog-post-card">
<img
alt="image"
src="public/Pic/jumpstartorientation-1400w.jpg"
class="gallery-page-image"
/>
<div class="gallery-page-container01">
<span class="gallery-page-text">Society</span>
<h1 class="gallery-page-text01">IT Society</h1>
<div class="gallery-page-container02">
<span class="gallery-page-text02">
IT Society MMU Cyberjaya is the faculty-based club of the
Faculty of Computing and Informatics, Multimedia University,
Cyberjaya Campus.
</span>
</div>
<a
href="i-society-gallery-page.html"
class="gallery-page-navlink"
>
<div class="gallery-page-button-container">
<button class="gallery-page-button-button button">
<span>View Gallery</span>
</button>
</div>
</a>
</div>
</div>
</div>
<div
id="JCSGalleryPageContainer"
class="gallery-page-jc-gallery-page-container"
>
<div class="gallery-page-blog-post-card1">
<img
alt="image"
src="public/Pic/jcsbanner-1500w.jpg"
class="gallery-page-image1"
/>
<div class="gallery-page-container03">
<span class="gallery-page-text03">Society</span>
<h1 class="gallery-page-text04">Japanese Cultural Society</h1>
<div class="gallery-page-container04">
<span class="gallery-page-text05">
こんにちは!Welcome to the 𝐉𝐚𝐩𝐚𝐧𝐞𝐬𝐞 𝐂𝐮𝐥𝐭𝐮𝐫𝐚𝐥 𝐒𝐨𝐜𝐢𝐞𝐭𝐲
Multimedia University Malaysia. We would like to introduce
our Japanese Cultural Society, which was established to
promote understanding and interest in Japanese culture,
traditions, language, and various other aspects.
</span>
</div>
<a
href="japanese-culture-society-gallery-page.html"
class="gallery-page-navlink1"
>
<div
class="gallery-page-button-container gallery-page-button-root-class-name1"
>
<button class="gallery-page-button-button button">
<span>View Gallery</span>
</button>
</div>
</a>
</div>
</div>
</div>
<div
id="ChristianFellowshipGalleryPageContainer"
class="gallery-page-christian-fellowship-gallery-page-container"
>
<div class="gallery-page-blog-post-card2">
<img
alt="image"
src="public/Pic/cozychristmasparty-1400w.jpg"
class="gallery-page-image2"
/>
<div class="gallery-page-container05">
<span class="gallery-page-text06">Society</span>
<h1 class="gallery-page-text07">
<span class="gallery-page-text08">Christian Fellowship</span>
<br />
</h1>
<div class="gallery-page-container06">
<span class="gallery-page-text10">
Welcome to the vibrant community of the Multimedia
University Christian Fellowship (MMUCF)! Our fellowship is a
gathering of like-minded individuals who share a common
faith and desire to grow spiritually while embracing the
diverse talents and backgrounds within our university.
</span>
</div>
<a
href="christian-fellowship-gallery-page.html"
class="gallery-page-navlink2"
>
<div
class="gallery-page-button-container gallery-page-button-root-class-name"
>
<button class="gallery-page-button-button button">
<span>View Gallery</span>
</button>
</div>
</a>
</div>
</div>
</div>
<div
id="CyberjayaAccountingClubGalleryPageContainer"
class="gallery-page-cyberjaya-accounting-club-gallery-page-container"
>
<div class="gallery-page-blog-post-card3">
<img
alt="image"
src="public/Pic/cyberjayaaccountingclubherobackground1-1400w.jpg"
class="gallery-page-image3"
/>
<div class="gallery-page-container07">
<span class="gallery-page-text11">Club</span>
<h1 class="gallery-page-text12">Cyberjaya Accounting Club</h1>
<div class="gallery-page-container08">
<span class="gallery-page-text13">
The Cyberjaya Accounting Club is to provide a supportive
community for individuals interested in the field of
accounting. The club organizes various activities and events
that aim to develop the knowledge, skills, and networks of
its members. These activities may include workshops,
seminars, guest lectures, case competitions, networking
sessions, and career fairs.
</span>
</div>
<a
href="cyberjaya-accounting-club-gallery-page.html"
class="gallery-page-navlink3"
>
<div
class="gallery-page-button-container gallery-page-button-root-class-name2"
>
<button class="gallery-page-button-button button">
<span>View Gallery</span>
</button>
</div>
</a>
</div>
</div>
</div>
<div
id="CommunicationSocietyGalleryPageContainer"
class="gallery-page-communication-society-gallery-page-container"
>
<div class="gallery-page-blog-post-card4">
<img
alt="image"
src="public/Pic/commsocietynetworkingsession-1400w.png"
class="gallery-page-image4"
/>
<div class="gallery-page-container09">
<span class="gallery-page-text14">Society</span>
<h1 class="gallery-page-text15">Communication Society</h1>
<div class="gallery-page-container10">
<span class="gallery-page-text16">
Communication Society promotes networking and career
development among its members. It actively engages with
professionals and alumni in the communication industry,
organizing networking sessions and career fairs to
facilitate connections between students and potential
employers. These initiatives provide valuable opportunities
for members to gain industry exposure, seek internships or
job placements, and build their professional networks.
</span>
</div>
<a
href="communication-society-gallery-page.html"
class="gallery-page-navlink4"
>
<div
class="gallery-page-button-container gallery-page-button-root-class-name3"
>
<button class="gallery-page-button-button button">
<span>View Gallery</span>
</button>
</div>
</a>
</div>
</div>
</div>
<div
id="SwimmingClubGalleryPageContainer"
class="gallery-page-swimming-club-gallery-page-container"
>
<div class="gallery-page-blog-post-card5">
<img
alt="image"
src="public/Pic/swimmingclubbanner-1400w.jpg"
class="gallery-page-image5"
/>
<div class="gallery-page-container11">
<span class="gallery-page-text17">Club</span>
<h1 class="gallery-page-text18">Swimming Club</h1>
<div class="gallery-page-container12">
<span class="gallery-page-text19">
Join the MMU Cyberjaya Swimming Club and unlock your full
swimming potential. Our training program combines technical
expertise, challenging workouts, and a supportive community
to create an environment where you can thrive. Whether
you're a novice swimmer or an experienced competitor, our
club will help you develop the skills, endurance, and
confidence needed to excel in the water. Dive in and join us
today!
</span>
</div>
<a
href="swimming-club-gallery-page.html"
class="gallery-page-navlink5"
>
<div
class="gallery-page-button-container gallery-page-button-root-class-name4"
>
<button class="gallery-page-button-button button">
<span>View Gallery</span>
</button>
</div>
</a>
</div>
</div>
</div>
</div>
<footer id="Footer" class="footer-footer footer-root-class-name2">
<div class="footer-menu">
<div class="footer-links-container">
<a
href="https://www.mmu.edu.my/"
target="_blank"
rel="noreferrer noopener"
class="footer-link"
>
<img
alt="image"
src="public/Pic/mmu-short-logo-reverse-white-200h.png"
class="footer-image"
/>
</a>
<div class="footer-container">
<a href="about-us-page.html" class="footer-navlink">
<span>About us</span>
</a>
<a href="contact-us-page.html" class="footer-navlink1">
<span>Contact Us</span>
</a>
<a
href="mmu-club-and-society-registration-week-page.html"
class="footer-navlink2"
>
<span>MMU CSRW Gallery</span>
</a>
<a href="feedback-form-page.html" class="footer-navlink3">
<span>Feedback Us</span>
</a>
</div>
</div>
<div class="footer-follow-container">
<span class="footer-text"><span>Follow us on</span></span>
<div class="footer-icons-container">
<a
href="https://www.instagram.com/mmumalaysia/"
target="_blank"
rel="noreferrer noopener"
class="footer-link1"
>
<svg viewBox="0 0 877.7142857142857 1024" class="footer-icon">
<path
d="M585.143 512c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM664 512c0 124.571-100.571 225.143-225.143 225.143s-225.143-100.571-225.143-225.143 100.571-225.143 225.143-225.143 225.143 100.571 225.143 225.143zM725.714 277.714c0 29.143-23.429 52.571-52.571 52.571s-52.571-23.429-52.571-52.571 23.429-52.571 52.571-52.571 52.571 23.429 52.571 52.571zM438.857 152c-64 0-201.143-5.143-258.857 17.714-20 8-34.857 17.714-50.286 33.143s-25.143 30.286-33.143 50.286c-22.857 57.714-17.714 194.857-17.714 258.857s-5.143 201.143 17.714 258.857c8 20 17.714 34.857 33.143 50.286s30.286 25.143 50.286 33.143c57.714 22.857 194.857 17.714 258.857 17.714s201.143 5.143 258.857-17.714c20-8 34.857-17.714 50.286-33.143s25.143-30.286 33.143-50.286c22.857-57.714 17.714-194.857 17.714-258.857s5.143-201.143-17.714-258.857c-8-20-17.714-34.857-33.143-50.286s-30.286-25.143-50.286-33.143c-57.714-22.857-194.857-17.714-258.857-17.714zM877.714 512c0 60.571 0.571 120.571-2.857 181.143-3.429 70.286-19.429 132.571-70.857 184s-113.714 67.429-184 70.857c-60.571 3.429-120.571 2.857-181.143 2.857s-120.571 0.571-181.143-2.857c-70.286-3.429-132.571-19.429-184-70.857s-67.429-113.714-70.857-184c-3.429-60.571-2.857-120.571-2.857-181.143s-0.571-120.571 2.857-181.143c3.429-70.286 19.429-132.571 70.857-184s113.714-67.429 184-70.857c60.571-3.429 120.571-2.857 181.143-2.857s120.571-0.571 181.143 2.857c70.286 3.429 132.571 19.429 184 70.857s67.429 113.714 70.857 184c3.429 60.571 2.857 120.571 2.857 181.143z"
></path>
</svg>
</a>
<a
href="https://www.facebook.com/mmumalaysia"
target="_blank"
rel="noreferrer noopener"
class="footer-link2"
>
<svg
viewBox="0 0 602.2582857142856 1024"
class="footer-icon2"
>
<path
d="M548 6.857v150.857h-89.714c-70.286 0-83.429 33.714-83.429 82.286v108h167.429l-22.286 169.143h-145.143v433.714h-174.857v-433.714h-145.714v-169.143h145.714v-124.571c0-144.571 88.571-223.429 217.714-223.429 61.714 0 114.857 4.571 130.286 6.857z"
></path>
</svg>
</a>
<a
href="https://twitter.com/mmumalaysia"
target="_blank"
rel="noreferrer noopener"
class="footer-link3"
>
<svg
viewBox="0 0 950.8571428571428 1024"
class="footer-icon4"
>
<path
d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"
></path>
</svg>
</a>
</div>
</div>
</div>
<a
href="https://www.tm.com.my/"
target="_blank"
rel="noreferrer noopener"
class="footer-link4"
>
<img
alt="image"
src="public/Pic/tm-endorsement-logo_reverse-white-200h.png"
class="footer-image1"
/>
</a>
</footer>
</div>
</div>
</body>
</html>