Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions JetStream.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ body {
font-size: 1.6rem;
font-weight: 400;
line-height: 1.4;
background-repeat: no-repeat;
background-position: center -5vw;
background-size: 100vw;
padding-bottom: 0px;
background-image: url('clouds.svg');
overflow-y: hidden;
height: 100%;
}
Expand Down Expand Up @@ -117,8 +113,6 @@ img {
background-position: center;
background-image: url('JetStream3Logo.svg');
color: transparent;
animation: swingin 350ms ease-out forwards;
will-change: transform, opacity;
height: 75px;
}

Expand Down Expand Up @@ -157,9 +151,6 @@ article,
.summary {
max-width: 70rem;
margin: 0 auto 0 auto;
opacity: 0;
animation: fadein 0.5s ease-in-out forwards;
animation-delay: 200ms;
}

article {
Expand Down
2 changes: 0 additions & 2 deletions JetStreamDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ class Driver {
for (const benchmark of this.benchmarks)
text += benchmark.renderHTML();

const timestamp = performance.now();
document.getElementById('jetstreams').style.backgroundImage = `url('jetstreams.svg?${timestamp}')`;
const resultsTable = document.getElementById("results");
resultsTable.innerHTML = text;

Expand Down
15 changes: 0 additions & 15 deletions clouds.svg

This file was deleted.

30 changes: 0 additions & 30 deletions jetstreams.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading