File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ <h5 class="no-anchor card-title listing-title">
946946</ div >
947947</ div > </ a >
948948</ div >
949- < div class ="g-col-1 " data-index ="21 " data-categories ="QWR2YW5jZWQlMjBIUyUyQ0FzdHJvbm9teSUyQ0RhdGElMjBTY2llbmNlJTJDU3ByZWFkc2hlZXRzJTJDSmF2YXNjcmlwdA== " data-listing-file-modified-sort ="1774630828947 " data-listing-reading-time-sort ="1 " data-listing-word-count-sort ="168 ">
949+ < div class ="g-col-1 " data-index ="21 " data-categories ="QWR2YW5jZWQlMjBIUyUyQ0FzdHJvbm9teSUyQ0RhdGElMjBTY2llbmNlJTJDU3ByZWFkc2hlZXRzJTJDSmF2YXNjcmlwdA== " data-listing-file-modified-sort ="1775247897395 " data-listing-reading-time-sort ="1 " data-listing-word-count-sort ="168 ">
950950< a href ="./projects/nightsky.html " class ="quarto-grid-link ">
951951< div class ="quarto-grid-item card h-100 card-left ">
952952< 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/nightsky.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 @@ -7,6 +7,8 @@ categories:
77 - Data Science
88 - Spreadsheets
99 - Javascript
10+ aliases :
11+ - /nightsky
1012---
1113
1214Use some basic facts and equations about stars to randomly generate a realistic-looking starfield
You can’t perform that action at this time.
0 commit comments