From de6b3e59412bd206fdad6879a7452c193820d9a6 Mon Sep 17 00:00:00 2001 From: Jacob Hackett Date: Mon, 11 Dec 2017 22:47:00 -0500 Subject: [PATCH] fixing some typos and wording, cleaning up html --- templates/dashboard.html | 2 +- templates/footer.html | 12 ++++----- templates/header.html | 41 ++++++++++++++-------------- templates/index.html | 12 ++++----- templates/register.html | 58 +++++++++++++++++++++------------------- 5 files changed, 65 insertions(+), 60 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 2b9fa1d..44b6fba 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -74,4 +74,4 @@ } -{% include 'footer.html' %} \ No newline at end of file +{% include 'footer.html' %} diff --git a/templates/footer.html b/templates/footer.html index 4ac04fe..028a60b 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,7 +1,7 @@ - - - - + + + + - - \ No newline at end of file + + diff --git a/templates/header.html b/templates/header.html index 73db160..8530b1f 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,22 +1,23 @@ - - - - Hack @ WPI - - - - - - - - - + + + + Hack @ WPI + + + + + + + + + + diff --git a/templates/index.html b/templates/index.html index 9cf6efc..e2ed33a 100755 --- a/templates/index.html +++ b/templates/index.html @@ -32,12 +32,12 @@

@@ -141,7 +141,7 @@
Will there be travel reimbursements?
-

We are attempting to partner with some nearby schools to run a bus from there's to ours, but may not have the budget. If you're interested in providing a bus to our hackathon, let us know. At the moment we cannot provide travel reimburstments.

+

We are attempting to partner with some nearby schools to run a bus from their's to ours, but may not have the budget. If you're interested in providing a bus to our hackathon, let us know. At the moment we cannot provide travel reimbursments.

How do I know I'm registered?
@@ -149,7 +149,7 @@
I am officially registered but now I want to unregister, how do I do that?
-

Go to hack.wpi.edu/dashboard, there is a link on the bottom to drop your registration

+

Go to hack.wpi.edu/dashboard. There is a link on the bottom to drop your registration.

diff --git a/templates/register.html b/templates/register.html index 5ca1f48..cecaef4 100644 --- a/templates/register.html +++ b/templates/register.html @@ -11,33 +11,37 @@ Major League Hacking 2017 Hackathon Season
-

Hi {{ name }}, thanks for logging in with MyMLH!

-

If you'd like, add your resume to send to sponsors...

-
-
-
-
- File - -
-
- -
-
-

By registering & attending, you agree to the following policies:

-

MLH's Data Sharing - Notice -

-

MLH's Privacy Policy

-

- MLH's - Contest Terms and Conditions

-

MLH's Code of Conduct

-
-
- -
+

Hi {{ name }}, thanks for logging in with MyMLH!

+

We will be sending resumes to sponsoring companies. If you would like us to send your resume, please upload it here:

+
+
+
+
+ File + +
+
+ +
+
+

By registering & attending, you agree to the following policies:

+

+ MLH's Data Sharing Notice +

+

+ MLH's Privacy Policy +

+

+ MLH's Contest Terms and Conditions +

+

+ MLH's Code of Conduct +

+
+
+ +
-{% include 'footer.html' %} \ No newline at end of file +{% include 'footer.html' %}