Skip to content

Commit

Permalink
add arXiv and quickstart links
Browse files Browse the repository at this point in the history
  • Loading branch information
colbybanbury committed May 3, 2024
1 parent 3e9cc41 commit a2c853d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ <h1>Wake Vision</h1>
<h2>Access the Dataset</h2>
<p>Get started using the dataset from your preferred source:</p>
<div class="buttons">
<a href="https://github.com/Ekhao/datasets/tree/master" class="button tensorflow">TensorFlow
<a href="https://github.com/colbybanbury/Wake_Vision_Quickstart" class="button quickstart">Quickstart</a>
<a href="https://arxiv.org/abs/2405.00892" class="button arxiv">arXiv</a>
<a href="https://github.com/Ekhao/datasets/tree/wake_vision" class="button tensorflow">TensorFlow
Datasets</a>
<a href="https://huggingface.co/datasets/Harvard-Edge/Wake-Vision" class="button huggingface">Hugging Face
Datasets</a>
Expand Down
18 changes: 18 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,24 @@ footer nav ul li a {
opacity: 0.8;
}

.arxiv {
background-color: #FFBF00;
/* Amber */
}

.arxiv:hover {
background-color: #FFBF00;
}

.quickstart {
background-color: #228B22;
/* Forest Green */
}

.quickstart:hover {
background-color: #5F8575;
}

.tensorflow {
background-color: #ff6f00;
/* TensorFlow orange */
Expand Down

0 comments on commit a2c853d

Please sign in to comment.