Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
linked to compare page from homepage; added title to compare page
Browse files Browse the repository at this point in the history
  • Loading branch information
LsHallo committed Oct 7, 2019
1 parent feed1de commit 13a3fff
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# f1stats [![Netlify Status](https://api.netlify.com/api/v1/badges/7c14b8c4-7a4a-4b6a-b9c5-72872cfb5592/deploy-status)](https://app.netlify.com/sites/formula1stats/deploys)
##### Provides user statistics for the f1 subreddit. (Including [r/Formula1Point5](http://reddit.com/r/formula1point5) and [r/F1FeederSeries](http://reddit.com/r/f1feederseries))
##### Provides user statistics for the f1 subreddit. (Including [r/Formula1Point5](https://reddit.com/r/formula1point5) and [r/F1FeederSeries](https://reddit.com/r/f1feederseries))
### View the statistics [here](https://lshallo.github.io/f1stats/)

I've created this project based on this reddit [post](https://www.reddit.com/r/formula1/comments/d1s3lj/rformula1_active_user_count_during_the_italian/)
Expand Down
5 changes: 5 additions & 0 deletions docs/compare.html
Expand Up @@ -20,6 +20,11 @@
<body class="dark">
<div id="content-container">
<div id="content">
<div class="title">
<h2 class="link-center d-inline-block align-middle">Compare Races</h2>
<a href="index.html" class="ml-3 d-none d-md-inline-block align-bottom">Home</a>
<a href="about.html" class="ml-2 d-none d-md-inline-block align-bottom">About</a>
</div>
<div id="toolbar">
<div class="form-inline">
<div class="input-group">
Expand Down
2 changes: 1 addition & 1 deletion docs/css/custom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/index.html
Expand Up @@ -23,7 +23,8 @@
<div id="content">
<div class="title">
<h2 class="link-center d-inline-block align-middle">r/formula1 statistics</h2>
<a href="about.html" class="ml-3 d-none d-md-inline-block align-bottom">About</a>
<a href="about.html" class="ml-2 d-none d-md-inline-block align-bottom">About</a>
<a href="compare.html" class="ml-3 d-none d-md-inline-block align-bottom">Compare Races (Beta)</a>
<span id="toolbar-trigger" class="ml-2 d-sm-inline-block d-md-none">
<input type="button" class="btn btn-outline-primary" value="Options" data-toggle="modal" data-target="#dateoptions-modal">
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/scss/custom.scss
Expand Up @@ -145,7 +145,7 @@ body.dark {
#toolbar {
display: flex;
flex-direction: column;
margin-top: .4em;
margin-top: .6em;
}

#darkModeToggle:hover {
Expand Down

0 comments on commit 13a3fff

Please sign in to comment.