-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a28e840
commit 9d66c7b
Showing
14 changed files
with
103 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{% if site.test == true %} | ||
<div class="alert alert-warning" role="alert"> | ||
<span class="fa fa-info-circle fa-2x"></span> <b>We're testing!</b> We are testing our website right now and things might not work as expected. If you notice something broken or not working as expected please email <a href="mailto:[email protected]" style="color: inherit">[email protected]</a> with a detailed description of the issue. Thanks! | ||
</div> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>{{ page.title }} | {{ site.title }}</title> | ||
<link href="{{ site.baseurl }}/css/bootstrap.css" rel="stylesheet"> | ||
<link href="{{ site.baseurl }}/css/font-awesome.css" rel="stylesheet"> | ||
<link href="{{ site.baseurl }}/css/custom.css" rel="stylesheet"> | ||
<script src="{{ site.baseurl }}/js/jquery.min.js"></script> | ||
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script> | ||
<script src="{{ site.baseurl }}/js/gtag.js"></script> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>{{ page.title }} | {{ site.title }}</title> | ||
<link href="{{ site.baseurl }}/css/bootstrap.css" rel="stylesheet"> | ||
<link href="{{ site.baseurl }}/css/font-awesome.css" rel="stylesheet"> | ||
<link href="{{ site.baseurl }}/css/custom.css" rel="stylesheet"> | ||
<script src="{{ site.baseurl }}/js/jquery.min.js"></script> | ||
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110997821-1"></script> | ||
<script src="{{ site.baseurl }}/js/gtag.js"></script> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
{% if page.title != "We're updating" %} | ||
<script type="text/javascript"> | ||
window.location = "/update/" | ||
</script> | ||
<noscript> | ||
<meta http-equiv="refresh" content="0;URL='/update/'" /> | ||
</noscript> | ||
{% if site.update == true %} | ||
{% if page.title != "We're updating" %} | ||
<script type="text/javascript"> | ||
window.location = "/update/" | ||
</script> | ||
<noscript> | ||
<meta http-equiv="refresh" content="0;URL='/update/'" /> | ||
</noscript> | ||
{% endif %} | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ | |
|
||
{% include detect.html %} | ||
|
||
{% include beta.html %} | ||
|
||
{{ content }} | ||
|
||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,12 +97,16 @@ <h2> | |
<div class="card"> | ||
<div class="card-block"> | ||
<h2> | ||
<a href="#" style="color: black;"> | ||
<!--<a href="#" style="color: black;">--> | ||
<span class="fa fa-exclamation-triangle fa-lg" style="padding-right: 10px; color: black;"></span> <i>Coming Soon</i> | ||
</a> | ||
<!--</a>--> | ||
</h2> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<br /><br /> | ||
|
||
<p>Having problems or find a bug? Please email me at <a href="mailto:[email protected]">[email protected]</a>. Thank you!</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110997821-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-110997821-1'); | ||
</script> | ||
gtag('config', 'UA-110997821-1'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters