diff --git a/Screenshot_20250201_105345.png b/Screenshot_20250201_105345.png new file mode 100644 index 0000000..a7a5d9b Binary files /dev/null and b/Screenshot_20250201_105345.png differ diff --git a/public_html/css/styles.css b/public_html/css/styles.css index d87400e..e31b49b 100644 --- a/public_html/css/styles.css +++ b/public_html/css/styles.css @@ -197,6 +197,41 @@ a.podcast { transform: scaleX(0.9); } +.card { + height: 110px; + filter: invert(60%) sepia(50%) hue-rotate(140deg) saturate(200%); + transform: scaleX(0.9); +} + +.card.record { + background-image: url('../icons/mic-fill.svg'); +} + +.card.schedule { + background-image: url('../icons/calendar-2-line.svg'); +} + +.card.subscribe { + background-image: url('../icons/rss-fill.svg'); +} + +.card.listen { + background-image: url('../icons/volume-up-fill.svg'); +} + +.card.host { + background-image: url('../icons/user-fill.svg'); +} + +.card.series { + background-image: url('../icons/stack-fill.svg'); +} + +.card.about { + background-image: url('../icons/question-mark.svg'); +} + + section.project { width: 90%; margin: 0 5%; diff --git a/public_html/hpr.ico b/public_html/hpr.ico new file mode 100644 index 0000000..ffdf5a9 Binary files /dev/null and b/public_html/hpr.ico differ diff --git a/public_html/index.html b/public_html/index.html index b4e1476..2b2be34 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -3,8 +3,17 @@ - Hacker Public Radio + Hacker Public Radio - The Technology Community Podcast + + + + + + + + + @@ -16,7 +25,7 @@
- Hacker Public Radio + Hacker Public Radio
@@ -27,20 +36,20 @@

Podcast

- - record + +

Record

- schedule +

Schedule

- listen +

Listen

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

Project

- host +

Host

- series +

Series

- question +

About

@@ -81,7 +90,6 @@ -