Skip to content

Commit 4ec8949

Browse files
committed
Wip
1 parent 9cc19e4 commit 4ec8949

File tree

5 files changed

+24
-16
lines changed

5 files changed

+24
-16
lines changed

_includes/adi_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<div class="row adi-list">
55
<div class="col-lg-2">
66
<img class="img-responsive" src="{{ site.url }}/AbnormalDevOpsIterations/img/{{ page.number }}.png" alt="ADI {{ page.number }} - {{ page.guest }}: {{ page.title }}">
7-
Posted: {{ page.date | date: "%Y-%m-%d" }}
87
</div>
98
<div class="col-lg-2">
109
<h2><a href="{{ site.url }}/AbnormalDevOpsIterations/">Abnormal DevOps</br>Iteration {{ page.number }}</a></h2>
@@ -21,6 +20,7 @@ <h1>{{ page.guest }} - {{ page.title }}</h2>
2120
<div class="col-lg-7">
2221
<div class="video-container">
2322
<iframe src="https://www.youtube.com/embed/{{ page.youtube }}" class="video" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
23+
Premiered on {{ page.date | date: "%Y-%m-%d" }}
2424
</div>
2525
</div>
2626
</div>

_includes/adi_list.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<div>
66
<div class="lead">
77
<h2>Abnormal DevOps Iterations: Human Intelligence</h2>
8+
<h2>A podcast about Puppet, DevOps, IT operations, AI and everything</h2>
89

910
{% assign sorted_posts = site.episodes | sort: "path" | reverse %}
1011
{% for post in sorted_posts %}
@@ -13,8 +14,8 @@ <h2>Abnormal DevOps Iterations: Human Intelligence</h2>
1314
<a href="{{ site.url }}{{ post.url }}" target="_parent"><img class="img-responsive" src="{{ site.url }}/AbnormalDevOpsIterations/img/{{ post.number }}.png" alt="ADI {{ post.number }} - {{ post.guest }}: {{ post.title }}"></a>
1415
</div>
1516
<div class="col-lg-8">
16-
<h1>{{ post.number }}</h1>
17-
<h2>{{ post.guest }}: <a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a></h2>
17+
<h2>{{ post.number }} - {{ post.guest }}</h2>
18+
<h2><a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a></h2>
1819
</div>
1920
</div>
2021
{% endfor %}

_includes/adi_splash.html

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,23 @@
22
<div class="adi-header">
33
<div class="container">
44
<div class="row">
5-
<div class="col-lg-12">
5+
<div class="col-lg-10">
66
<div class="intro-message">
7-
<h1>Abnormal DevOps Iterations</h1>
8-
<hr class="intro-divider">
9-
<h2>A podcast about Puppet, DevOps, IT operations, AI and everything</h2>
10-
<div class="lead">
11-
<a href="https://youtube.com/@AbnormalDevOpsIterations" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-youtube fa-fw"></i> <span class="network-name">YouTube</span></a>
12-
</div>
13-
<div class="lead">
14-
Audio only versions:
15-
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" target="_blank">Spotify</a> and
16-
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" target="_blank">Amazon Music</a></br>
7+
</div>
8+
<div class="col-lg-2">
9+
<div class="intro-message">
10+
<h2>Abnormal DevOps Iterations</h2>
11+
<hr class="intro-divider">
12+
<div class="lead">
13+
<h3>Video:</h3>
14+
<a href="https://youtube.com/@AbnormalDevOpsIterations" class="btn btn-default btn-lg" target="_blank"><span class="network-name">YouTube</span></a>
15+
</div>
16+
<hr class="intro-divider">
17+
<div class="lead">
18+
<h3>Audio:</h3>
19+
<h3><a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" target="_blank">Spotify</a></h3>
20+
<h3><a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" target="_blank">Amazon Music</a></h3>
21+
</div>
1722
</div>
1823
</div>
1924
</div>

css/landing-page.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,21 @@ h6 {
7979
}
8080

8181
.adi-header {
82-
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! */
82+
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! */
8383
padding-bottom: 20px;
8484
text-align: center;
8585
color: #f8f8f8;
86-
background: url(../img/background-podcast.jpg) no-repeat center center;
86+
background: url(../img/splash-adi.png) no-repeat center center;
8787
background-size: cover;
88+
vertical-align: middle;
8889
}
8990

9091
.adi-list {
9192
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! */
9293
padding-bottom: 10px;
9394
text-align: center;
9495
color: #f8f8f8;
96+
vertical-align: middle;
9597
}
9698

9799
.back-white {

img/spash-adi.png

2.11 MB
Loading

0 commit comments

Comments
 (0)