Skip to content

Commit

Permalink
Re-eneabling old site
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 26, 2024
1 parent 5cf0026 commit 9680795
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 40 deletions.
11 changes: 4 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
# Main Configs #
# ----------------------- #

url: https://blog.example42.com
title: Example42 Blog
url: https://www.example42.com
title: Puppet Training, Consulting and Development. IT Automation and DevOps.
email: [email protected]
author: Example42 PuppetMasters
author: Example42
description: > # "Example42 delivers Puppet training, consulting and development services. It provides consulting on automation and DevOps practices"
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
plugins:
- jekyll-redirect-from

# Build settings
markdown: kramdown
Expand All @@ -28,5 +26,4 @@ social:
url: https://github.com/example42
- title: linkedin
url: https://www.linkedin.com/company/example42
- title: xing
url: https://www.xing.com/companies/example42

6 changes: 0 additions & 6 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ <h2 class="section-heading">Contact</h2>
<div class="lead">
<h3 class="section-heading">Connect on social media</h3>
<a href="https://www.linkedin.com/company/10026417/">LinkedIn</a></br>
<a href="https://www.xing.com/companies/example42">XING</a></br>
<a href="https://twitter.com/example42">Twitter</a></br>
<a href="https://www.facebook.com/Example42PuppetModules/">Facebook</a></br>
<hr>
<h3 class="section-heading">Our books</h3>
<a href="http://amzn.to/1nenFti">Extending Puppet</a>
by Alessandro Franceschi</br>
<a href="https://www.packtpub.com/networking-and-servers/puppet-4-essentials-second-edition">Puppet 4 Essentials</a> 2nd edition
by Felix Frank and Martin Alfke</br>
<a href="https://www.packtpub.com/networking-and-servers/puppet-5-essentials-third-edition">Puppet 5 Essentials</a> 3rd edition
by Martin Alfke and Felix Frank</br>
<div class="clearfix"></div>
</div>
</div>
Expand Down
6 changes: 0 additions & 6 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
<ul class="list-inline">
<li><a href="#home">Home</a></li>
<li class="footer-menu-divider">&sdot;</li>
<li>Layout from <a target="_blank" href="http://startbootstrap.com/">Start Bootstrap</a></li>
<li class="footer-menu-divider">&sdot;</li>
<li>Graphics by <a target="_blank" href="http://www.tatlin.net/">Tatlin</a></li>
<li class="footer-menu-divider">&sdot;</li>
<li>Hosted on <a href="https://pages.github.com" target="_blank">GitHub Pages</a></li>
<li class="footer-menu-divider">&sdot;</li>
<li>{% include iubenda.html %}</li>
<li class="footer-menu-divider">&sdot;</li>
<li><a href="/legal/">Impressum & Legal information</a></li>
Expand Down
26 changes: 7 additions & 19 deletions _includes/impressum.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,17 @@
<div class="clearfix"></div>
<h2 class="section-heading">Impressum</h2>
<div class="lead">
Angaben gem&auml;&szlig; &sect; 5 TMG
<br/>
<br/>
example42
Lab42 Srl
<br/>
Brückenstrasse 5a<br/>
10179 Berlin<br/>
<h4>Vertreten durch</h4>
Martin Alfke, Alessandro Franceschi<br/>
<h4>Kontakt</h4>
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/>
Internetadresse: <a href="http://www.example42.com" target="_blank">example42.com</a><br/>
<h4>Registereintrag</h4>
Eintragung im Handelsregister<br/>
Registernummer: HRB 171209 B<br/>
Registergericht: Amtsgericht Charlottenburg<br/>
<h4>Umsatzsteuer-ID</h4>
Umsatzsteuer-Identifikationsnummer gem&auml;&szlig; &sect;27 a Umsatzsteuergesetz<br/>
DE 301876703<br/>
<h4>Verantwortlich f&uuml;r den Inhalt nach &sect; 55 Abs. 2 RStV</h4>
Martin Alfke, Alessandro Franceschi<br/>
<h4>Quellenangaben f&uuml;r die verwendeten Bilder und Grafiken</h4>
Tatlin.net<br/>
Web: <a href="http://www.example42.com" target="_blank">example42.com</a><br/>
VAT ID: IT 03677180121<br/>
</div>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
Expand Down
19 changes: 18 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
{% include redirect_example42.html %}
<!DOCTYPE html>
<html>
{% include head.html %}

<body>
{% include header_home.html %}
{% include home.html %}
{% include about.html %}
{% include services.html %}
{% include blog.html %}
{% include opensource.html %}
{% include psick.html %}
{% include contact.html %}
{% include footer.html %}
{% include js.html %}
{% include analytics.html %}
</body>
</html>
2 changes: 1 addition & 1 deletion legal/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: legal
title: 'example42 GmbH'
title: 'example42 is a Lab42 brand'
subTitle: Legal information
---

0 comments on commit 9680795

Please sign in to comment.