From 90edee0fe6e843c8d1472568b81ff0b09a11a2f4 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sat, 9 Jun 2018 12:33:50 -0400 Subject: [PATCH] Updated nav bars of the website --- src/main/java/net/jrtechs/www/App.java | 10 +- website/css/bootstrap.css | 2 +- website/faq.html | 136 ++++++++++++++++++++++++ website/graph.html | 56 +++++----- website/graphs.html | 58 ++++++----- website/index.html | 59 ++++++----- website/profile.html | 137 +++++++++++++++++++++++++ 7 files changed, 383 insertions(+), 75 deletions(-) create mode 100644 website/faq.html create mode 100644 website/profile.html diff --git a/src/main/java/net/jrtechs/www/App.java b/src/main/java/net/jrtechs/www/App.java index 6a6c180..0afc8f7 100644 --- a/src/main/java/net/jrtechs/www/App.java +++ b/src/main/java/net/jrtechs/www/App.java @@ -1,13 +1,17 @@ package net.jrtechs.www; +import net.jrtechs.www.server.Server; + /** - * Hello world! + * Launcher for the server * + * @author Jeffery Russell 6-9-18 */ public class App { public static void main( String[] args ) { - System.out.println( "Hello World!" ); + System.out.println("Starting Server"); + new Server().start(); } -} +} \ No newline at end of file diff --git a/website/css/bootstrap.css b/website/css/bootstrap.css index 9b62fba..eaed9ab 100644 --- a/website/css/bootstrap.css +++ b/website/css/bootstrap.css @@ -9437,7 +9437,7 @@ a.text-dark:hover, a.text-dark:focus { } .bg-dark { - background-color: #8E8C84 !important; + background-color: #3E3F3A !important; } .bg-light { diff --git a/website/faq.html b/website/faq.html new file mode 100644 index 0000000..fb0f9e3 --- /dev/null +++ b/website/faq.html @@ -0,0 +1,136 @@ + + + + + Jrtechs Steam Friend Graph Project + + + + + + + + + +
+ TDLTR + +
+ + + + + + + + + + + + + diff --git a/website/graph.html b/website/graph.html index fa68d5d..a6987d5 100644 --- a/website/graph.html +++ b/website/graph.html @@ -64,30 +64,40 @@ -