File tree Expand file tree Collapse file tree 5 files changed +42
-2
lines changed
Expand file tree Collapse file tree 5 files changed +42
-2
lines changed Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ;" >
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ categories:
66 - Physics
77 - Javascript
88 - Trigonometry
9+ aliases :
10+ - /lunardescent
911---
1012
1113If 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.
You can’t perform that action at this time.
0 commit comments