From 94596b1e33d525473b5c8f4442fcbc99ce8acf73 Mon Sep 17 00:00:00 2001 From: CetaceanNation Date: Sun, 17 Feb 2019 07:35:47 -0500 Subject: [PATCH] Made edits to fix Jeff's language in the About page and fixed some css. --- public/GraphGenerator.html | 7 +++---- public/about.css | 4 ---- public/about.html | 16 ++++++++-------- public/index.html | 1 - public/style.css | 23 +++++++++++++++++++++++ 5 files changed, 34 insertions(+), 17 deletions(-) diff --git a/public/GraphGenerator.html b/public/GraphGenerator.html index 3153a5a..7af345a 100644 --- a/public/GraphGenerator.html +++ b/public/GraphGenerator.html @@ -59,7 +59,7 @@
-
+

Interactive Friends Chart

@@ -73,7 +73,7 @@

-
+

Repo Timeline

@@ -103,7 +103,7 @@
-
+

Interactive Organization Chart

@@ -117,7 +117,6 @@
-
diff --git a/public/about.css b/public/about.css index f356851..0248889 100644 --- a/public/about.css +++ b/public/about.css @@ -38,10 +38,6 @@ width: 40px; } -.plink { - color: rgb(250, 152, 33); -} - @media (max-width: 767px) { #content-title { height: 40px; diff --git a/public/about.html b/public/about.html index 2ded04d..43eaf3f 100644 --- a/public/about.html +++ b/public/about.html @@ -46,14 +46,14 @@

- This is an interactive website which allows you to make graphs of the github network. - Currently we have three types of graphs-- the most popular of which is our friends graph. - The friends graphs helps you visualize clusters of friends/collaborators on GitHub. + This is an interactive website which allows you to make various graphs of information from + the GitHub network. Currently the site generates three types of graphs-- the most popular and entertaining + of which is the friends graph. The friends graph helps you visualize clusters of friends/collaborators on GitHub. This can be used to spot clusters within organizations and schools.

- This is an open source project, all the source code can be found on github. - New collaborators are always welcomed; look at our github repository for contributing guidelines. + This is an open source project, all the source code can be found on GitHub. + New collaborators are always welcomed; look at our GitHub repository for contributing guidelines.

@@ -77,7 +77,7 @@

- I did a large chunk of work with the backend pulling data from github and generating the graphs with visJS. + Managed a majority of the work with the backend, pulling data from GitHub and generating the graphs with visJS.

- Worked on pulling api data from github to create the mini profile display and some graphs. + Worked on pulling API data from GitHub to create the mini-profile display and some graph work.

- Worked on the front end design of the website and designed graphic art for this website. + Worked on the front-end design of the website, responsible for a majority of the html and css elements.

-

check

\ No newline at end of file diff --git a/public/style.css b/public/style.css index 6f00eb9..82a5b8d 100644 --- a/public/style.css +++ b/public/style.css @@ -156,6 +156,10 @@ background-color: rgb(208, 208, 208); } +.card-header { + background-color: rgb(208, 208, 208); +} + .card-body { background-color: rgb(242, 242, 242); } @@ -169,9 +173,28 @@ top: 10px; } +.footer { + background-color: rgb(208, 208, 208); + position: absolute; + height: 70px; + width: 100%; + bottom: 0px; +} + +.footer-text { + position: relative; + top: 15px; + left: 70px; +} + +.plink { + color: rgb(250, 152, 33); +} + body { background-color: #232323; } + @media (max-width: 767px) { .big-title { font-size: 30px;