-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication-submitted.mjml
More file actions
196 lines (194 loc) · 5.46 KB
/
application-submitted.mjml
File metadata and controls
196 lines (194 loc) · 5.46 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
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
<mjml>
<mj-head>
<mj-font
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700"
name="Open Sans"
></mj-font>
<mj-preview></mj-preview>
</mj-head>
<mj-body background-color="#f8f8f8">
<mj-section
background-color="#ffffff"
background-repeat="repeat"
padding-bottom="0px"
padding-left="0px"
padding-right="0px"
padding-top="0px"
padding="20px 0"
text-align="center"
>
<mj-column>
<mj-divider
border-color="#E8042C"
border-style="solid"
border-width="7px"
padding-bottom="40px"
padding-left="0px"
padding-right="0px"
padding-top="0px"
padding="10px 25px"
width="100%"
></mj-divider>
<mj-image
align="center"
alt=""
border="none"
href=""
padding-bottom="0px"
padding-top="0px"
padding="10px 25px"
src="https://storage.googleapis.com/hackharvard-public/logo.png"
target="_blank"
title=""
height="auto"
width="110px"
>
</mj-image>
</mj-column>
</mj-section>
<mj-section
background-color="#ffffff"
background-size="auto"
padding-bottom="0px"
padding-top="0px"
>
<mj-column>
<mj-image
padding-bottom="0px"
padding-top="40px"
src="https://storage.googleapis.com/hackharvard-public/banner.png"
></mj-image>
</mj-column>
</mj-section>
<mj-section
background-color="#ffffff"
padding-bottom="50px"
padding-top="20px"
padding="20px 0px 20px 0px"
text-align="center"
>
<mj-column>
<mj-text
color="#797e82"
font-family="Open Sans, Helvetica, Arial, sans-serif"
padding="0px 25px 5px 25px"
>
<h1
style="
text-align: center;
color: #000000;
font-weight: 700;
font-size: 34px;
"
>
HACK TO THE FUTURE!
</h1>
<h1
style="
text-align: center;
color: #000000;
font-weight: 400;
font-size: 24px;
"
>
October 20-22, 2023
</h1>
</mj-text>
<mj-text
align="left"
font-family="Open Sans, Helvetica, Arial, sans-serif"
font-size="16px"
line-height="22px"
padding-top="0px"
>
<p style="margin: 20px 0">
We're so glad you took the time to apply to HackHarvard 2023!
Decisions will be released at the end of September, and we'll email
you once they are available. You can also check the status of your
application on our portal's dashboard.
</p>
<p style="margin: 30px 0">
In the meantime, follow us on Instagram so you can stay up to date
on all the exciting things we've planned for HackHarvard 2023!
</p>
<p style="margin: 30px 0">
If you have any questions or concerns, visit our FAQs, or you can
reach us at
<a
target="_blank"
rel="noopener noreferrer"
style="color: #e8042c"
href="mailto:team@hackharvard.io"
>
team@hackharvard.io</a
>.
</p>
<p>
With love 🤍,<br />
The HackHarvard Team
</p>
</mj-text>
<mj-button
align="center"
background-color="#E8042C"
border-radius="100px"
border="none"
color="#ffffff"
font-family="Open Sans, Helvetica, Arial, sans-serif"
font-size="14px"
font-weight="normal"
href="https://portal.hackharvard.io/dashboard"
inner-padding="15px 25px 15px 25px"
padding-top="20px"
padding="10px 25px"
text-decoration="none"
text-transform="none"
vertical-align="middle"
>
<b style="font-weight: 700">
<b style="font-weight: 700">Check Application Status</b>
</b>
</mj-button>
</mj-column>
</mj-section>
<mj-section
background-repeat="repeat"
background-size="auto"
text-align="center"
>
<mj-column>
<mj-text
align="center"
color="#797e82"
font-family="Open Sans, Helvetica, Arial, sans-serif"
font-size="14px"
line-height="22px"
padding-bottom="0px"
padding-top="0px"
padding="0px 20px 0px 20px"
>
<p style="margin: 10px 0">
<a
target="_blank"
rel="noopener noreferrer"
style="color: #e8042c"
href="https://hackharvard.io"
>
<span style="color: #e8042c">Main</span></a
>
<span style="color: #797e82"> | </span>
<a
target="_blank"
rel="noopener noreferrer"
style="color: #e8042c"
href="{{app.link}}"
>
<span style="color: #e8042c">{{app.name}}</span></a
>
</p>
<p style="margin: 10px 0">HackHarvard © 2023</p>
</mj-text>
</mj-column>
</mj-section>
</mj-body>
</mjml>