Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 28, 2024
1 parent 4ec8949 commit 52b84b6
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 26 deletions.
2 changes: 1 addition & 1 deletion _episodes/013.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: 'adi_humanintelligence'
title: Team Topologies and Organisational Design
date: '20241230'
host: Alessandro Franceschi
youtube: y-QNhvbrNl8
youtube: 'y-QNhvbrNl8'
guest: Manuel Pais
tags:
- Team Topologies
Expand Down
5 changes: 3 additions & 2 deletions _includes/adi_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<div class="container">
<div class="row adi-list">
<div class="col-lg-2">
<img class="img-responsive" src="{{ site.url }}/AbnormalDevOpsIterations/img/{{ page.number }}.png" alt="ADI {{ page.number }} - {{ page.guest }}: {{ page.title }}">
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations"></a>
<h4>{{ page.number }}</h4>
</div>
<div class="col-lg-2">
<h2><a href="{{ site.url }}/AbnormalDevOpsIterations/">Abnormal DevOps</br>Iteration {{ page.number }}</a></h2>
<img class="img-responsive" src="{{ site.url }}/AbnormalDevOpsIterations/img/{{ page.number }}.png" alt="ADI {{ page.number }} - {{ page.guest }}: {{ page.title }}">
</div>
<div class="col-lg-8">
<h1>{{ page.guest }} - {{ page.title }}</h2>
Expand Down
35 changes: 16 additions & 19 deletions _includes/adi_splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,22 @@
<div class="adi-header">
<div class="container">
<div class="row">
<div class="col-lg-10">
<div class="intro-message">
</div>
<div class="col-lg-2">
<div class="intro-message">
<h2>Abnormal DevOps Iterations</h2>
<hr class="intro-divider">
<div class="lead">
<h3>Video:</h3>
<a href="https://youtube.com/@AbnormalDevOpsIterations" class="btn btn-default btn-lg" target="_blank"><span class="network-name">YouTube</span></a>
</div>
<hr class="intro-divider">
<div class="lead">
<h3>Audio:</h3>
<h3><a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" target="_blank">Spotify</a></h3>
<h3><a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" target="_blank">Amazon Music</a></h3>
</div>
</div>
</div>
<div class="col-lg-4">
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations"></a>
</div>
<div class="col-lg-4">
<h1>Abnormal DevOps Iterations</h1>
<hr class="intro-divider">
<h2>A podcast about Puppet, DevOps, IT operations, AI and everything</h2>
</div>
<div class="col-lg-4">
<div class="lead">
<h3>Video:</h3>
<a href="https://youtube.com/@AbnormalDevOpsIterations" class="btn btn-default btn-lg" target="_blank"><span class="network-name">YouTube</span></a>
<hr class="intro-divider">
<h3>Audio:</h3>
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" target="_blank"><h3>Spotify</h3></a>
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" target="_blank"><h3>Amazon Music</h3></a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/home_podcast.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2 class="section-heading"><a href="{{ site.url }}/AbnormalDevOpsIterations/">A
</div>
</div>
<div class="col-lg-4 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations">
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations"></a>
</div>
</div>
</div>
Expand Down
11 changes: 8 additions & 3 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,22 @@ h6 {
padding-bottom: 20px;
text-align: center;
color: #f8f8f8;
background: url(../img/splash-adi.png) no-repeat center center;
background: url(../img/background-podcast.jpg) no-repeat center center;
background-size: cover;
vertical-align: middle;
position: relative;
top: 50%;
transform: translateY(-50%);
}

.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;
text-align: left;
vertical-align: middle;
position: relative;
top: 50%;
transform: translateY(-50%);
}

.back-white {
Expand Down
Binary file modified img/background-podcast.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/lightback.afphoto
Binary file not shown.
Binary file added img/splash-adi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/splash.afphoto
Binary file not shown.

0 comments on commit 52b84b6

Please sign in to comment.