Skip to content

Commit 148a023

Browse files
committed
Home works
1 parent 031a4bc commit 148a023

File tree

12 files changed

+46
-42
lines changed

12 files changed

+46
-42
lines changed

_includes/footer.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<div class="container">
66
<div class="row">
77
<div class="col-lg-12 col-sm-12">
8-
<ul class="list-inline">
9-
<li><a href="#home">Home</a></li>
10-
<li class="footer-menu-divider">&sdot;</li>
11-
<li><a href="/legal/">Privacy Policy & Legal information</a></li>
12-
</ul>
8+
<ul class="list-inline">
9+
<li><a href="#home">Lab42 Srl - IT03677180121</a></li>
10+
<li class="footer-menu-divider">&sdot;</li>
11+
<li><a href="/legal/">Privacy & Legal information</a></li>
12+
</ul>
1313
</div>
1414
</div>
1515
</div>
1616
</div>
17-
</footer>
17+
</footer>
1818
</section>

_includes/header_home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
1717
<ul class="nav navbar-nav navbar-right">
1818
<li>
19-
<a class="page-scroll" href="#about">About</a>
19+
<a class="page-scroll" href="#wwwww">WWWWW</a>
2020
</li>
2121
<li>
2222
<a class="page-scroll" href="#services">Services</a>

_includes/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<div class="row">
88
<div class="col-lg-12">
99
<div class="intro-message">
10-
<h1></br>Puppet</br>DevOps</br>Automation</h1>
11-
<h2>{{ page.subTitle }}</h2>
10+
<h1></br>Puppet</br>Professional</br>Consulting</h1>
11+
<h2>From World longest active Puppet consultant</h2>
1212
<hr class="intro-divider">
1313
<ul class="list-inline intro-social-buttons">
1414
{% for social in site.social %}

_includes/services.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,20 @@
44
<div class="row">
55
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
66
<div class="clearfix"></div>
7-
<h2 class="section-heading">Services</h2>
7+
<h2 class="section-heading">Puppet Consulting Services</h2>
88
<div class="lead">
99
<ul>
10-
<li>Puppet Training and Consulting</li>
11-
<li>Puppet Modules Development</li>
12-
<li>Puppet WorkShops</li>
13-
<li>Puppet Infrastructures KickOffs</li>
14-
<li>Puppet Code Review, Upgrades, Migrations</li>
15-
<li>DevOps Consulting for Teams and Management</li>
16-
<li>Cloud automation</li>
17-
<li>CI/CD implementations</li>
10+
<li><b>Instant Puppet Support</b> for emergencies</li>
11+
<li><b>Smart Puppet Support</b> for on demand consulting</li>
12+
<li><b>Smart Puppet workshops</b> for custom training on the job</li>
13+
<li><b>Puppet Health check</b> for infrastructure optimization</li>
14+
<li><b>Instant Puppet Project</b> for fast infra automation kickstart</li>
15+
<li><b>Ansible / Puppet migration</b> for IaC tool migrations</li>
1816
</ul>
1917
</div>
2018
</div>
2119
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
22-
<img class="img-responsive" src="img/imm-3.png" alt="Services">
20+
<img class="img-responsive" src="img/imm-3.png" alt="Puppet Services">
2321
</div>
2422
</div>
2523
</div>

_includes/why.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<section id="why">
22
<div class="content-section-b">
3-
43
<div class="container">
5-
64
<div class="row">
75
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
86
<div class="clearfix"></div>
@@ -24,7 +22,5 @@ <h2 class="section-heading">Why</h2>
2422
<img class="img-responsive" src="img/imm-9.png" alt="Why Puppet">
2523
</div>
2624
</div>
27-
2825
</div>
29-
3026
</section>

_includes/wwwww.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<section id="wwwww">
2+
<div class="content-section-a">
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-lg-6 col-sm-6">
6+
<div class="clearfix"></div>
7+
<h2 class="section-heading">WWWWW</h2>
8+
<div class="lead">
9+
<b>WHO</b>: Alessandro Franceschi, Puppet user, trainer, and consultant since 20.</br>
10+
<b>WHAT</b>: Puppet consulting, training and development. DevOps tools, processes and culture consulting.</br>
11+
<b>WHEN</b>: Potentially 24/7, 365 days a year. But with flexibility</br>
12+
<b>WHERE</b>: Remote or onsite, anywhere in the world. We are based in Italy, but we travel everywhere.</br>
13+
<b>WHY</b>: Experience, expertise, flexibility, pragmatism, knowledge sharing on Puppet and DevOps.</br>
14+
</div>
15+
</div>
16+
<div class="col-lg-4 col-lg-offset-2 col-sm-6">
17+
<img class="img-responsive" src="img/imm-4.png" alt="">
18+
</div>
19+
</div>
20+
</div>
21+
</section>

_layouts/blogorig.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

_layouts/home.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<body>
66
{% include header_home.html %}
77
{% include home.html %}
8+
{% include wwwww.html %}
89
{% include about.html %}
910
{% include services.html %}
1011
{% include blog.html %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<body>
66
{% include header.html %}
77
{% include why_puppet.html %}
8-
{% include why_example42.html %}
8+
{% include wwwww_page.html %}
99
{% include footer.html %}
1010
{% include js.html %}
1111
{% include analytics.html %}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: home
3-
title: 'Puppet | DevOps | Automation'
3+
title: 'Puppet Consulting from the longest active Puppet consultant in the world'
44
subTitle: Consulting | Training | Development
55
---
66

0 commit comments

Comments
 (0)