Skip to content

Commit

Permalink
Site
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 26, 2024
1 parent 3244cd2 commit 5cf0026
Show file tree
Hide file tree
Showing 8 changed files with 10,726 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _includes/analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://www.example42.com/",
"logo": "https://www.example.com/img/logo_square.png",
"name": "example42",
"alternateName": "example42 GmbH",
"alternateName": "example42",
"description": "Puppet & DevOps Training and consulting.",
"sameAs": [
"https://www.facebook.com/Example42PuppetModules/",
Expand Down
4 changes: 2 additions & 2 deletions _includes/impressum.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ <h2 class="section-heading">Impressum</h2>
Angaben gem&auml;&szlig; &sect; 5 TMG
<br/>
<br/>
example42 GmbH
example42
<br/>
Brückenstrasse 5a<br/>
10179 Berlin<br/>
<h4>Vertreten durch</h4>
Martin Alfke, Alessandro Franceschi<br/>
<h4>Kontakt</h4>
E-Mail: <a href="mailto:[email protected]">[email protected]</a><br/>
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/>
Expand Down
6 changes: 3 additions & 3 deletions _includes/js.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- jQuery Version 1.11.0 -->
<script src="/js/jquery-1.11.0.js"></script>
<!-- jQuery Version 3.7.1 -->
<script src="/js/jquery-3.7.1.js"></script>

<!-- Plugin JavaScript -->
<script src="{{ "/js/jquery.easing.min.js" | prepend: site.baseurl }}"></script>
<script src="{{ "/js/jquery.easing.min.js" | prepend: site.baseurl }}"></script>

<!-- Bootstrap Core JavaScript -->
<script src="/js/bootstrap.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _includes/online_consulting.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3>Special OSS discount</h3>
<h3 class="section-heading">Pay with PayPal</h3>
Use this form for Credit Card payments via PayPal.</br>
Besides PayPal receipt, we will send an invoice (we will ask you for your company data)</br>
VAT is not included in the price. German customers should <a href="mailto:[email protected]?subject=Puppet Service request">get in contact with us</a>.</br>
VAT is not included in the price. German customers should <a href="mailto:[email protected]?subject=Puppet Service request">get in contact with us</a>.</br>
{% include paypal.html %}
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ layout: null
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}/</id>
<author>
<name>example42 GmbH</name>
<email>[email protected]</email>
<name>example42</name>
<email>[email protected]</email>
</author>

{% for post in site.posts %}
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
layout: home
title: 'Puppet | DevOps | Automation'
subTitle: Consulting | Training | Development
redirect_to: https://example42.com/blog/
---

Loading

0 comments on commit 5cf0026

Please sign in to comment.