Skip to content

Commit e040f55

Browse files
committed
add aliases to lunar descent and apollo moon landing
1 parent 2da7e16 commit e040f55

File tree

5 files changed

+42
-2
lines changed

5 files changed

+42
-2
lines changed

docs/activities.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ <h5 class="no-anchor card-title listing-title">
370370
</div>
371371
</div></a>
372372
</div>
373-
<div class="g-col-1" data-index="3" data-categories="SW50cm8lMjBIUyUyQ1BoeXNpY2FsJTIwU2NpZW5jZSUyQ1BoeXNpY3MlMkNKYXZhc2NyaXB0" data-listing-file-modified-sort="1774630828906" data-listing-reading-time-sort="1" data-listing-word-count-sort="69">
373+
<div class="g-col-1" data-index="3" data-categories="SW50cm8lMjBIUyUyQ1BoeXNpY2FsJTIwU2NpZW5jZSUyQ1BoeXNpY3MlMkNKYXZhc2NyaXB0" data-listing-file-modified-sort="1775073217492" data-listing-reading-time-sort="1" data-listing-word-count-sort="69">
374374
<a href="./projects/apollo.html" class="quarto-grid-link">
375375
<div class="quarto-grid-item card h-100 card-left">
376376
<p class="card-img-top">
@@ -818,7 +818,7 @@ <h5 class="no-anchor card-title listing-title">
818818
</div>
819819
</div></a>
820820
</div>
821-
<div class="g-col-1" data-index="17" data-categories="QWR2YW5jZWQlMjBIUyUyQ1BoeXNpY3MlMkNKYXZhc2NyaXB0JTJDVHJpZ29ub21ldHJ5" data-listing-file-modified-sort="1774652662801" data-listing-reading-time-sort="1" data-listing-word-count-sort="136">
821+
<div class="g-col-1" data-index="17" data-categories="QWR2YW5jZWQlMjBIUyUyQ1BoeXNpY3MlMkNKYXZhc2NyaXB0JTJDVHJpZ29ub21ldHJ5" data-listing-file-modified-sort="1775073200528" data-listing-reading-time-sort="1" data-listing-word-count-sort="136">
822822
<a href="./projects/lunar.html" class="quarto-grid-link">
823823
<div class="quarto-grid-item card h-100 card-left">
824824
<p class="card-img-top">

docs/apollo/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/apollo.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/lunardescent/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/lunar.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>

projects/apollo.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ categories:
66
- Physical Science
77
- Physics
88
- Javascript
9+
aliases:
10+
- /apollo
911
---
1012

1113
<div style="margin-bottom: 20px;">

projects/lunar.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ categories:
66
- Physics
77
- Javascript
88
- Trigonometry
9+
aliases:
10+
- /lunardescent
911
---
1012

1113
If you have finished tinkering with the Planetoids lab you can continue with this lab where we will now add gravity to the game! You have a little ship that you must fly around and land safely on the moon. If you approach the landing too fast you will crash the ship.

0 commit comments

Comments
 (0)