diff --git a/_includes/adi_detail.html b/_includes/adi_detail.html index c83b63a..492370a 100644 --- a/_includes/adi_detail.html +++ b/_includes/adi_detail.html @@ -4,7 +4,6 @@
ADI {{ page.number }} - {{ page.guest }}: {{ page.title }} - Posted: {{ page.date | date: "%Y-%m-%d" }}

Abnormal DevOps
Iteration {{ page.number }}

@@ -21,6 +20,7 @@

{{ page.guest }} - {{ page.title }}

+ Premiered on {{ page.date | date: "%Y-%m-%d" }}
diff --git a/_includes/adi_list.html b/_includes/adi_list.html index f05f1a6..0ad2cc0 100644 --- a/_includes/adi_list.html +++ b/_includes/adi_list.html @@ -5,6 +5,7 @@

Abnormal DevOps Iterations: Human Intelligence

+

A podcast about Puppet, DevOps, IT operations, AI and everything

{% assign sorted_posts = site.episodes | sort: "path" | reverse %} {% for post in sorted_posts %} @@ -13,8 +14,8 @@

Abnormal DevOps Iterations: Human Intelligence

ADI {{ post.number }} - {{ post.guest }}: {{ post.title }}
-

{{ post.number }}

-

{{ post.guest }}: {{ post.title }}

+

{{ post.number }} - {{ post.guest }}

+

{{ post.title }}

{% endfor %} diff --git a/_includes/adi_splash.html b/_includes/adi_splash.html index e8f83d4..81e8a72 100644 --- a/_includes/adi_splash.html +++ b/_includes/adi_splash.html @@ -2,18 +2,23 @@
-
+
-

Abnormal DevOps Iterations

-
-

A podcast about Puppet, DevOps, IT operations, AI and everything

- -
- Audio only versions: - Spotify and - Amazon Music
+
+
+
+

Abnormal DevOps Iterations

+
+
+

Video:

+ YouTube +
+
+
+

Audio:

+

Spotify

+

Amazon Music

+
diff --git a/css/landing-page.css b/css/landing-page.css index a613ebc..092a2fa 100644 --- a/css/landing-page.css +++ b/css/landing-page.css @@ -79,12 +79,13 @@ h6 { } .adi-header { - padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */ + padding-top: 20px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */ padding-bottom: 20px; text-align: center; color: #f8f8f8; - background: url(../img/background-podcast.jpg) no-repeat center center; + background: url(../img/splash-adi.png) no-repeat center center; background-size: cover; + vertical-align: middle; } .adi-list { @@ -92,6 +93,7 @@ h6 { padding-bottom: 10px; text-align: center; color: #f8f8f8; + vertical-align: middle; } .back-white { diff --git a/img/spash-adi.png b/img/spash-adi.png new file mode 100644 index 0000000..47bbe1e Binary files /dev/null and b/img/spash-adi.png differ