Browse Source

Updated the website and changed the colors of the ndoes

pull/8/head
Jeffery Russell 6 years ago
parent
commit
b074f4b711
4 changed files with 20 additions and 18 deletions
  1. +0
    -1
      README.md
  2. +14
    -13
      website/graph.html
  3. +1
    -0
      website/graphs.html
  4. +5
    -4
      website/index.html

+ 0
- 1
README.md View File

@ -20,7 +20,6 @@ chance at any time that you will be able to access it.
# Bugs
* Does not work with firefox
* Tends to crash w/o telling user if you provide an invalid steam id

+ 14
- 13
website/graph.html View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="css/bootstrap.css" media="screen">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<script src="src/sigma.core.js"></script>
<script src="src/conrad.js"></script>
@ -101,14 +101,6 @@
position: absolute;
/*background-color: #455660;*/
}
.sigma-edge {
/*stroke: #14191C;*/
}
.sigma-node {
/*fill: green;*/
/*stroke: #14191C;*/
/*stroke-width: 2px;*/
}
.sigma-node:hover {
fill: blue;
}
@ -128,10 +120,19 @@
edges: []
},
colors = [
'#617db4',
'#668f3c',
'#c6583e',
'#b956af'
// '#617db4',
// '#668f3c',
// '#c6583e',
// '#b956af',
// '#ac80a0',
// '#c2cae8',
// '#8380b6',
// '#738290'
'#4281a4',
'#5da9e9',
'#003f91',
'#b793ae',
'#6d326d'
];
// Instantiate sigma:

+ 1
- 0
website/graphs.html View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="css/bootstrap.css" media="screen">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-expand-lg fixed-top navbar-dark bg-primary">

+ 5
- 4
website/index.html View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="css/bootstrap.css" media="screen">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-expand-lg fixed-top navbar-dark bg-primary">
@ -46,7 +47,9 @@
<p><img src="Diagram.svg" alt="Diagram" width="100%" /></p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/WJfo9bU0nH8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p>
<div class="d-flex justify-content-center">
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/WJfo9bU0nH8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p>
</div>
<p>This project is in the VERY early stages of development and is far from finished.
If you are lucky, you will find it live at <a href="http://jrtechs.student.rit.edu/friendsOfFriends.html">http://jrtechs.student.rit.edu/friendsOfFriends.html</a>.
@ -58,7 +61,6 @@
<h1 id="bugs">Bugs</h1>
<ul>
<li>Does not work with firefox</li>
<li>Tends to crash w/o telling user if you provide an invalid steam id</li>
</ul>
@ -80,9 +82,8 @@
<ul>
<li>Friends with friends -- shows which of your friends are friends with each other</li>
<li>Most common friends friends -- will show you people you may know</li>
<li>Most common friends of friends -- will show you people you may know</li>
<li>Graph of a larger chunk of the steam community</li>

Loading…
Cancel
Save