u
This commit is contained in:
parent
e2c57177ef
commit
5a92f66c7f
3 changed files with 7 additions and 3 deletions
|
@ -45,6 +45,10 @@ p {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width : 992px) {
|
@media only screen and (max-width : 992px) {
|
||||||
.parallax-container .section {
|
.parallax-container .section {
|
||||||
top: 40%;
|
top: 40%;
|
||||||
|
|
|
@ -50,9 +50,9 @@
|
||||||
<div class="row center justify-content-center" style="margin-top: 10%;">
|
<div class="row center justify-content-center" style="margin-top: 10%;">
|
||||||
<h1>Hi {{ name }}!</h1>
|
<h1>Hi {{ name }}!</h1>
|
||||||
{% if waitlisted %}
|
{% if waitlisted %}
|
||||||
<h1>You are waitlisted, if space opens up we will let you know...</h1>
|
<h2>You are waitlisted, if space opens up we will let you know...</h2>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h1>You are fully registered! We look forward to seeing you!</h1>
|
<h2>You are fully registered! We look forward to seeing you!</h2>
|
||||||
Let us know if you have any questions by sending them to <a href="mailto:hack@wpi.edu">hack@wpi.edu</a>
|
Let us know if you have any questions by sending them to <a href="mailto:hack@wpi.edu">hack@wpi.edu</a>
|
||||||
<br>
|
<br>
|
||||||
Forgot to upload your resume while registering? No worries, submit it below.
|
Forgot to upload your resume while registering? No worries, submit it below.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 24efdd8c6f57ed47366f3f18081069192e3092c9
|
Subproject commit 3e6023aaf7b3f9de51414f69bc18ebecf905de3b
|
Loading…
Add table
Reference in a new issue