diff --git a/Screenshot 2025-01-28 at 15-54-30 Hacker Public Radio.png b/Screenshot 2025-01-28 at 15-54-30 Hacker Public Radio.png deleted file mode 100644 index 679a145..0000000 Binary files a/Screenshot 2025-01-28 at 15-54-30 Hacker Public Radio.png and /dev/null differ diff --git a/Screenshot 2025-01-28 at 15-54-54 Hacker Public Radio.png b/Screenshot 2025-01-28 at 15-54-54 Hacker Public Radio.png deleted file mode 100644 index 92fa54b..0000000 Binary files a/Screenshot 2025-01-28 at 15-54-54 Hacker Public Radio.png and /dev/null differ diff --git a/Screenshot 2025-02-01 at 10-06-38 Hacker Public Radio.png b/Screenshot 2025-02-01 at 10-06-38 Hacker Public Radio.png new file mode 100644 index 0000000..7dc1006 Binary files /dev/null and b/Screenshot 2025-02-01 at 10-06-38 Hacker Public Radio.png differ diff --git a/Screenshot 2025-02-01 at 10-06-59 Hacker Public Radio.png b/Screenshot 2025-02-01 at 10-06-59 Hacker Public Radio.png new file mode 100644 index 0000000..424073d Binary files /dev/null and b/Screenshot 2025-02-01 at 10-06-59 Hacker Public Radio.png differ diff --git a/Screenshot 2025-02-01 at 10-07-19 Hacker Public Radio.png b/Screenshot 2025-02-01 at 10-07-19 Hacker Public Radio.png new file mode 100644 index 0000000..50d3853 Binary files /dev/null and b/Screenshot 2025-02-01 at 10-07-19 Hacker Public Radio.png differ diff --git a/public_html/css/styles.css b/public_html/css/styles.css index 21bed08..d87400e 100644 --- a/public_html/css/styles.css +++ b/public_html/css/styles.css @@ -141,7 +141,11 @@ nav a:hover { float: none; display: block; text-align: left; + border: solid 2px #505050; } +} + +@media screen and (max-width: 700px) { } @@ -152,7 +156,7 @@ header { header img { margin: 0 auto; - height: 40vh; + height: 30vh; width: auto; display: block; object-fit: cover; @@ -168,8 +172,8 @@ section { } section.podcast { - width: 80%; - margin: 0 auto; + width: 90%; + margin: 0 5%; display: flex; flex-wrap: wrap; } @@ -194,8 +198,8 @@ a.podcast { } section.project { - width: 80%; - margin: 0 auto; + width: 90%; + margin: 0 5%; display: flex; flex-wrap: wrap; } @@ -207,7 +211,7 @@ a.project { border: solid 4px #7eb4be; border-radius: 10px; margin: 2.5%; - padding: 1em 1em 0em 1em; + padding: 1em 1em 0em 1em; } .project p { @@ -221,8 +225,23 @@ a.project { .column-container { display: flex; + justify-content: space-between; } section.episodes, section.comments { - flex: 0 0 50%; + paddng: 10px; + flex-basis: 50%; +} + +@media (min-width: 600px) { + section.episodes, section.comments { + flex-basis: 50%; + } +} + +@media (max-width: 600px) { + .column-container { + flex-direction: column; + justify-content: stretch; + } } diff --git a/public_html/icons/mic-fill.svg b/public_html/icons/mic-fill.svg new file mode 100644 index 0000000..f4bdc6d --- /dev/null +++ b/public_html/icons/mic-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public_html/icons/rss-fill.svg b/public_html/icons/rss-fill.svg new file mode 100644 index 0000000..c3ac2bb --- /dev/null +++ b/public_html/icons/rss-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public_html/icons/stack-fill.svg b/public_html/icons/stack-fill.svg new file mode 100644 index 0000000..b6f247e --- /dev/null +++ b/public_html/icons/stack-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public_html/icons/user-fill.svg b/public_html/icons/user-fill.svg new file mode 100644 index 0000000..ebc2153 --- /dev/null +++ b/public_html/icons/user-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public_html/icons/volume-up-fill.svg b/public_html/icons/volume-up-fill.svg new file mode 100644 index 0000000..f352c50 --- /dev/null +++ b/public_html/icons/volume-up-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public_html/images/calendar.png b/public_html/images/calendar.png deleted file mode 100644 index 0b21aa0..0000000 Binary files a/public_html/images/calendar.png and /dev/null differ diff --git a/public_html/images/mic.png b/public_html/images/mic.png deleted file mode 100644 index d424c6a..0000000 Binary files a/public_html/images/mic.png and /dev/null differ diff --git a/public_html/images/subscribe.png b/public_html/images/subscribe.png deleted file mode 100644 index 2d2a2b6..0000000 Binary files a/public_html/images/subscribe.png and /dev/null differ diff --git a/public_html/index.html b/public_html/index.html index 1164a89..b4e1476 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -28,19 +28,19 @@

Podcast

- + record

Record

- + schedule

Schedule

- + subscribe

Subscribe

- + listen

Listen

@@ -48,15 +48,15 @@

Project

- + host

Host

- + series

Series

- + question

About