Skip to content

Commit 52b84b6

Browse files
committed
Wip
1 parent 4ec8949 commit 52b84b6

File tree

9 files changed

+29
-26
lines changed

9 files changed

+29
-26
lines changed

_episodes/013.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: 'adi_humanintelligence'
44
title: Team Topologies and Organisational Design
55
date: '20241230'
66
host: Alessandro Franceschi
7-
youtube: y-QNhvbrNl8
7+
youtube: 'y-QNhvbrNl8'
88
guest: Manuel Pais
99
tags:
1010
- Team Topologies

_includes/adi_detail.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
<div class="container">
44
<div class="row adi-list">
55
<div class="col-lg-2">
6-
<img class="img-responsive" src="{{ site.url }}/AbnormalDevOpsIterations/img/{{ page.number }}.png" alt="ADI {{ page.number }} - {{ page.guest }}: {{ page.title }}">
6+
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations"></a>
7+
<h4>{{ page.number }}</h4>
78
</div>
89
<div class="col-lg-2">
9-
<h2><a href="{{ site.url }}/AbnormalDevOpsIterations/">Abnormal DevOps</br>Iteration {{ page.number }}</a></h2>
10+
<img class="img-responsive" src="{{ site.url }}/AbnormalDevOpsIterations/img/{{ page.number }}.png" alt="ADI {{ page.number }} - {{ page.guest }}: {{ page.title }}">
1011
</div>
1112
<div class="col-lg-8">
1213
<h1>{{ page.guest }} - {{ page.title }}</h2>

_includes/adi_splash.html

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,22 @@
22
<div class="adi-header">
33
<div class="container">
44
<div class="row">
5-
<div class="col-lg-10">
6-
<div class="intro-message">
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>
22-
</div>
23-
</div>
5+
<div class="col-lg-4">
6+
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations"></a>
7+
</div>
8+
<div class="col-lg-4">
9+
<h1>Abnormal DevOps Iterations</h1>
10+
<hr class="intro-divider">
11+
<h2>A podcast about Puppet, DevOps, IT operations, AI and everything</h2>
12+
</div>
13+
<div class="col-lg-4">
14+
<div class="lead">
15+
<h3>Video:</h3>
16+
<a href="https://youtube.com/@AbnormalDevOpsIterations" class="btn btn-default btn-lg" target="_blank"><span class="network-name">YouTube</span></a>
17+
<hr class="intro-divider">
18+
<h3>Audio:</h3>
19+
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" target="_blank"><h3>Spotify</h3></a>
20+
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" target="_blank"><h3>Amazon Music</h3></a>
2421
</div>
2522
</div>
2623
</div>

_includes/home_podcast.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2 class="section-heading"><a href="{{ site.url }}/AbnormalDevOpsIterations/">A
1717
</div>
1818
</div>
1919
<div class="col-lg-4 col-sm-pull-6 col-sm-6">
20-
<img class="img-responsive" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations">
20+
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations"></a>
2121
</div>
2222
</div>
2323
</div>

css/landing-page.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,22 @@ h6 {
8383
padding-bottom: 20px;
8484
text-align: center;
8585
color: #f8f8f8;
86-
background: url(../img/splash-adi.png) no-repeat center center;
86+
background: url(../img/background-podcast.jpg) no-repeat center center;
8787
background-size: cover;
8888
vertical-align: middle;
89+
position: relative;
90+
top: 50%;
91+
transform: translateY(-50%);
8992
}
9093

9194
.adi-list {
9295
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! */
9396
padding-bottom: 10px;
94-
text-align: center;
95-
color: #f8f8f8;
97+
text-align: left;
9698
vertical-align: middle;
99+
position: relative;
100+
top: 50%;
101+
transform: translateY(-50%);
97102
}
98103

99104
.back-white {

img/background-podcast.jpg

575 KB
Loading

img/lightback.afphoto

5.1 MB
Binary file not shown.

img/splash-adi.jpg

124 KB
Loading

img/splash.afphoto

3.14 MB
Binary file not shown.

0 commit comments

Comments
 (0)