From 812194e1048d0bf93f740f3866ccf6f000ea2d2b Mon Sep 17 00:00:00 2001 From: Amanda Sinha Date: Fri, 26 Apr 2024 11:59:35 -0700 Subject: [PATCH] Base layout finished --- frontend/src/routes/Home.svelte | 98 +++++++++++++++++++++++++++++---- 1 file changed, 87 insertions(+), 11 deletions(-) diff --git a/frontend/src/routes/Home.svelte b/frontend/src/routes/Home.svelte index c86914e..1d0ad1d 100644 --- a/frontend/src/routes/Home.svelte +++ b/frontend/src/routes/Home.svelte @@ -5,28 +5,67 @@ import { onMount } from "svelte"; import { navigate } from "svelte-routing"; import { user } from "../lib/stores/user" + import ProteinVis from "../lib/ProteinVis.svelte"; Venome Home -
+

Welcome to the Unknown Venome

-

New? Check out our tutorials!

-

Looking for something specific? Start searching now!

- -
- - - -
+
+
+
+

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

+ + A picture of Nate Mortimer in lab gear doing some scientific stuff. +
+
+

Looking for something specific? Start searching now!

+ +
+ + + +
+ + +
+

lorem ipsum dolor sit something about the proteins

+
+
+
+

New? Check out our tutorials!

+

Whether you're a protein expert looking to analyze some proteins or a new student with a budding interest in biochemistry, this is the place for you.

+

See all of our proteins, listed here!

+

Filter down the Venome lab's catalog of proteins and see all the features within.

+ +
+

Get started with these helpful tutorials!

+
    +
  • using the site
  • +
  • biochem basics
  • +
+
+
\ No newline at end of file