From 896a487512fb5ac73085dc64e42afa281e1c900a Mon Sep 17 00:00:00 2001 From: CetaceanNation Date: Sat, 16 Feb 2019 17:24:41 -0500 Subject: [PATCH 1/2] Nice home page, cool stuffs. --- public/about.html | 2 +- public/index.html | 17 ++++++++++++++--- public/style.css | 25 +++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 4 deletions(-) diff --git a/public/about.html b/public/about.html index cd4600f..cfcaea9 100644 --- a/public/about.html +++ b/public/about.html @@ -36,7 +36,7 @@ -
+

What is this?

diff --git a/public/index.html b/public/index.html index 56ca390..12f3c7a 100644 --- a/public/index.html +++ b/public/index.html @@ -35,9 +35,20 @@
-
-
- +
+
+
+
+

How to get started:

+
+
+

+ Head over to the 'Generate graphs' page and enter the username of the user you want to generate your graph around. +

+
+
+
+
\ No newline at end of file diff --git a/public/style.css b/public/style.css index 8e0192f..630de8f 100644 --- a/public/style.css +++ b/public/style.css @@ -51,6 +51,16 @@ font-weight: normal; font-size: 150%; } +.text-title { + height: 60px; + background-color: rgb(208, 208, 208); + border-radius: 20px 0px 0px 0px; +} +.text-content { + height: 335px; + background-color: rgb(242, 242, 242); + border-radius: 0px 0px 0px 20px; +} .nav-sep { position: relative; left: 10px; @@ -71,6 +81,21 @@ color: rgb(250, 152, 33); text-decoration: none; } +.side-img { + display: grid; + position: relative; + width: 50%; + border-radius: 0px 20px 20px 0px; +} +.side-txt { + display: grid; + position: relative; + width: 50%; +} +.main { + position: relative; + top: 20px; +} body { background-color: #232323; } \ No newline at end of file From 13e6feb2b431415724338410535665f25a766f27 Mon Sep 17 00:00:00 2001 From: CetaceanNation Date: Sat, 16 Feb 2019 17:27:10 -0500 Subject: [PATCH 2/2] Removed conflicting styles. --- public/FriendsGraph.html | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/public/FriendsGraph.html b/public/FriendsGraph.html index fdc7879..3d904ff 100644 --- a/public/FriendsGraph.html +++ b/public/FriendsGraph.html @@ -1,4 +1,4 @@ - + @@ -7,19 +7,6 @@ - - -