-
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
Showing
1 changed file
with
7 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,13 @@ | |
<script type="text/javascript" src="data/SY2324.js"></script> | ||
<script type="text/javascript" src="data/SY2425.js"></script> | ||
<script type="text/javascript" src="data/SY2526.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/cdn.min.js"></script> | ||
<script> | ||
dateFns.addDays(new Date(2014, 1, 11), 10); | ||
//=> Tue Feb 21 2014 00:00:00 | ||
</script> | ||
<script type="module"> | ||
import { addDays } from '/script/date-fns-3.6.0.js'; | ||
import { addDays } from "/date-fns/addDays"; | ||
// Expose date-fns to global scope | ||
window.dateFns = { addDays }; | ||
</script> | ||
|
@@ -238,7 +243,7 @@ <h2>Schedules</h2> | |
<div class="col py-2 pl-12"> | ||
Coliseum College Prep Academy (<a href="https://ccpa.ousd.org/" target="_blank">ccpa.ousd.org</a>) is a public school in East Oakland, California. | ||
This dashboard visualizes our progress through the academic terms in the school year. | ||
Learn more: <a href="https://domlet.github.io/dashboard" target="_blank">github.com/domlet/dashboard</a> | ||
<a href="https://domlet.github.io/student-dashboard" target="_blank"></a>Learn more</a>. | ||
<a href="https://raw.githubusercontent.com/domlet/dashboard/main/images/qr.svg" target="_blank"><img src="https://raw.githubusercontent.com/domlet/dashboard/main/images/qr.svg" style="width:5em; clear:both;display:block; margin:1em 0"></a> | ||
</div> | ||
</div> | ||
|