diff --git a/_config.yml b/_config.yml index 110c867..8ebb648 100644 --- a/_config.yml +++ b/_config.yml @@ -19,11 +19,13 @@ permalink: pretty # ----------------------- # # 3rd Party Settings # # ----------------------- # -include: ['guide/slides/beginner/file/_images/logoguide.jpg','guide/slides/beginner/file/_images/logoguide.jpg'] social: - title: github url: https://github.com/example42 - title: linkedin url: https://www.linkedin.com/company/example42 - + - title: youtube + url: https://youtube.com/@AbnormalDevOpsIterations + - title: twitter + url: https://x.com/example42 \ No newline at end of file diff --git a/_includes/home_contact.html b/_includes/home_contact.html index 0b8130f..8ef875f 100644 --- a/_includes/home_contact.html +++ b/_includes/home_contact.html @@ -6,9 +6,13 @@

Contact example42

- LinkedIN for business contacts and offers
- GitHub for code Issues, Pull and Features Requests
- Twitter for social interactions
+ LinkedIN for business contacts and offers +
+
+ GitHub for OSS code related requests +
+
+ Twitter for social interactions
diff --git a/_includes/home_content.html b/_includes/home_content.html deleted file mode 100644 index 85ea4ba..0000000 --- a/_includes/home_content.html +++ /dev/null @@ -1,52 +0,0 @@ -
- -{% for post in site.categories.sections reversed %} - {% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %} - {% if thecycle == 'odd' %} -
- -
- -
-
-
-
-

{{ post.title }}

-
{{ post.content }}
-
-
- -
-
- -
- - -
- - {% else %} - -
- -
- -
-
-
-
-

{{ post.title }}

-
{{ post.content }}
-
-
- -
-
- -
- - -
- - {% endif %} -{% endfor %} -
diff --git a/_includes/home_opensource.html b/_includes/home_opensource.html index ecca666..b533d42 100644 --- a/_includes/home_opensource.html +++ b/_includes/home_opensource.html @@ -6,14 +6,21 @@

Open Source

- Our Open Source projects are on GitHub:
- PSICK - Tiny Puppet - PSICK
- Check our modules on the Puppet Forge
-
+ All our code is Open Source.
+ GitHub
+ PSICK Control repo
+ Tiny Puppet module
+ PSICK Puppet module
+
+
+ Check our modules also on the Puppet Forge +
+
+ Presentations are mostly on Slideshare +
- Open Source + Open Source
diff --git a/_includes/home_podcast.html b/_includes/home_podcast.html index cdd3101..7874e05 100644 --- a/_includes/home_podcast.html +++ b/_includes/home_podcast.html @@ -8,9 +8,12 @@

Abnormal DevOps Iterations

A podcast with thought leaders, personalities and founders of the DevOps and Open Source community.
Released weekly on:
- YouTube
- Spotify
- Amazon Music
+ YouTube +
+
+ Audio only versions also available on:
+ Spotify
+ Amazon Music
diff --git a/_includes/home_wwwww.html b/_includes/home_wwwww.html index 3b7810f..14cc3fe 100644 --- a/_includes/home_wwwww.html +++ b/_includes/home_wwwww.html @@ -14,7 +14,7 @@

example42's 5 Ws

- example42 Five Ws + example42 Five Ws
diff --git a/css/landing-page.css b/css/landing-page.css index 334fafe..84f79ea 100644 --- a/css/landing-page.css +++ b/css/landing-page.css @@ -31,7 +31,7 @@ h6 { padding-bottom: 50px; text-align: center; color: #f8f8f8; - background: url(../img/splash4.jpg) no-repeat center center; + background: url(../img/splash-1.jpg) no-repeat center center; background-size: cover; } @@ -97,7 +97,7 @@ h6 { } .intro-header { - background: url(../img/splash4.jpg) no-repeat center center; + background: url(../img/splash-1.jpg) no-repeat center center; } ul.intro-social-buttons > li { diff --git a/img/pic.afphoto b/img/pic.afphoto index 46643a6..b32b68b 100644 Binary files a/img/pic.afphoto and b/img/pic.afphoto differ diff --git a/img/splash-1.jpg b/img/splash-1.jpg new file mode 100644 index 0000000..a3cba23 Binary files /dev/null and b/img/splash-1.jpg differ diff --git a/img/splash-2.jpg b/img/splash-2.jpg new file mode 100644 index 0000000..d9fd2be Binary files /dev/null and b/img/splash-2.jpg differ diff --git a/img/splash-3.jpg b/img/splash-3.jpg new file mode 100644 index 0000000..647981b Binary files /dev/null and b/img/splash-3.jpg differ diff --git a/img/splash-4.jpg b/img/splash-4.jpg new file mode 100644 index 0000000..aeb8f73 Binary files /dev/null and b/img/splash-4.jpg differ diff --git a/img/splash.afphoto b/img/splash.afphoto new file mode 100644 index 0000000..55de895 Binary files /dev/null and b/img/splash.afphoto differ