From 6bb0f01353038a44158bac3f773d6aebd4d7848a Mon Sep 17 00:00:00 2001 From: Amanda Sinha Date: Fri, 1 Mar 2024 09:24:38 -0800 Subject: [PATCH 1/4] Basic homepage frontend --- frontend/src/routes/Home.svelte | 49 ++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/frontend/src/routes/Home.svelte b/frontend/src/routes/Home.svelte index a80cede4..dbf06239 100644 --- a/frontend/src/routes/Home.svelte +++ b/frontend/src/routes/Home.svelte @@ -1,13 +1,54 @@ Venome Home -
home
+
+

Welcome to the Unknown Venome

+

New? Check out our tutorials!

+

Looking for something specific? Start searching now!

+ +
+ + + +
+
+ h1 { + margin-top: 10px; + margin-top: 3px; + color: rgb(25, 63, 90); + } + + h3 { + margin: 5px; + margin-bottom: 3px; + margin-top: 10px; + } + + input { + padding: 5px; + display: inline; + } + + button { + background-color: rgb(25, 63, 90); + border-radius: 3px; + color: lightgray; + padding: 3px; + } + + #title_col_1 { + margin-left: 15px; + } + \ No newline at end of file From 54f31a37b8d8b6f57766fde1713aef47befe1118 Mon Sep 17 00:00:00 2001 From: Amanda Sinha Date: Thu, 7 Mar 2024 19:05:07 -0800 Subject: [PATCH 2/4] I just need to switch branches --- frontend/src/routes/Home.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/Home.svelte b/frontend/src/routes/Home.svelte index dbf06239..c86914ec 100644 --- a/frontend/src/routes/Home.svelte +++ b/frontend/src/routes/Home.svelte @@ -26,7 +26,7 @@ \ No newline at end of file From dfb3fdefd9a41a6ca2fcc5a77b614848f99a23cd Mon Sep 17 00:00:00 2001 From: Amanda Sinha Date: Fri, 26 Apr 2024 12:15:57 -0700 Subject: [PATCH 4/4] Minor styling changes --- frontend/src/routes/Home.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/routes/Home.svelte b/frontend/src/routes/Home.svelte index 1d0ad1d5..6e12e746 100644 --- a/frontend/src/routes/Home.svelte +++ b/frontend/src/routes/Home.svelte @@ -17,7 +17,7 @@
-

Get to know the Venome Lab!

+

Get to know the Venome Lab!

The Venome Lab is based out of OSU and studies three species of parasitic wasps and their proteins

There are so many wasps in there

@@ -70,7 +70,6 @@ } h3 { - margin: 5px; margin-bottom: 3px; margin-top: 10px; } @@ -94,7 +93,7 @@ .col { margin: 0% 0.5%; - padding: 1%; + padding: 2%; background-color:aliceblue; } @@ -119,12 +118,13 @@ } ul li { - margin-left: 3%; + margin-left: 7%; list-style-type: circle; } input { margin-bottom: 15px; } + \ No newline at end of file