From d5c999c42d5d0f24f95979fdc34bee62c3c0bdcc Mon Sep 17 00:00:00 2001 From: Alessandro Franceschi Date: Fri, 27 Dec 2024 10:59:56 +0100 Subject: [PATCH] Reorg --- _includes/about.html | 3 +-- _includes/{blog.html => home_blog.html} | 0 _includes/{contact.html => home_contact.html} | 4 ++-- .../{opensource.html => home_opensource.html} | 0 _includes/{services.html => home_services.html} | 0 _includes/{home.html => home_splash.html} | 0 _includes/{wwwww.html => home_wwwww.html} | 1 + _layouts/default.html | 16 ++++++++-------- _layouts/home.html | 13 ++++++------- _layouts/wwwww.html | 2 +- 10 files changed, 19 insertions(+), 20 deletions(-) rename _includes/{blog.html => home_blog.html} (100%) rename _includes/{contact.html => home_contact.html} (88%) rename _includes/{opensource.html => home_opensource.html} (100%) rename _includes/{services.html => home_services.html} (100%) rename _includes/{home.html => home_splash.html} (100%) rename _includes/{wwwww.html => home_wwwww.html} (99%) diff --git a/_includes/about.html b/_includes/about.html index d9d4470..00fb96a 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -1,8 +1,6 @@
-
-
@@ -21,4 +19,5 @@

About

+
diff --git a/_includes/blog.html b/_includes/home_blog.html similarity index 100% rename from _includes/blog.html rename to _includes/home_blog.html diff --git a/_includes/contact.html b/_includes/home_contact.html similarity index 88% rename from _includes/contact.html rename to _includes/home_contact.html index 9ddd2d4..7310712 100644 --- a/_includes/contact.html +++ b/_includes/home_contact.html @@ -2,12 +2,12 @@
-
+

Contact example42 on LinkedIN

LinkedIN
-
+

Find example42 on social media

LinkedIn
diff --git a/_includes/opensource.html b/_includes/home_opensource.html similarity index 100% rename from _includes/opensource.html rename to _includes/home_opensource.html diff --git a/_includes/services.html b/_includes/home_services.html similarity index 100% rename from _includes/services.html rename to _includes/home_services.html diff --git a/_includes/home.html b/_includes/home_splash.html similarity index 100% rename from _includes/home.html rename to _includes/home_splash.html diff --git a/_includes/wwwww.html b/_includes/home_wwwww.html similarity index 99% rename from _includes/wwwww.html rename to _includes/home_wwwww.html index d1b6530..ab7b418 100644 --- a/_includes/wwwww.html +++ b/_includes/home_wwwww.html @@ -18,4 +18,5 @@

WWWWW

+
diff --git a/_layouts/default.html b/_layouts/default.html index 1ac6b68..c07f94f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,15 +3,15 @@ {% include head.html %} - {% include header.html %} - {% include about.html %} - {% include services.html %} - {% include training.html %} - {% include events.html %} - {% include blog.html %} - {% include contact.html %} + {% include header_home.html %} + {% include home_splash.html %} + {% include home_wwwww.html %} + {% include home_services.html %} + {% include home_blog.html %} + {% include home_opensource.html %} + {% include home_contact.html %} {% include footer.html %} {% include js.html %} {% include analytics.html %} - + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index a6d3039..c07f94f 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -4,13 +4,12 @@ {% include header_home.html %} - {% include home.html %} - {% include wwwww.html %} - {% include about.html %} - {% include services.html %} - {% include blog.html %} - {% include opensource.html %} - {% include contact.html %} + {% include home_splash.html %} + {% include home_wwwww.html %} + {% include home_services.html %} + {% include home_blog.html %} + {% include home_opensource.html %} + {% include home_contact.html %} {% include footer.html %} {% include js.html %} {% include analytics.html %} diff --git a/_layouts/wwwww.html b/_layouts/wwwww.html index 61f5849..aa257dd 100644 --- a/_layouts/wwwww.html +++ b/_layouts/wwwww.html @@ -5,7 +5,7 @@ {% include header.html %} {% include why_puppet.html %} - {% include wwwww_page.html %} + {% include why_example42.html %} {% include footer.html %} {% include js.html %} {% include analytics.html %}