Browse Source

Updated website with a image slider

pull/8/head
jrtechs 5 years ago
parent
commit
0118c6bc3f
6 changed files with 97 additions and 37 deletions
  1. +39
    -19
      pom.xml
  2. +3
    -3
      website/error.html
  3. +3
    -3
      website/faq.html
  4. +6
    -6
      website/graph.html
  5. +3
    -3
      website/graphs.html
  6. +43
    -3
      website/index.html

+ 39
- 19
pom.xml View File

@ -62,25 +62,32 @@
</dependency>
<!-- https://mvnrepository.com/artifact/org.janusgraph/janusgraph-core -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.2.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.janusgraph/janusgraph-hbase -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hbase</artifactId>
<version>0.2.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.janusgraph/janusgraph-es -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-es</artifactId>
<version>0.2.0</version>
</dependency>
<!--<dependency>-->
<!--<groupId>org.janusgraph</groupId>-->
<!--<artifactId>janusgraph-core</artifactId>-->
<!--<version>0.2.0</version>-->
<!--</dependency>-->
<!--&lt;!&ndash; https://mvnrepository.com/artifact/org.janusgraph/janusgraph-hbase &ndash;&gt;-->
<!--<dependency>-->
<!--<groupId>org.janusgraph</groupId>-->
<!--<artifactId>janusgraph-hbase</artifactId>-->
<!--<version>0.2.0</version>-->
<!--</dependency>-->
<!--&lt;!&ndash; https://mvnrepository.com/artifact/org.janusgraph/janusgraph-es &ndash;&gt;-->
<!--<dependency>-->
<!--<groupId>org.janusgraph</groupId>-->
<!--<artifactId>janusgraph-es</artifactId>-->
<!--<version>0.2.0</version>-->
<!--</dependency>-->
<!--&lt;!&ndash; https://mvnrepository.com/artifact/org.apache.hbase/hbase-client &ndash;&gt;-->
<!--<dependency>-->
<!--<groupId>org.apache.hbase</groupId>-->
<!--<artifactId>hbase-client</artifactId>-->
<!--<version>2.0.0</version>-->
<!--</dependency>-->
</dependencies>
@ -116,6 +123,19 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>fully.qualified.MainClass</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

+ 3
- 3
website/error.html View File

@ -25,9 +25,9 @@
<li class="nav-item">
<a class="nav-link" href="graphs.html">Graphs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html">Profile Look-Up</a>
</li>
<!--<li class="nav-item">-->
<!--<a class="nav-link" href="profile.html">Profile Look-Up</a>-->
<!--</li>-->
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>

+ 3
- 3
website/faq.html View File

@ -24,9 +24,9 @@
<li class="nav-item">
<a class="nav-link" href="graphs.html">Graphs<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html">Profile Look-Up</a>
</li>
<!--<li class="nav-item">-->
<!--<a class="nav-link" href="profile.html">Profile Look-Up</a>-->
<!--</li>-->
<li class="nav-item">
<a class="nav-link active" href="faq.html">FAQ</a>
</li>

+ 6
- 6
website/graph.html View File

@ -79,9 +79,9 @@
<li class="nav-item">
<a class="nav-link" href="graphs.html">Graphs<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html">Profile Look-Up</a>
</li>
<!--<li class="nav-item">-->
<!--<a class="nav-link" href="profile.html">Profile Look-Up</a>-->
<!--</li>-->
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
@ -185,13 +185,13 @@
/** Web socket to communicate with the steam friend java server */
connection = new WebSocket('ws://localhost:4444');
connection = new WebSocket('ws://steam.student.rit.edu:4444');
setTimeout(function()
{
if (this.connection.readyState != 1) {
console.log("fuck");
if (this.connection.readyState != 1)
{
document.location.href = "error.html";
}
}, 3000);

+ 3
- 3
website/graphs.html View File

@ -24,9 +24,9 @@
<li class="nav-item active">
<a class="nav-link" href="graphs.html">Graphs<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html">Profile Look-Up</a>
</li>
<!--<li class="nav-item">-->
<!--<a class="nav-link" href="profile.html">Profile Look-Up</a>-->
<!--</li>-->
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>

+ 43
- 3
website/index.html View File

@ -25,9 +25,9 @@
<li class="nav-item">
<a class="nav-link" href="graphs.html">Graphs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html">Profile Look-Up</a>
</li>
<!--<li class="nav-item">-->
<!--<a class="nav-link" href="profile.html">Profile Look-Up</a>-->
<!--</li>-->
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
@ -51,6 +51,46 @@
<div class="container">
<br><br><br>
<div id="carouselDiv" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselDiv" data-slide-to="0" class="active"></li>
<li data-target="#carouselDiv" data-slide-to="1"></li>
<li data-target="#carouselDiv" data-slide-to="2"></li>
<li data-target="#carouselDiv" data-slide-to="3"></li>
<li data-target="#carouselDiv" data-slide-to="4"></li>
<li data-target="#carouselDiv" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="img/slider/img1.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/slider/img2.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/slider/img3.png" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/slider/img4.png" alt="Forth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/slider/img5.png" alt="Fifth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/slider/img6.png" alt="Sixth slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselDiv" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselDiv" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h1 id="steamgraphanalysis">Steam Graph Analysis</h1>
<p>This is a project that I threw together during the weekend to play around with

Loading…
Cancel
Save