Skip to content
Open
Changes from all commits
Commits
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
86 changes: 58 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,55 +1,85 @@
<!DOCTYPE html>
<html>

<head>
<head>
<title>What Day Is It? | Unofficial Denton ISD</title>
<meta name="title" content="What Day Is It? | Unofficial Denton ISD" />
<meta name="description" content="An unofficial site that tells students at Denton ISD which block day it is, and which cohort is at school or studying remotely." />
<meta
name="description"
content="An unofficial site that tells students at Denton ISD which block day it is, and which cohort is at school or studying remotely."
/>
<meta name="keywords" content="denton, denton isd, block schedule" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="author" content="Kyle Taylor <kyle@techmill.co>" />
<script src="/cdn-cgi/apps/head/ySdAXL0wLQzDzQHStaC4keIVb8s.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="/style.css" />
</head>
</head>

<body>
<div id="main" class="container text-center row offset-md-2">
<div id="block-day" class="col-md-8">
<body>
<div id="main" class="container text-center d-flex flex-column">
<div class="row">
<div class="col-md-9 col-sm-12">
<div id="block-day" class="">
<header id="current-date" class="mb-3">
<h4 class="today-is">Today is...</h4>
<h4 class="date"><span></span></h4>
<h4 class="today-is">Today is...</h4>
<h4 class="date"><span></span></h4>
</header>
<div id="letter">
<h1></h1>
<h1></h1>
</div>
<div id="cohort">
<div id="cohort-1">
<h3></h3>
</div>
<div id="cohort-2">
<h3></h3>
</div>
<div id="cohort-1">
<h3></h3>
</div>
<div id="cohort-2">
<h3></h3>
</div>
</div>
<div id="text">
<p class="display-3"></p>
<p class="display-3"></p>
</div>
<hr />
<footer>
<div id="tomorrow"></div>
<p class="small">Disclaimer: This is an unofficial site that tells students at Denton ISD which block day it is and which cohort is at school or studying remotely. This information is based off <a href="https://www.dentonisd.org/Page/102412">the hybrid schedule posted on the Denton ISD website</a>.</p>
<p class="small">Please check the Denton ISD Twitter feed for weather and health related schedule changes and closures.</p>
<div id="tomorrow"></div>
</footer>
</div>
</div>
<div class="col-md-4">
<a class="twitter-timeline" data-width="300" data-height="500" data-theme="light" href="https://twitter.com/dentonisd?ref_src=twsrc%5Etfw">Tweets by dentonisd</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<div class="col-md-3 d-none d-sm-block">
<a class="weatherwidget-io" href="https://forecast7.com/en/33d21n97d13/denton/?unit=us" data-label_1="DENTON" data-label_2="WEATHER" data-icons="Climacons" data-mode="Current" data-days="3" data-theme="weather_one">DENTON WEATHER</a>
<a class="twitter-timeline" data-width="300" data-height="400" data-tweet-limit=1 data-theme="light" data-chrome="nofooter noborders noheader" href="https://twitter.com/dentonisd">Most recent tweet by dentonisd</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.27.0/moment.min.js" integrity="sha512-rmZcZsyhe0/MAjquhTgiUcb4d9knaFc7b5xAfju483gbEXTkeJRUMIPk6s3ySZMYUHEcjKbjLjyddGWMrNEvZg==" crossorigin="anonymous"></script>
<script src="/main.js"></script>

<footer id="sticky-footer" class="py-4">
<div class="container text-center">
<p class="small">
Disclaimer: This is an unofficial site that tells students at Denton ISD which block day it is and which cohort is at school or studying remotely.
This information is based off
<a href="https://www.dentonisd.org/Page/102412">the hybrid schedule posted on the Denton ISD website</a>.
</p>
<p class="small">Please check the Denton ISD Twitter feed for weather and health related schedule changes and closures.</p>
</div>
</footer>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.27.0/moment.min.js"
integrity="sha512-rmZcZsyhe0/MAjquhTgiUcb4d9knaFc7b5xAfju483gbEXTkeJRUMIPk6s3ySZMYUHEcjKbjLjyddGWMrNEvZg=="
crossorigin="anonymous"
></script>
<script src="/main.js"></script>
<script>
! function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s);
js.id = id;
js.src = 'https://weatherwidget.io/js/widget.min.js';
fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'weatherwidget-io-js');
</script>
</html>