diff --git a/RegisterFormPage.html b/RegisterFormPage.html new file mode 100644 index 0000000..7e5012a --- /dev/null +++ b/RegisterFormPage.html @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + +
+

Please complete by entering your information


+
+
+ + +

+ +

+ +

+ + None + Casual + Intermeidate + Expert +
+ + + +
+
+ +
+ + + \ No newline at end of file diff --git a/css/style.css b/css/style.css index d17d83a..91b8d9f 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,5 @@ body { - background-color: navy; + background-color: beige; } @@ -7,3 +7,17 @@ object { height: 100vh; width: 100vh; } +h1{ + text-align: center; +} +nav{ + background-color: black; + color: white; +} +.jumbotron{ + text-align: center; + font-family: 'Roberto Slab', serif; +} +h3{ + text-align: center; +} diff --git a/img/CLT_SKYLINE.jpg b/img/CLT_SKYLINE.jpg new file mode 100644 index 0000000..4295275 Binary files /dev/null and b/img/CLT_SKYLINE.jpg differ diff --git a/img/Running_Pic.jpg b/img/Running_Pic.jpg new file mode 100644 index 0000000..86f8313 Binary files /dev/null and b/img/Running_Pic.jpg differ diff --git a/img/Weights.jpg b/img/Weights.jpg new file mode 100644 index 0000000..d7c4668 Binary files /dev/null and b/img/Weights.jpg differ diff --git a/index.html b/index.html index 4dc0c72..63f9435 100644 --- a/index.html +++ b/index.html @@ -11,47 +11,49 @@ - - + - - - - - - - - - - - - - - - - - - - The quickest of brown foxes. - - - - - - - - - - + + + +
+

Welcome to the CLT Workout Logger

+
+ + +
+
+
+

Cardio

+
+
+

WeightLifting

+
+
+

General Advice for staying motivated

+
    +
  • Start Small
  • +
  • Set realistic goals
  • +
  • Take peridoic breaks at least 1-2 weeks
  • +
+
+
+
+ +
+
- - - - \ No newline at end of file diff --git a/js/registerConfirmationPage.js b/js/registerConfirmationPage.js new file mode 100644 index 0000000..41f5a36 --- /dev/null +++ b/js/registerConfirmationPage.js @@ -0,0 +1,8 @@ +var buttonPressed = 0; +function welcome(){ + buttonPressed++; + alert("Thank you for registering to CLT workout logger, you have pressed this button " + buttonPressed + " times"); + +} + + diff --git a/registerConfirmationPage.html b/registerConfirmationPage.html new file mode 100644 index 0000000..69f7e7c --- /dev/null +++ b/registerConfirmationPage.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + +
+

The journey will be tough, but in the end it will be worth it


+

+ Back to home page +

+
+ +
+ +
+ + + \ No newline at end of file