-
Notifications
You must be signed in to change notification settings - Fork 0
/
museum-day.html
112 lines (109 loc) · 4.78 KB
/
museum-day.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
---
permalink: /museum-day/
---
<!DOCTYPE html>
<html lang="en">
{% include head.html title="Museum Day" %}
<body>
{% include header.html %} {% include social-media.html %}
<div class="hero is-fullheight-with-navbar">
<div class="hero-body">
<div
class="
container
is-max-desktop is-flex is-flex-direction-column
"
>
<div
class="
decoration-container
glass-container
has-text-centered
block
"
style="width: 100%"
>
<h1 class="title inner-text-shadow purple">
It's Museum Day, Everyday!
</h1>
<p class="grape has-text-justified">
Due to unforeseen events, we regret to inform you
that the organizations scheduled for today, November
26, for the Museum Day, Everyday is CANCELLED. This
was a difficult decision to make but rest assured
that this will not affect the recruitment of the
said organizations in any way. Please stay tuned for
further announcements regarding this. We extend our
sincerest apologies for any inconveniences this may
have caused.
</p>
<br />
<p class="grape has-text-justified">
Alternatively, please view more information about
the organizations scheduled for today by clicking
the buttons below.
</p>
<img
src="{{site.baseurl}}/assets/img/decorations/museum-day/circles/1.png"
alt=""
class="decorative"
id="museum-circles-1"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/museum-day/ribbons/1.png"
alt=""
class="decorative"
id="museum-ribbons-1"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/museum-day/triangles/1.png"
alt=""
class="decorative"
id="museum-triangles-1"
/>
</div>
<div class="columns is-multiline mt-5">
<div class="column is-12">
<a
href="{{ site.baseurl }}/cso"
class="button is-fullwidth btn-glass white-btn"
style="max-width: 270px; margin: auto"
>CSO</a
>
</div>
<div class="column">
<a
href="{{ site.baseurl }}/chemsoc"
class="button is-fullwidth btn-glass white-btn"
>CHEMSOC</a
>
</div>
<div class="column">
<a
href="{{ site.baseurl }}/mc"
class="button is-fullwidth btn-glass white-btn"
>MC</a
>
</div>
<div class="column">
<a
href="{{ site.baseurl }}/physoc"
class="button is-fullwidth btn-glass white-btn"
>PHYSOC</a
>
</div>
<div class="column">
<a
href="{{ site.baseurl }}/sv"
class="button is-fullwidth btn-glass white-btn"
>SV</a
>
</div>
</div>
</div>
</div>
</div>
{% include footer.html %}
<script src="{{site.baseurl}}/assets/js/google-sheet.js" defer></script>
</body>
</html>