diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css
index 897aac4..dee3388 100644
--- a/public_html/css/hpr.css
+++ b/public_html/css/hpr.css
@@ -30,6 +30,9 @@ https://creativecommons.org/publicdomain/
--link-primary-hover: #f8961e;
--link-secondary: #a8f8ff;
--link-secondary-hover: #f9e9c2;
+
+ --link-spacing-horizontal: clamp(0.5rem, -0.25rem + 3vw, 2.5rem);
+
--font-family-hpr: Verdana, Arial, Helvetica, sans-serif; /* 1em/1.5 OpenDyslexic, */;
/* screen breakpoints */
@@ -84,7 +87,8 @@ body > nav ul li {
line-height: 1.5;
margin: 0;
padding: 0;
- padding-right: clamp(0.5rem, -0.25rem + 3vw, 2.5rem);
+ padding-right: var(--link-spacing-horizontal);
+}
}
body > header {
display: flex;
@@ -228,15 +232,20 @@ a.lane-button {
display: flex;
flex-direction: column;
justify-content: center;
- margin: 0.5rem;
+ margin: 0.5rem var(--link-spacing-horizontal);
padding: 0.5rem;
border-width: 5px;
border-color: var(--link-primary);
border-style: solid;
border-radius: 5px;
+ text-align: center;
}
-
+a.lane-button img {
+ height: 110px;
+ filter: invert(60%) sepia(50%) hue-rotate(140deg) saturate(200%);
+ transform: scaleX(0.9);
+}
#tag_line,
#title {
text-transform: uppercase;
diff --git a/public_html/images/icons/calendar-2-line.svg b/public_html/images/icons/calendar-2-line.svg
new file mode 100644
index 0000000..b3bcbb5
--- /dev/null
+++ b/public_html/images/icons/calendar-2-line.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public_html/images/icons/mic-fill.svg b/public_html/images/icons/mic-fill.svg
new file mode 100644
index 0000000..7ce728f
--- /dev/null
+++ b/public_html/images/icons/mic-fill.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public_html/images/icons/question-mark.svg b/public_html/images/icons/question-mark.svg
new file mode 100644
index 0000000..a270cb0
--- /dev/null
+++ b/public_html/images/icons/question-mark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public_html/images/icons/rss-fill.svg b/public_html/images/icons/rss-fill.svg
new file mode 100644
index 0000000..3aa81eb
--- /dev/null
+++ b/public_html/images/icons/rss-fill.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public_html/images/icons/stack-fill.svg b/public_html/images/icons/stack-fill.svg
new file mode 100644
index 0000000..e5c9737
--- /dev/null
+++ b/public_html/images/icons/stack-fill.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public_html/images/icons/user-fill.svg b/public_html/images/icons/user-fill.svg
new file mode 100644
index 0000000..1bbcd53
--- /dev/null
+++ b/public_html/images/icons/user-fill.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public_html/images/icons/volume-up-fill.svg b/public_html/images/icons/volume-up-fill.svg
new file mode 100644
index 0000000..0d3a945
--- /dev/null
+++ b/public_html/images/icons/volume-up-fill.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/templates/content-index.tpl.html b/templates/content-index.tpl.html
index 599a537..11c2a99 100644
--- a/templates/content-index.tpl.html
+++ b/templates/content-index.tpl.html
@@ -46,19 +46,19 @@