-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 2.15 KB
/
Copy pathindex.html
File metadata and controls
39 lines (39 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<!--
Design: orderedlist https://github.com/orderedlist/minimal
License: https://creativecommons.org/licenses/by-sa/3.0/
-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Saturday Action Studio</title>
<link rel="stylesheet" href="assets/stylesheets/styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Space Mono">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img src="./assets/SAS_shield_mono.png" width=50%/>
<h1><b>SATURDAY</b></h1>
<h2><b>-ACTION STUDIO-</b></h2>
<a rel="me" href="https://hoosier.social/@ProfTriathlon"></a>
</header>
<section>
<h2><b>Sounds in the Woods</b></h2>
<p>Ambient sound recordings podcast in natural areas for relaxation with a brief introduction of the location</p><p>Intro <a href="https://incompetech.com/music/royalty-free/index.html?isrc=USUAN1700004&Search=Search">"Bittersweet" by Kevin MacLeod</a> (<a href="https://filmmusic.io/standard-license">CC BY 4.0 License</a>)</p></p>Listen <a href="https://podcasts.apple.com/us/podcast/1460573056">Apple Podcasts</a> | <a href="https://www.audible.com/pd/Sounds-in-the-Woods-Podcast/B08JJNVJQC">Audible</a> | <a href="https://open.spotify.com/show/0mwwtZLDHQK7AkTXQpzoo7">Spotify</a> | <a href="https://pinecast.com/feed/soundsinthewoods">RSS Feed</a></p><hr/>
<h2><b>Photography</b></h2>
<p>Pixelfed <a href="https://pixey.org/saturday"/>pixey.org/saturday</a></p><hr/>
<h2><b>3D Designs</b></h2>
<p>Download <a href="https://www.thingiverse.com/saturdayactionstudio/designs">Thingiverse</a></p><hr/>
<h2><b>denaltitude</b></h2>
<p>Calculate density altitude based on METAR data for a specific airport.</p><p>Download <a href="https://codeberg.org/saturdayaction/denaltitude">Codeberg</a></p>
</section>
</div>
<script src="./assets/javascripts/scale.fix.js"></script>
</body>
</html>