From 4d009c3c937e32567bdbb89f2bf59968e5a881e8 Mon Sep 17 00:00:00 2001 From: jroth237 Date: Sat, 22 Feb 2020 18:18:11 -0500 Subject: [PATCH] main menu and search results HTML --- client/css/createNewBlockCSS.css | 33 +++++++++++++++++++++ client/css/searchForBlockCSS.css | 33 +++++++++++++++++++++ client/html/mainMenu.html | 22 ++++++++++++++ client/html/searchForBlock.html | 2 +- client/html/searchResults.html | 49 ++++++++++++++++++++++++++++++++ 5 files changed, 138 insertions(+), 1 deletion(-) create mode 100644 client/css/createNewBlockCSS.css create mode 100644 client/css/searchForBlockCSS.css create mode 100644 client/html/mainMenu.html create mode 100644 client/html/searchResults.html diff --git a/client/css/createNewBlockCSS.css b/client/css/createNewBlockCSS.css new file mode 100644 index 00000000..bcfde15a --- /dev/null +++ b/client/css/createNewBlockCSS.css @@ -0,0 +1,33 @@ +.center{ + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; +} + +p{ + color: white; + text-align: center; + font-family: Brush Script MT; + font-size: 35px; +} + +body{ + background-color: rgb(50, 255, 9); +} + +/*h1{ + color: white; + text-align: center; + font-family: serif; + font-size: 30px; +}*/ + +.text-block { + position: center; + bottom: 20px; + right: 20px; + background-color: black; + color: white; + padding-left: 55px; + padding-right: 20px; \ No newline at end of file diff --git a/client/css/searchForBlockCSS.css b/client/css/searchForBlockCSS.css new file mode 100644 index 00000000..88de1909 --- /dev/null +++ b/client/css/searchForBlockCSS.css @@ -0,0 +1,33 @@ +.center{ + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; + } + + p{ + color: white; + text-align: center; + font-family: Brush Script MT; + font-size: 35px; + } + + body{ + background-color: rgb(50, 255, 9); + } + + /*h1{ + color: white; + text-align: center; + font-family: serif; + font-size: 30px; + }*/ + + .text-block { + position: center; + bottom: 20px; + right: 20px; + background-color: black; + color: white; + padding-left: 55px; + padding-right: 20px; \ No newline at end of file diff --git a/client/html/mainMenu.html b/client/html/mainMenu.html new file mode 100644 index 00000000..ca7526a5 --- /dev/null +++ b/client/html/mainMenu.html @@ -0,0 +1,22 @@ + + + Welcome to LimeCare + + + + + + + + +
+ +
+ + + + +
+ + + \ No newline at end of file diff --git a/client/html/searchForBlock.html b/client/html/searchForBlock.html index 8ad57eb2..e8142068 100644 --- a/client/html/searchForBlock.html +++ b/client/html/searchForBlock.html @@ -4,7 +4,7 @@ - + diff --git a/client/html/searchResults.html b/client/html/searchResults.html new file mode 100644 index 00000000..55d201f7 --- /dev/null +++ b/client/html/searchResults.html @@ -0,0 +1,49 @@ + + + Results + + + + + + + + + +
+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ +
+ + + +
+ + + +
+ + + \ No newline at end of file