diff --git a/website/graphs.html b/website/graphs.html index a52c919..be65837 100644 --- a/website/graphs.html +++ b/website/graphs.html @@ -47,32 +47,85 @@
-
-

Generate a graph


-
-
- -
- -
-
-
- -
- +


+ +
+ +
+
+

How To Make a Graph

+
+

Overview

+

Using the form on this page, you enter your steamID and select the + graph type you wish to use and then press generate. This will take you to a + new page where your graph will render. Rendering will take between 1-4 minutes depending + on how many friends you have on your graph. Once all the friends are on the graph, it will + shake bringing it to its "final form".

+

SteamID

+

+ Every steam user has an unique ID. This is NOT your username. + If you have steam open, simply click on the profile which you would like to view + from your friends list. The steam ID will be in the url that appears in the steam + browser. +
+ Steam id in steam browser +

+

Graph Types

+
    +
  • +
    Friends of Friends Graph
    +

    + This graph will display all of your friends in addition to all of their friends. +
    ex:
    + friends of friends steam graph +

    + +
  • +
  • +
    Common Friends Graph
    +

    + This graph will only display your friends, however, it will draw edges between your friends + if they are friends with each other. +
    ex:
    + Common friends steam graph +

    +
  • +
-
-
- + +
+
+
+ +
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
- +
- +
diff --git a/website/img/banner.png b/website/img/banner.png new file mode 100644 index 0000000..91f18e4 Binary files /dev/null and b/website/img/banner.png differ diff --git a/website/img/banner2.png b/website/img/banner2.png new file mode 100644 index 0000000..583ed80 Binary files /dev/null and b/website/img/banner2.png differ diff --git a/website/img/jrtechs1.png b/website/img/jrtechs1.png new file mode 100644 index 0000000..c5a29d7 Binary files /dev/null and b/website/img/jrtechs1.png differ diff --git a/website/img/jrtechs2.png b/website/img/jrtechs2.png new file mode 100644 index 0000000..8e8e903 Binary files /dev/null and b/website/img/jrtechs2.png differ