-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration-closed.html
More file actions
119 lines (110 loc) · 4.91 KB
/
registration-closed.html
File metadata and controls
119 lines (110 loc) · 4.91 KB
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
---
permalink: '/registration-closed/'
---
<!DOCTYPE html>
<html lang="en">
{% include head.html title="Closed Registration" %}
<body>
{% include header.html %} {% include social-media.html %}
<div id="app">
<div class="hero is-fullheight-with-navbar">
<div class="hero-body">
<div class="container has-text-centered">
<div class="decoration-wrapper">
<p
class="
title
is-1
pink-title-gradient
has-text-weight-black
responsive
"
>
REGISTRATION IS CURRENTLY CLOSED
</p>
<p
class="
subtitle
is-3
grape
has-text-weight-semibold
responsive
"
>
Registration Forms will only be available from
November 22 - 26 (8:00 AM to 5:00 PM) and
November 27 (8:00 AM to 9:00 PM).
</p>
<a
href="{{ site.baseurl }}/organizations/"
class="
button
gradient
flat-glass
is-large
has-text-weight-medium
grape
mt-4
"
style="max-width: 300px; margin: auto"
>VIEW ORGANIZATIONS</a
>
<img
src="{{site.baseurl}}/assets/img/decorations/favorites/circles/1.png"
alt=""
class="decorative"
id="favorites-circles-1"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/favorites/circles/2.png"
alt=""
class="decorative"
id="favorites-circles-2"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/favorites/circles/3.png"
alt=""
class="decorative"
id="favorites-circles-3"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/favorites/ribbons/1.png"
alt=""
class="decorative"
id="favorites-ribbons-1"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/favorites/triangles/1.png"
alt=""
class="decorative"
id="favorites-triangles-1"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/favorites/triangles/2.png"
alt=""
class="decorative"
id="favorites-triangles-2"
/>
</div>
<p
class="m-auto decorative is-italic grape"
style="
max-width: 30em;
z-index: 100;
left: 50%;
bottom: -50px;
transform: translate(-50%, 100%);
"
>
If you are still redirected here when the forms are
supposed to be open, please go back to the
organization's page and perform a hard refresh by
pressing <kbd>shift + F5</kbd>.
</p>
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>