-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Impressum
+
+ Lab42 Srl
+ Via del Roccolo 23/2
+ 21052 Busto Arsizio VA
+ Italy
+ E-Mail:
sales@example42.com
+ Web:
example42.com
+ VAT ID: IT 03677180121
+
Privacy Policy
+
Cookie Policy
+
+
Puppet is a trademark of
Puppet by Perforce.
+
Lab42 srl is a Puppet Authorized Reseller and Solution Provider partner and delivers also direct support on Open Source and Puppet Enterprise setups and codebase.
+
example42 started as an Open Source collection of Puppet modules and is now a brand of Lab42 srl.
+
Alessandro Franceschi is Lab42's CEO and founder and the author of example42 Puppet modules.
+
-
+
+
+
+
+
+
diff --git a/_includes/services_instant.html b/_includes/services_instant.html
index e69de29..18d66ee 100644
--- a/_includes/services_instant.html
+++ b/_includes/services_instant.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
Puppet Emergency Support
+
Quick and direct access to a Puppet expertto solve urgent Puppet related issues and problems
+
+
What is covered:
+
+
+ - Puppet errors you don't know how or don't have time to fix
+
+ - Outages or performance issues in your Puppet infrastructure
+ - Problems related to Puppet software usage
+ - Help in fixing a broken CI
+ - Problems with Puppet Certificate Authority
+ - Any expert help on Puppet-related topics
+
+
+
+
How it works:
+
+
+ - You contact us via LinkedIN explaining your problem, underlying its urgency
+ - If urgent we replay ASAP and plan a call
+ - We work together on your issue using video conferencing tools with screen sharing
+ - If your production is involved, you decide, take responsibility, and perform any activity while sharing your screen, evaluating our advice.
+
+
+
+
Why it's worth:
+
+
+ - Given our expertise, it's likely we've already seen a similar issue and that the solution may be quick and effective
+ - Your remediation costs and times are likely to be much higher with internal or other external support
+ - If we don't solve your problem or given you useful guidance on how to fix it you do not have to pay anything
+
+
+
+
+
+
+
+
diff --git a/_includes/services_smart.html b/_includes/services_smart.html
index e69de29..9413e60 100644
--- a/_includes/services_smart.html
+++ b/_includes/services_smart.html
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
Smart Puppet Support
+
Flexible, on-demand, pay per useaccess to unrivalled Puppet expertise
+
+
What is covered:
+
+
+ - Puppet errors of any kind to fix
+ - Performance issues in your Puppet infrastructure
+ - Puppet development of new profiles and modules
+ - Advice on Puppet infrastructure design
+ - Code base upgrading to adapt to new Puppet versions
+ - Everything which is related to Puppet
+
+
+
+
How it works:
+
+
+ - You purchase a support package for your desired amount of hours
+ - Support lasts one year until the purchased hours are delivered
+ - Whenever you need you engage with example42 and plan activities
+ - Works can be done both synchronously, in a video conference, or asynchronously and autonomously by example42, as you prefer.
+ - Activities can be both remote and onsite
+
+
+
+
Why it's worth:
+
+
+ - You get flexible on demand support at the times and paces you need
+ - You have at disposal a huge expertise to engage when and on what you want
+ - You save a lot of money for any Puppet related activity
+ - Your team gets training on the job because Knowledge Sharing is in our DNA
+
+
+
+
+
+
+
+
diff --git a/_includes/services_splash.html b/_includes/services_splash.html
index e69de29..2cc9509 100644
--- a/_includes/services_splash.html
+++ b/_includes/services_splash.html
@@ -0,0 +1,16 @@
+
+
\ No newline at end of file
diff --git a/_layouts/bloglist.html b/_layouts/bloglist.html
index c473bd0..c347006 100644
--- a/_layouts/bloglist.html
+++ b/_layouts/bloglist.html
@@ -6,7 +6,8 @@
{% include header.html %}
-{% include bloglist.html %}
+{% include blog_splash.html %}
+{% include blog_list.html %}
{% include footer.html %}
{% include js.html %}
diff --git a/_layouts/legal.html b/_layouts/legal.html
index 5feb42a..2ec18d3 100644
--- a/_layouts/legal.html
+++ b/_layouts/legal.html
@@ -7,7 +7,6 @@
{% include header.html %}
{% include impressum.html %}
-{% include iubenda.html %}
{% include footer.html %}
{% include js.html %}
diff --git a/_layouts/services.html b/_layouts/services.html
index f783dc3..aa096d1 100644
--- a/_layouts/services.html
+++ b/_layouts/services.html
@@ -11,7 +11,7 @@
{% include services_smart.html %}
{% include services_training.html %}
{% include services_health.html %}
-{% include services_project.html %}
+{% include services_kickstart.html %}
{% include services_ansible.html %}
{% include footer.html %}
{% include js.html %}
diff --git a/css/landing-page.css b/css/landing-page.css
index 3140a65..77abd8e 100644
--- a/css/landing-page.css
+++ b/css/landing-page.css
@@ -34,14 +34,7 @@ h6 {
background: url(../img/splash4.jpg) no-repeat center center;
background-size: cover;
}
-.intro-guide {
- padding-top: 200px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
- padding-bottom: 200px;
- text-align: center;
- color: #f8f8f8;
- background: url(../img/DevOpsGuide-Front.jpg) no-repeat center center;
- background-size: cover;
-}
+
.intro-message {
position: relative;
padding-top: 10%;
@@ -67,6 +60,24 @@ h6 {
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
+.services-header {
+ padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
+ padding-bottom: 20px;
+ text-align: center;
+ color: #f8f8f8;
+ background: url(../img/background-services.jpg) no-repeat center center;
+ background-size: cover;
+}
+
+.blog-header {
+ padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
+ padding-bottom: 20px;
+ text-align: center;
+ color: #f8f8f8;
+ background: url(../img/background-blog.jpg) no-repeat center center;
+ background-size: cover;
+}
+
@media(max-width:767px) {
.intro-message {
padding-bottom: 15%;
diff --git a/img/background-blog.jpg b/img/background-blog.jpg
new file mode 100644
index 0000000..6c824a6
Binary files /dev/null and b/img/background-blog.jpg differ
diff --git a/img/background-pages.afphoto b/img/background-pages.afphoto
new file mode 100644
index 0000000..5a79d03
Binary files /dev/null and b/img/background-pages.afphoto differ
diff --git a/img/background-podcast.jpg b/img/background-podcast.jpg
new file mode 100644
index 0000000..60be049
Binary files /dev/null and b/img/background-podcast.jpg differ
diff --git a/img/background-services.jpg b/img/background-services.jpg
new file mode 100644
index 0000000..a15cfcd
Binary files /dev/null and b/img/background-services.jpg differ
diff --git a/img/background-wwww.jpg b/img/background-wwww.jpg
new file mode 100644
index 0000000..ecfc5da
Binary files /dev/null and b/img/background-wwww.jpg differ