Skip to content

Commit 204feb7

Browse files
committed
Tuning
1 parent 6fdf6d8 commit 204feb7

File tree

13 files changed

+33
-69
lines changed

13 files changed

+33
-69
lines changed

_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ permalink: pretty
1919
# ----------------------- #
2020
# 3rd Party Settings #
2121
# ----------------------- #
22-
include: ['guide/slides/beginner/file/_images/logoguide.jpg','guide/slides/beginner/file/_images/logoguide.jpg']
2322

2423
social:
2524
- title: github
2625
url: https://github.com/example42
2726
- title: linkedin
2827
url: https://www.linkedin.com/company/example42
29-
28+
- title: youtube
29+
url: https://youtube.com/@AbnormalDevOpsIterations
30+
- title: twitter
31+
url: https://x.com/example42

_includes/home_contact.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +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"><i class="fa fa-linkedin fa-fw"></i> <span class="network-name">LinkedIN</span></a> for business contacts and offers</br>
10-
<a href="https://github.com/example42" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">GitHub</span></a> for code Issues, Pull and Features Requests</br>
11-
<a href="https://x.com/example42" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a> for social interactions</br>
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
10+
</div>
11+
<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
13+
</div>
14+
<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
1216
</div>
1317
</div>
1418
<div class="col-lg-5 col-sm-pull-6 col-sm-6">

_includes/home_content.html

Lines changed: 0 additions & 52 deletions
This file was deleted.

_includes/home_opensource.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,21 @@
66
<div class="clearfix"></div>
77
<h2 class="section-heading">Open Source</h2>
88
<div class="lead">
9-
Our Open Source projects are on <a href="https://github.com/example42">GitHub</a>:</br>
10-
<a href="https://github.com/example42/psick">PSICK</a> - <a href="http://www.tiny-puppet.com/">Tiny Puppet</a></h4>
11-
<a href="https://github.com/example42/psick">PSICK</a></br>
12-
Check our modules on the <a href="https://forge.puppetlabs.com/example42">Puppet Forge</a></br>
13-
</div>
9+
All our code is Open Source.</br>
10+
<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+
<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>
13+
<a href="https://github.com/example42/puppet-psick" target="_blank">PSICK Puppet module</a></br>
14+
</div>
15+
<div class="lead">
16+
Check our modules also on the <a href="https://forge.puppetlabs.com/example42" target="_blank">Puppet Forge</a>
17+
</div>
18+
<div class="lead">
19+
Presentations are mostly on <a href="https://www.slideshare.net/alvagante" target="_blank" rel="external nofollow">Slideshare</a>
20+
</div>
1421
</div>
1522
<div class="col-lg-4 col-lg-offset-2 col-sm-6">
16-
<img class="img-responsive" src="{{ site.url }}/img/pic-9.png" alt="Open Source">
23+
<img class="img-responsive" src="{{ site.url }}/img/pic-psick.png" alt="Open Source">
1724
</div>
1825
</div>
1926
</div>

_includes/home_podcast.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ <h2 class="section-heading">Abnormal DevOps Iterations</h2>
88
<div class="lead">
99
A podcast with thought leaders, personalities and founders of the DevOps and Open Source community.</br>
1010
Released weekly on:</br>
11-
<a href="https://youtube.com/AbnormalDevOpsIterations">YouTube</a></br>
12-
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313">Spotify</a></br>
13-
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations">Amazon Music</a></br>
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 also available on:</br>
15+
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" target="_blank">Spotify</a></br>
16+
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" target="_blank">Amazon Music</a></br>
1417
</div>
1518
</div>
1619
<div class="col-lg-4 col-sm-pull-6 col-sm-6">

_includes/home_wwwww.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2 class="section-heading">example42's 5 Ws</h2>
1414
</div>
1515
</div>
1616
<div class="col-lg-4 col-lg-offset-2 col-sm-6">
17-
<img class="img-responsive" src="{{ site.url }}/img/pic-4.png" alt="example42 Five Ws">
17+
<img class="img-responsive" src="{{ site.url }}/img/pic-9.png" alt="example42 Five Ws">
1818
</div>
1919
</div>
2020
</div>

css/landing-page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ h6 {
3131
padding-bottom: 50px;
3232
text-align: center;
3333
color: #f8f8f8;
34-
background: url(../img/splash4.jpg) no-repeat center center;
34+
background: url(../img/splash-1.jpg) no-repeat center center;
3535
background-size: cover;
3636
}
3737

@@ -97,7 +97,7 @@ h6 {
9797
}
9898

9999
.intro-header {
100-
background: url(../img/splash4.jpg) no-repeat center center;
100+
background: url(../img/splash-1.jpg) no-repeat center center;
101101
}
102102

103103
ul.intro-social-buttons > li {

img/pic.afphoto

38.8 KB
Binary file not shown.

img/splash-1.jpg

107 KB
Loading

img/splash-2.jpg

91.5 KB
Loading

0 commit comments

Comments
 (0)