diff --git a/AbnormalDevOpsIterations/img/10.png b/AbnormalDevOpsIterations/img/10.png index 1dc3796..b6fa20a 100644 Binary files a/AbnormalDevOpsIterations/img/10.png and b/AbnormalDevOpsIterations/img/10.png differ diff --git a/AbnormalDevOpsIterations/img/11.png b/AbnormalDevOpsIterations/img/11.png index a1ffbc2..109906b 100644 Binary files a/AbnormalDevOpsIterations/img/11.png and b/AbnormalDevOpsIterations/img/11.png differ diff --git a/AbnormalDevOpsIterations/img/12.png b/AbnormalDevOpsIterations/img/12.png index 2d96c34..31e8d33 100644 Binary files a/AbnormalDevOpsIterations/img/12.png and b/AbnormalDevOpsIterations/img/12.png differ diff --git a/AbnormalDevOpsIterations/img/13.png b/AbnormalDevOpsIterations/img/13.png new file mode 100644 index 0000000..0f9cc97 Binary files /dev/null and b/AbnormalDevOpsIterations/img/13.png differ diff --git a/AbnormalDevOpsIterations/img/2.png b/AbnormalDevOpsIterations/img/2.png index b6fa20a..a8d78a7 100644 Binary files a/AbnormalDevOpsIterations/img/2.png and b/AbnormalDevOpsIterations/img/2.png differ diff --git a/AbnormalDevOpsIterations/img/3.png b/AbnormalDevOpsIterations/img/3.png index 109906b..e639ff0 100644 Binary files a/AbnormalDevOpsIterations/img/3.png and b/AbnormalDevOpsIterations/img/3.png differ diff --git a/AbnormalDevOpsIterations/img/4.png b/AbnormalDevOpsIterations/img/4.png index 31e8d33..546b554 100644 Binary files a/AbnormalDevOpsIterations/img/4.png and b/AbnormalDevOpsIterations/img/4.png differ diff --git a/AbnormalDevOpsIterations/img/5.png b/AbnormalDevOpsIterations/img/5.png index 0f9cc97..5ac8945 100644 Binary files a/AbnormalDevOpsIterations/img/5.png and b/AbnormalDevOpsIterations/img/5.png differ diff --git a/AbnormalDevOpsIterations/img/6.png b/AbnormalDevOpsIterations/img/6.png index a8d78a7..1dc3796 100644 Binary files a/AbnormalDevOpsIterations/img/6.png and b/AbnormalDevOpsIterations/img/6.png differ diff --git a/AbnormalDevOpsIterations/img/7.png b/AbnormalDevOpsIterations/img/7.png index e639ff0..a1ffbc2 100644 Binary files a/AbnormalDevOpsIterations/img/7.png and b/AbnormalDevOpsIterations/img/7.png differ diff --git a/AbnormalDevOpsIterations/img/8.png b/AbnormalDevOpsIterations/img/8.png index 546b554..2d96c34 100644 Binary files a/AbnormalDevOpsIterations/img/8.png and b/AbnormalDevOpsIterations/img/8.png differ diff --git a/_includes/adi_detail.html b/_includes/adi_detail.html index dc66c5d..c83b63a 100644 --- a/_includes/adi_detail.html +++ b/_includes/adi_detail.html @@ -1,7 +1,7 @@
-
+
ADI {{ page.number }} - {{ page.guest }}: {{ page.title }} Posted: {{ page.date | date: "%Y-%m-%d" }} @@ -14,11 +14,11 @@

{{ 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 f5e7531..f05f1a6 100644 --- a/_includes/adi_list.html +++ b/_includes/adi_list.html @@ -8,12 +8,13 @@

Abnormal DevOps Iterations: Human Intelligence

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

{{ post.number }}

+

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

{% endfor %} diff --git a/css/landing-page.css b/css/landing-page.css index bb87951..a613ebc 100644 --- a/css/landing-page.css +++ b/css/landing-page.css @@ -87,6 +87,13 @@ h6 { background-size: cover; } +.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; + text-align: center; + color: #f8f8f8; +} + .back-white { background-color: #f8f8f8; padding: 30px 0; @@ -96,6 +103,7 @@ h6 { padding: 30px 0; } + .lightback-1 { background: url(../img/lightback-1.jpg) no-repeat center center; background-size: cover;