Skip to content

Commit 03ecf6e

Browse files
committed
refining
1 parent 1107665 commit 03ecf6e

17 files changed

+60
-24
lines changed

_episodes/013.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
number: '13'
33
layout: 'adi_humanintelligence'
44
title: Team Topologies and Organisational Design
5-
date: '20241230'
5+
date: '20241229'
66
host: Alessandro Franceschi
77
youtube: 'y-QNhvbrNl8'
88
guest: Manuel Pais

_includes/blog_detail.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
<div class="content-section-a">
33
<div class="container">
44
<div class="row">
5-
<div class="col-lg-4">
6-
<h2><a href="{{ site.url }}/blog/">example42's blog</a></h2>
7-
Posted: {{ page.date | date: "%Y-%m-%d" }}
5+
<div class="row adi-list">
6+
<div class="col-lg-2">
7+
<a href="{{ site.url }}/blog/"><img class="img-responsive" src="{{ site.url }}/img/pic-1.png" alt="Example42 blog"></a>
8+
</div>
9+
<div class="col-lg-8">
10+
<h2><a href="{{ site.url }}/blog/">Blog</a></h2>
11+
Posted: {{ page.date | date: "%Y-%m-%d" }}
12+
</div>
813
</div>
914
<div class="col-lg-8">
1015
<h1>{{ page.title }}</h1>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<a class="page-scroll" href="{{ site.url }}/blog">Blog</a>
2525
</li>
2626
<li>
27-
<a class="page-scroll" href="{{ site.url }}/AbnormalDevOpsIterations/">Podcast</a>
27+
<a class="page-scroll" href="{{ site.url }}/AbnormalDevOpsIterations/">ADI podcast</a>
2828
</li>
2929
<li>
3030
<a class="page-scroll" href="/#opensource">Open Source</a>

_includes/header_home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<a class="page-scroll" href="#blog">Blog</a>
2626
</li>
2727
<li>
28-
<a class="page-scroll" href="#podcast">Podcast</a>
28+
<a class="page-scroll" href="#podcast">ADI podcast</a>
2929
</li>
3030
<li>
3131
<a class="page-scroll" href="#opensource">Open Source</a>

_includes/home_blog.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 }}/blog/">example42's blog</a><
1717
</div>
1818
</div>
1919
<div class="col-lg-4 col-lg-offset-2 col-sm-6">
20-
<img class="img-responsive" src="{{ site.url }}/img/pic-1.png" alt=""Example42 blog>
20+
<img class="img-responsive" src="{{ site.url }}/img/pic-1.png" alt="Example42 blog">
2121
</div>
2222
</div>
2323
</div>

_includes/home_contact.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<div class="clearfix"></div>
77
<h2 class="section-heading">Contact example42</h2>
88
<div class="lead">
9-
<a href="https://www.linkedin.com/company/example42" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-linkedin fa-fw"></i> <span class="network-name">LinkedIN</span></a> for business contacts and offers
9+
<a href="https://www.linkedin.com/company/example42" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-linkedin fa-fw"></i> <span class="network-name">LinkedIN</span></a> for business contacts and offers
1010
</div>
1111
<div class="lead">
12-
<a href="https://github.com/example42" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-github fa-fw"></i> <span class="network-name">GitHub</span></a> for OSS code related requests
12+
<a href="https://github.com/example42" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-github fa-fw"></i> <span class="network-name">GitHub</span></a> for OSS code related requests
1313
</div>
1414
<div class="lead">
15-
<a href="https://x.com/example42" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a> for social interactions
15+
<a href="https://x.com/example42" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a> for social interactions
1616
</div>
1717
</div>
1818
<div class="col-lg-5 col-sm-pull-6 col-sm-6">

_includes/home_opensource.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
<div class="clearfix"></div>
77
<h2 class="section-heading">Open Source</h2>
88
<div class="lead">
9-
All our code is Open Source.</br>
9+
All our products are Open Source.</br>
1010
<a href="https://github.com/example42" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-github fa-fw"></i> <span class="network-name">GitHub</span></a></br>
11+
</div>
12+
<div class="lead">
1113
<a href="https://github.com/example42/psick" target="_blank">PSICK Control repo</a></br>
12-
<a href="https://github.com/example42/puppet-tp" target="_blank">Tiny Puppet module</a></br>
1314
<a href="https://github.com/example42/puppet-psick" target="_blank">PSICK Puppet module</a></br>
15+
<a href="https://github.com/example42/puppet-tp" target="_blank">Tiny Puppet module</a></br>
1416
</div>
1517
<div class="lead">
16-
Check our modules also on the <a href="https://forge.puppetlabs.com/example42" target="_blank">Puppet Forge</a>
18+
Check our Puppet modules also on the <a href="https://forge.puppetlabs.com/example42" target="_blank">Forge</a>
1719
</div>
1820
<div class="lead">
1921
Presentations are mostly on <a href="https://www.slideshare.net/alvagante" target="_blank" rel="external nofollow">Slideshare</a>

_includes/home_podcast.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<div class="clearfix"></div>
77
<h2 class="section-heading"><a href="{{ site.url }}/AbnormalDevOpsIterations/">Abnormal DevOps Iterations</a></h2>
88
<div class="lead">
9-
A podcast with thought leaders, personalities and founders of the DevOps and Open Source community.</br>
10-
Released weekly on:</br>
9+
A podcast featuring thought leaders, personalities and founders of the DevOps and Open Source community.</br>
10+
<h3>Video</h3>
1111
<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>
1212
</div>
1313
<div class="lead">
14-
Audio only versions also available on:</br>
14+
<h3>Audio</h3>
1515
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-spotify fa-fw"></i> <span class="network-name">Spotify</span></a></br>
1616
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-music fa-fw"></i> <span class="network-name">Amazon Music</span></a>
1717
</div>

_includes/services_health.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">
6-
<div class="intro-message">
6+
<div>
77
<h1>Puppet Health Check</h1>
88
<h2>Am holistic review of your Puppet setup:</br>Infrastructure, code, performance, update status</h2>
99

_includes/wwwww_splash.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<section id="splash">
2+
<div class="wwwww-header">
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-lg-12">
6+
<div class="intro-message">
7+
<h1>Example42 five Ws</h1>
8+
<hr class="intro-divider">
9+
<h2>Who, What, When, Where, Why</br>All the answers you need</h2>
10+
</div>
11+
</div>
12+
</div>
13+
</div>
14+
</div>
15+
</section>
16+

0 commit comments

Comments
 (0)