Skip to content

Commit 76d8931

Browse files
committed
cosmetics
1 parent 52b84b6 commit 76d8931

5 files changed

Lines changed: 29 additions & 30 deletions

File tree

_includes/adi_detail.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<section id="blogs">
1+
<section id="adi">
22
<div class="content-section-a">
33
<div class="container">
44
<div class="row adi-list">
55
<div class="col-lg-2">
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>
6+
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive central-image" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations"></a>
87
</div>
98
<div class="col-lg-2">
10-
<img class="img-responsive" src="{{ site.url }}/AbnormalDevOpsIterations/img/{{ page.number }}.png" alt="ADI {{ page.number }} - {{ page.guest }}: {{ page.title }}">
9+
<h1>ADI {{ page.number }}</h1>
1110
</div>
1211
<div class="col-lg-8">
1312
<h1>{{ page.guest }} - {{ page.title }}</h2>
1413
</div>
1514
</div>
1615
<div class="row">
1716
<div class="col-lg-5">
17+
<img class="img-responsive float-image" src="{{ site.url }}/AbnormalDevOpsIterations/img/{{ page.number }}.png" alt="ADI {{ page.number }} - {{ page.guest }}: {{ page.title }}">
1818
{{ content }}
1919
<div class="tags">{% for tag in page.tags %}#{{ tag }} {% endfor %}</div>
2020
</div>

_includes/adi_list.html

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11
<section id="blog">
22
<div class="content-section-a">
33
<div class="container">
4-
<div class="row">
5-
<div>
6-
<div class="lead">
7-
<h2>Abnormal DevOps Iterations: Human Intelligence</h2>
8-
<h2>A podcast about Puppet, DevOps, IT operations, AI and everything</h2>
4+
<h1>Human Intelligence</h1>
95

10-
{% assign sorted_posts = site.episodes | sort: "path" | reverse %}
11-
{% for post in sorted_posts %}
12-
<div class="row adi-list">
13-
<div class="col-lg-4">
14-
<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>
15-
</div>
16-
<div class="col-lg-8">
17-
<h2>{{ post.number }} - {{ post.guest }}</h2>
18-
<h2><a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a></h2>
19-
</div>
20-
</div>
21-
{% endfor %}
22-
</ul>
23-
</div>
6+
{% assign sorted_posts = site.episodes | sort: "path" | reverse %}
7+
{% for post in sorted_posts %}
8+
<div class="row adi-list">
9+
<div class="col-lg-4">
10+
<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>
11+
</div>
12+
<div class="col-lg-8">
13+
<h3>{{ post.number }} - {{ post.guest }}</h3>
14+
<h3><a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a></h3>
2415
</div>
2516
</div>
17+
{% endfor %}
2618
</div>
2719
</div>
2820
</section>

_includes/adi_splash.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@
22
<div class="adi-header">
33
<div class="container">
44
<div class="row">
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>
5+
<div class="col-lg-4 central-image">
6+
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive central-image" src="{{ site.url }}/img/adi-white.png" alt="Abnormal DevOps Iterations"></a>
77
</div>
88
<div class="col-lg-4">
99
<h1>Abnormal DevOps Iterations</h1>
10-
<hr class="intro-divider">
1110
<h2>A podcast about Puppet, DevOps, IT operations, AI and everything</h2>
1211
</div>
1312
<div class="col-lg-4">
1413
<div class="lead">
1514
<h3>Video:</h3>
1615
<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">
1816
<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>
17+
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" target="_blank"><h4>Spotify</h4></a>
18+
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" target="_blank"><h4>Amazon Music</h4></a>
2119
</div>
2220
</div>
2321
</div>

css/landing-page.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ h2,
1616
h3,
1717
h4,
1818
h5,
19-
h6 {
19+
h6,
20+
p {
2021
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
2122
font-weight: 700;
2223
}
@@ -86,11 +87,19 @@ h6 {
8687
background: url(../img/background-podcast.jpg) no-repeat center center;
8788
background-size: cover;
8889
vertical-align: middle;
90+
}
91+
92+
.central-image {
8993
position: relative;
9094
top: 50%;
9195
transform: translateY(-50%);
9296
}
9397

98+
.float-image {
99+
float: left; /* or right */
100+
margin: 10px; /* Adjust margin as needed */
101+
}
102+
94103
.adi-list {
95104
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! */
96105
padding-bottom: 10px;

img/adi-white.png

17.3 KB
Loading

0 commit comments

Comments
 (0)