diff --git a/public/index.html b/public/index.html index f19a91d..ad8b9bf 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ - + Tech In Pink @@ -21,9 +21,11 @@ + -
@@ -37,7 +39,48 @@

Register all the awesome ladies at Start from Scratch

- +
+

Register Attendee:

+
+
+
+ + +
+
+
+
+ + + Add +
+
+
+
View all
+
+
+
+ + + + + + + + + + + + + + + + + + +
NameEmailVenueDay
Gertrudegertienyesh@gmail.comAndelaSaturdaydelete
+
+
diff --git a/public/js/script.js b/public/js/script.js index 8834a10..9905c55 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -66,44 +66,8 @@ $(function () { // GET STARTED button function $('#get-started').on('click', function() { - document.getElementById('o').innerHTML = "

Register Attendee:

" + - "
" + - "
" + - "
" + - " " + - "" + - "
" + - "
" + - "
" + - "
" + - " " + - "" + - "Add" + - "
" + - "
" + - "
" + - "
View all


" + - "
" + - " " + - " " + - " " + - " " + - " " + - " " + - "" + - " " + - " " + - " " + - " " + - " " + - "" + - "" + - " " + - " " + - " " + - " " + - "
NameEmailVenueDay
Gertrudegertienyesh@gmail.comAndelaSaturdaydelete
" + - "
"; + $('#o').fadeOut(); + $('#p').show(); $('#get-started').text(''); }); });