-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added a single.html default page layout and a freshwater radio page t…
…hat uses it
- Loading branch information
Justin Allen
committed
Sep 20, 2023
1 parent
be02551
commit a45a1de
Showing
7 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Freshwater Radio | ||
--- | ||
|
||
### Freshwater Radio is a show about society’s relationship to water in the Great Lakes watershed. | ||
|
||
This region holds 40% of the earth’s freshwater supply, so it’s important we appreciate and acknowledge the importance of this life sustaining source. Join host Anish Tailor as he sheds light on a variety of issues, and learn about where our water comes from. | ||
|
||
### Episode 01: Chicago Riverwalk | ||
|
||
On this inaugural episode, Anish delves into why the Chicago River looks the way it does, and how the Chicago Riverwalk came to be. | ||
|
||
<audio controls="" src="/audio/FWR%200101%20-%20Chicago%20Riverwalk.mp3" class="story-audio-display"></audio> | ||
|
||
### Episode 02: Santiago X | ||
|
||
Anish speaks with Santiago X, an Indigenous futurist architect turned artist based in Chicago about naturalistic, holistic ways of relating to each other and to nature. Go to [santiagox.com](http://santiagox.com) to see more of his artistic work. | ||
|
||
<audio controls="" src="/audio/FWR%200102%20-%20Santiago%20X.mp3" class="story-audio-display"></audio> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{{define "main" }} | ||
|
||
<header class="about-spacer fade-2"> | ||
<div class="about-inner"> | ||
<h1 class="single-title">{{.Title}}</h1> | ||
</div> | ||
</header> | ||
<div class="section-light default-page"> | ||
<div class="subpage-content fade-3"> | ||
<div class="light-text"> | ||
{{.Content | markdownify }} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{{define "main" }} | ||
|
||
<header class="about-spacer fade-2"> | ||
<div class="about-inner"> | ||
<h1 class="single-title">{{.Title}}</h1> | ||
</div> | ||
</header> | ||
<div class="section-light"> | ||
<div class="subpage-content fade-3"> | ||
<div class="about-info"> | ||
<img class="about-picture-single" src="{{.Params.picture}}"> | ||
{{.Params.intention | markdownify}} | ||
</div> | ||
<div class="about-info"> | ||
{{.Params.bio | markdownify }} | ||
</div> | ||
|
||
<div class="about-info"> | ||
{{ partial "back.html" (dict "context" . "link" "/about")}} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.