Skip to content

Commit 8be2577

Browse files
committed
adding vaxgame and proper declarations
1 parent 87ef91c commit 8be2577

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+37724
-0
lines changed

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project:
44
title: STEMcoding
55
resources:
66
- CNAME
7+
- vaxgame
78

89
website:
910
favicon: img/stemcoding_favicon_final.png
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
//= link_tree ../images
2+
//= link_directory ../stylesheets .css
3+
//= link_tree ../../javascript .js
4+
//= link_tree ../../../vendor/javascript .js
5+
//= link footerMenu.js
6+
//= link home.js
7+
//= link d3.v3.min.js
8+
//= link tutorial.js
9+
//= link tutorialAdvance.js
10+
//= link tutorialReverse.js
11+
//= link hiNET.js
12+
//= link hiScript.js
13+
//= link hiSims.js
14+
//= link hiBarChart.js
15+
//= link herdImmunity.js
16+
//= link gameMenu.js
17+
//= link game.js
18+
//= link faq.js
19+
//= link js.cookie.js
20+
//= link jquery-ui.js
21+
//= link scenarioSelect.js
22+
//= link jquery-2.1.0.min.js
23+
//= link d3.v3.min.js
24+
//= link netrics.js
25+
//= link sir.js

0 commit comments

Comments
 (0)