Skip to content

Commit 314510e

Browse files
committed
add STEMcoding Bracket Builder activity page
1 parent 0eeb530 commit 314510e

File tree

8 files changed

+739
-41
lines changed

8 files changed

+739
-41
lines changed

docs/activities.html

Lines changed: 72 additions & 40 deletions
Large diffs are not rendered by default.

docs/bracket/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<script type="text/javascript">
5+
var redirects = {"":"../projects/bracket.html"};
6+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
7+
var redirect = redirects[hash] || redirects[""] || "/";
8+
window.document.title = 'Redirect to ' + redirect;
9+
if (!redirects[hash]) {
10+
redirect = redirect + window.location.hash;
11+
}
12+
redirect = redirect + window.location.search;
13+
window.location.replace(redirect);
14+
</script>
15+
</head>
16+
<body>
17+
</body>
18+
</html>

docs/img/bracket.png

30.3 KB
Loading

docs/listings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"/projects/birds.html",
1010
"/projects/birdslauncher.html",
1111
"/projects/bonk.html",
12+
"/projects/bracket.html",
1213
"/projects/co2.html",
1314
"/projects/conductor.html",
1415
"/projects/earth.html",

0 commit comments

Comments
 (0)