From 708089294240ff2c450ec28f860067df5f201cd7 Mon Sep 17 00:00:00 2001 From: Squirrel-314 Date: Thu, 14 Jan 2021 14:40:08 -0500 Subject: [PATCH] Still Working on Second Page! --- index.html | 8 ++++---- main.js | 8 ++++++++ styles.css | 5 +++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 99360ae..3f1d9a0 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ Meet Squirrel -
+

@@ -19,16 +19,16 @@

I am not a web developer, but I do spend a lot of time programming. I like CSS transitions and I think everyone should use them. I know HTML, CSS, JavaScript, and Electron, and am currently in the process of learing React and Node. Linux is my faviorite OS (I use Kubuntu, looking into Deepin). You can see my GitHub account here, and check out all the organizations I am in alone. Like my repositories? Please put up issues for any mistakes, and if you have a suggestion, also make an issue. No, I didn't mean it that way, it's just eaisier for me to see.

-
- -
diff --git a/main.js b/main.js index a77d58a..d4c63ca 100644 --- a/main.js +++ b/main.js @@ -1 +1,9 @@ // document.getElementById("vegetable-dash").scrollIntoView(); + +function page1() { + document.location = '#meet'; +} + +function page2() { + document.location = '#vegetable-dash'; +} diff --git a/styles.css b/styles.css index 5935cc9..29e0e83 100644 --- a/styles.css +++ b/styles.css @@ -23,6 +23,7 @@ Common Classes .block { height: 100vh; + background-color: #f5f5f5; } .next { @@ -48,7 +49,7 @@ Common Classes width: 80px; background-color: #fff; color: aquamarine; - position: absolute; + position: relative; bottom: 50px; left: 50px; box-shadow: 0 0 8px #262626; @@ -192,7 +193,7 @@ Landing /*================================================== Vegetable Dash -================================================== +==================================================*/