Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 27, 2024
1 parent 8dd51cb commit a5cd911
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 385 deletions.
16 changes: 7 additions & 9 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="clearfix"></div>
<h2 class="section-heading">Contact</h2>
{% include zoho.html %}
<h2 class="section-heading">Contact example42 on LinkedIN</h2>
<a href="https://www.linkedin.com/company/example42"><img class="img-responsive" src="img/linkedin.png" alt="LinkedIN"></a></br>
</div>
<div class="col-lg-4 col-lg-offset-2 col-sm-6">
<div class="lead">
<h3 class="section-heading">Connect on social media</h3>
<a href="https://www.linkedin.com/company/10026417/">LinkedIn</a></br>
<h3 class="section-heading">Find example42 on social media</h3>
<a href="https://www.linkedin.com/company/example42">LinkedIn</a></br>
<a href="https://github.com/example42">GitHub</a></br>
<a href="https://twitter.com/example42">Twitter</a></br>
<hr>
<h3 class="section-heading">Our books</h3>
<a href="http://amzn.to/1nenFti">Extending Puppet</a>
by Alessandro Franceschi</br>
<div class="clearfix"></div>
<a href="https://youtube.com/AbnormalDevOpsIterations">YouTube</a></br>
<div class="clearfix"></div>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion _includes/impressum.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ <h2 class="section-heading">Impressum</h2>
Via del Roccolo 23/2<br/>
21052 Busto Arsizio VA<br/>
Italy<br/>
<h4>Contatti</h4>
E-Mail: <a href="mailto:[email protected]">[email protected]</a><br/>
Web: <a href="http://www.example42.com" target="_blank">example42.com</a><br/>
VAT ID: IT 03677180121<br/>
Expand Down
3 changes: 1 addition & 2 deletions _includes/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ <h2 class="section-heading">Services</h2>
<li>Puppet Code Review, Upgrades, Migrations</li>
<li>DevOps Consulting for Teams and Management</li>
<li>Cloud automation</li>
<li>CI/CD implementation</li>
<li>Docker Training and Consulting</li>
<li>CI/CD implementations</li>
</ul>
</div>
</div>
Expand Down
20 changes: 0 additions & 20 deletions _includes/wufoo.html

This file was deleted.

98 changes: 0 additions & 98 deletions _includes/zoho.html

This file was deleted.

15 changes: 12 additions & 3 deletions _layouts/blog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{% include header.html %}
{% include post_detail.html %}
{% include wordpress_footer.html %}
<!DOCTYPE html>
<html>
{% include head.html %}

<body>
{% include header.html %}
{% include post_detail.html %}
{% include footer.html %}
{% include js.html %}
{% include analytics.html %}
</body>
</html>
Loading

0 comments on commit a5cd911

Please sign in to comment.