diff --git a/_includes/adi_detail.html b/_includes/adi_detail.html index 09166ac..e56aab3 100644 --- a/_includes/adi_detail.html +++ b/_includes/adi_detail.html @@ -1,13 +1,12 @@ -
+
- Abnormal DevOps Iterations -

{{ page.number }}

+ Abnormal DevOps Iterations
- ADI {{ page.number }} - {{ page.guest }}: {{ page.title }} +

ADI {{ page.number }}

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

@@ -15,6 +14,7 @@

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

+ ADI {{ page.number }} - {{ page.guest }}: {{ page.title }} {{ content }}
{% for tag in page.tags %}#{{ tag }} {% endfor %}
diff --git a/_includes/adi_list.html b/_includes/adi_list.html index 0ad2cc0..43eecc9 100644 --- a/_includes/adi_list.html +++ b/_includes/adi_list.html @@ -1,28 +1,20 @@
-
-
-
-

Abnormal DevOps Iterations: Human Intelligence

-

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

+

Human Intelligence

- {% assign sorted_posts = site.episodes | sort: "path" | reverse %} - {% for post in sorted_posts %} -
-
- ADI {{ post.number }} - {{ post.guest }}: {{ post.title }} -
-
-

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

-

{{ post.title }}

-
-
- {% endfor %} - -
+ {% assign sorted_posts = site.episodes | sort: "path" | reverse %} + {% for post in sorted_posts %} +
+
+ ADI {{ 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 180045a..3d5f553 100644 --- a/_includes/adi_splash.html +++ b/_includes/adi_splash.html @@ -2,22 +2,20 @@
-
- Abnormal DevOps Iterations +
+ Abnormal DevOps Iterations

Abnormal DevOps Iterations

-

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

Video:

YouTube -

Audio:

-

Spotify

-

Amazon Music

+

Spotify

+

Amazon Music

diff --git a/css/landing-page.css b/css/landing-page.css index cb2556a..ca53e9e 100644 --- a/css/landing-page.css +++ b/css/landing-page.css @@ -16,7 +16,8 @@ h2, h3, h4, h5, -h6 { +h6, +p { font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; } @@ -86,11 +87,19 @@ h6 { background: url(../img/background-podcast.jpg) no-repeat center center; background-size: cover; vertical-align: middle; +} + +.central-image { position: relative; top: 50%; transform: translateY(-50%); } +.float-image { + float: left; /* or right */ + margin: 10px; /* Adjust margin as needed */ +} + .adi-list { padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */ padding-bottom: 10px; diff --git a/img/adi-white.png b/img/adi-white.png new file mode 100644 index 0000000..62dbd8b Binary files /dev/null and b/img/adi-white.png differ