From f5c30bcad1033c93b809a31353e71be36877c818 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 12 Nov 2021 21:50:15 -0700 Subject: [PATCH 1/3] Added Sign in option --- Client/.home.css.swp | Bin 0 -> 1024 bytes Client/home.css | 33 +++++++++++++++++++++++++++++++++ Client/images/.logo2.png.swp | Bin 0 -> 1024 bytes Client/index.html | 29 +++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 Client/.home.css.swp create mode 100644 Client/home.css create mode 100644 Client/images/.logo2.png.swp diff --git a/Client/.home.css.swp b/Client/.home.css.swp new file mode 100644 index 0000000000000000000000000000000000000000..a72cf436c489ba16070b5d4810483ef6f0bcd537 GIT binary patch literal 1024 zcmYc?$V<%2S1{ExVL$=fbr~6wl2S`bicy5IatiVbbn}T&myw^Fs+U|$gi5T|j0%p1 Kz-S0iIRpR&EeqWM literal 0 HcmV?d00001 diff --git a/Client/home.css b/Client/home.css new file mode 100644 index 0000000..87fe5e3 --- /dev/null +++ b/Client/home.css @@ -0,0 +1,33 @@ +.login { + min-height: 50vh; + + background-color: rgba(245, 245, 245, 1); + color: rgba(0,0,0,1); + opacity: .7; + font-weight: 630; + font-size:17px; +} +.bg-image { + background-image: url('https://source.unsplash.com/WEQbe2jBg40'); + background-size: cover; + background-position: center; + min-height: 100vh; + +} +.logo-image { + width:240px; + +} + +.button { + background: transparent; + border: none; + color: black; + padding: 10px; + margin-left: 1050px; + margin-top: -400px; + text-align: center; + font-size: 16px; +} + + diff --git a/Client/images/.logo2.png.swp b/Client/images/.logo2.png.swp new file mode 100644 index 0000000000000000000000000000000000000000..42a664ad7cd820b27cea3c95c730499f6f940c8b GIT binary patch literal 1024 zcmYc?$V<%2S1{ExVL$-^ii`|NNvS0z#VEp9IR*Izy7@$?%gImAH_|J}OUG);sNiS_ KjD`TcLjV8+4hx_F literal 0 HcmV?d00001 diff --git a/Client/index.html b/Client/index.html index e69de29..d0f5a05 100644 --- a/Client/index.html +++ b/Client/index.html @@ -0,0 +1,29 @@ + + + + Bootstrap 101 Template + + + + E.R.I.K.A Home + +
+ +
+ +
+
+ +
+ +