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