-
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
21 changed files
with
78 additions
and
160 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 |
---|---|---|
@@ -1,29 +0,0 @@ | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-70745135-1', 'auto'); | ||
ga('set', 'anonymizeIp', true); | ||
ga('send', 'pageview'); | ||
|
||
</script> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "http://schema.org", | ||
"@type": "Organization", | ||
"url": "https://www.example42.com/", | ||
"logo": "https://www.example.com/img/logo_square.png", | ||
"name": "example42", | ||
"alternateName": "example42", | ||
"description": "Puppet & DevOps Training and consulting.", | ||
"sameAs": [ | ||
"https://www.facebook.com/Example42PuppetModules/", | ||
"https://github.com/example42", | ||
"https://www.linkedin.com/company/example42", | ||
"https://www.xing.com/companies/example42", | ||
"https://plus.google.com/+Example42/posts" | ||
] | ||
} | ||
</script> | ||
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-70745135-1', 'auto'); | ||
ga('set', 'anonymizeIp', true); | ||
ga('send', 'pageview'); | ||
|
||
</script> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "http://schema.org", | ||
"@type": "Organization", | ||
"url": "https://www.example42.com/", | ||
"logo": "https://www.example.com/img/logo_square.png", | ||
"name": "example42", | ||
"alternateName": "example42", | ||
"description": "Puppet & DevOps Training and consulting.", | ||
"sameAs": [ | ||
"https://www.facebook.com/Example42PuppetModules/", | ||
"https://github.com/example42", | ||
"https://www.linkedin.com/company/example42", | ||
"https://www.xing.com/companies/example42", | ||
"https://plus.google.com/+Example42/posts" | ||
] | ||
} | ||
</script> |
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,7 +1,22 @@ | ||
<p> | ||
{% for post in site.posts %} | ||
{% if post.language != "de" %} | ||
{{ post.date | date: "%Y-%m-%d" }} - <a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></br> | ||
{% endif %} | ||
{% endfor %} | ||
</p> | ||
<section id="blog"> | ||
<div class="content-section-a"> | ||
|
||
<div class="container"> | ||
|
||
<div class="row"> | ||
<div> | ||
<div class="lead"> | ||
<ul class="posts"> | ||
{% for post in site.posts %} | ||
<li> | ||
{{ post.date | date: "%Y-%m-%d" }} - <a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</section> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,15 +1,8 @@ | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<h4><a href="https://github.com/example42">GitHub</a></h4> | ||
<a href="http://www.example42.com/ubersicht/">GitHub Ubersicht</a> | ||
<h4><a href="https://forge.puppetlabs.com/example42">Puppet Forge</a></h4> | ||
<h4><a href="https://groups.google.com/forum/#!forum/example42-puppet-modules" target="_blank" rel="external nofollow">Google Group</a></h4> | ||
<h4><a href="https://plus.google.com/+Example42" rel="publisher">Google+</a></h4> | ||
<h4><a href="https://www.facebook.com/Example42PuppetModules" target="_blank" rel="external nofollow">Facebook Page</a></h4> | ||
<h4><a href="https://www.slideshare.net/alvagante" target="_blank" rel="external nofollow">Slideshare</a></h4> | ||
<h4><a href="https://www.linkedin.com/pub/alessandro-franceschi/0/84b/229" target="_blank" rel="external nofollow">Linkedin</a></h4> | ||
<hr /><a href="http://bit.ly/extendingpuppet" target="_blank" rel="external nofollow"><img src="/img/ExtendingPuppet.png" border§="0"/></a> | ||
<p>The missing Puppet book.<p><a href="http://amzn.to/1nenFti">Read some reviews...</a></p> | ||
|
||
</div> | ||
</div> |
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,14 +1,12 @@ | ||
<section id="online"> | ||
<div class="content-section-a"> | ||
|
||
<div class="container"> | ||
|
||
<div class="row"> | ||
<div class="col-lg-6 col-sm-6"> | ||
<div class="clearfix"></div> | ||
<h2 class="section-heading">Remote Puppet Services</h2> | ||
<div class="lead"> | ||
We have more than 10 years of experience on Puppet and have used it in hundreds of different places.</br> | ||
We have more than 16 years of experience on Puppet and have used it in hundreds of different places.</br> | ||
Our customers have used our Remote Puppet Service for:</br> | ||
<ul> | ||
<li>Synchronous Q&A, troubleshooting, consulting: Any question, our answer</li> | ||
|
@@ -18,21 +16,11 @@ <h2 class="section-heading">Remote Puppet Services</h2> | |
<li>Code review, optimisation, upgrade, migrations</li> | ||
<li>Features requests for our OSS Puppet projects</li> | ||
</ul> | ||
We offer these services in time based packages: you buy a certain amout of our time and use it when you need (service time is valid for 12 months).</br> | ||
We offer these services in time based packages: you buy a certain amount of our time and use it when you need (service time is valid for 12 months).</br> | ||
<h3>Special OSS discount</h3> | ||
For all the activities related to our public OSS projects on <a href="https://github.com/example42">GitHub</a> we offer <b>double time!</b> (2 hours are counted as 1).</br></br> | ||
</div> | ||
</div> | ||
<div class="col-lg-4 col-lg-offset-2 col-sm-6"> | ||
<img class="img-responsive" src="{{ site.url }}/img/imm-2.png" alt=""> | ||
<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> | ||
{% include paypal.html %} | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</section> |
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
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,3 +1,3 @@ | ||
{% include wordpress_header.html %} | ||
{% include header.html %} | ||
{% include post_detail.html %} | ||
{% include wordpress_footer.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,3 +1,12 @@ | ||
{% include wordpress_header.html %} | ||
{% include bloglist.html %} | ||
{% include wordpress_footer.html %} | ||
<!DOCTYPE html> | ||
<html> | ||
{% include head.html %} | ||
|
||
<body> | ||
{% include header.html %} | ||
{% include bloglist.html %} | ||
{% include footer.html %} | ||
{% include js.html %} | ||
{% include analytics.html %} | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.