From a07ed73ed2a54276df228f226375aab665ca39ff Mon Sep 17 00:00:00 2001 From: alvarov17 <141891965+alvarov17@users.noreply.github.com> Date: Sun, 28 Jan 2024 11:19:35 -0800 Subject: [PATCH 1/3] final? --- __pycache__/app.cpython-311.pyc | Bin 2462 -> 2464 bytes static/home.css | 45 ++++++++++++++++++++++++++++++++ static/landing_page.css | 7 +++++ templates/index.html | 23 +++++++++++----- 4 files changed, 69 insertions(+), 6 deletions(-) diff --git a/__pycache__/app.cpython-311.pyc b/__pycache__/app.cpython-311.pyc index 16ef481ec9d6dbebb02f43a1e4184fc4b4c90938..96ec4ba981bffeb62cc7e0359c67659abac437fd 100644 GIT binary patch delta 71 zcmbOyyg-Mv>NpXyO XW{F2>QjDjEk%?}YQOxEJW(hU`-wqYn diff --git a/static/home.css b/static/home.css index 6827679..190d593 100644 --- a/static/home.css +++ b/static/home.css @@ -99,6 +99,51 @@ padding-left: 20px; } +.land-logo{ + position: absolute; + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; + } + .welcome{ text-align: center; } + +.title{ + position: absolute; + text-align: center; +} + +.container { + z-index: 999; + position: relative; + display: flex; + flex-direction: column; + align-items: center; + row-gap: 230px; + +} + +.learn{ + background-color: lightblue; + border-radius: 60px; + border: 1px solid black; + width: 25%; + padding: 100px 20px; + font-size: 16px; + cursor: pointer; + text-align: center; +} + +.login{ + background-color: lightblue; + border-radius: 60px; + border: 1px solid black; + width: 25%; + padding: 100px 20px; + font-size: 16px; + cursor: pointer; + text-align: center; +} \ No newline at end of file diff --git a/static/landing_page.css b/static/landing_page.css index 9b9453f..b0593bd 100644 --- a/static/landing_page.css +++ b/static/landing_page.css @@ -11,6 +11,13 @@ h1{ text-align: center; } +.land-logo{ + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; +} + form{ width:35rem; diff --git a/templates/index.html b/templates/index.html index 98db466..58f36e6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,17 +1,28 @@ + + Document + - - - - - - +
+ Logo

HealthChain

+
+
+ +
+ \ No newline at end of file From d05bdd1bd02fdef4ffc55874e5cdaece9a9d8055 Mon Sep 17 00:00:00 2001 From: alvarov17 <141891965+alvarov17@users.noreply.github.com> Date: Sun, 28 Jan 2024 11:25:19 -0800 Subject: [PATCH 2/3] index finish --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 58f36e6..37ddaeb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,9 +9,9 @@ -
- Logo

HealthChain

-
+
+ Logo

HealthChain

+