-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
30 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,29 +8,17 @@ | |
<div class="clearfix"></div> | ||
<h2 class="section-heading">Impressum</h2> | ||
<div class="lead"> | ||
Angaben gemäß § 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äß §27 a Umsatzsteuergesetz<br/> | ||
DE 301876703<br/> | ||
<h4>Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV</h4> | ||
Martin Alfke, Alessandro Franceschi<br/> | ||
<h4>Quellenangaben fü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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- | ||
|