diff --git a/content/news/2023.09.07-current_status.md b/content/news/2023.09.07-current_status.md
index 693b733..8362c45 100644
--- a/content/news/2023.09.07-current_status.md
+++ b/content/news/2023.09.07-current_status.md
@@ -1,7 +1,7 @@
---
title: OpenELA Current Status and What's Coming Next
Author: Alan Clark
-Date: 2023-09-07
+Date: 2023-09-07
aliases:
- /news/openela-current-status-and-whats-coming-next
---
@@ -15,7 +15,7 @@ TL;DR
* Come and join us!
----
-On August 10th, CIQ, Oracle and SUSE announced their intent to launch the Open Enterprise Linux Association (OpenELA). That announcement contained several key goals, mission statements and
+On August 10th, CIQ, Oracle and SUSE announced their intent to launch the OpenEL Association (OpenELA). That announcement contained several key goals, mission statements and
operating principles the effort will be based upon to best achieve those goals.
The primary focus of the mission is to “__make accessible the sources, tooling, and assets to all members, collaborators, and the open source Enterprise Linux distribution developers to create
diff --git a/content/news/hello_world.md b/content/news/hello_world.md
index 3e6ecff..0686f11 100644
--- a/content/news/hello_world.md
+++ b/content/news/hello_world.md
@@ -1,5 +1,5 @@
---
-title: CIQ, Oracle and SUSE Create Open Enterprise Linux Association for a Collaborative and Open Future
+title: CIQ, Oracle and SUSE Create OpenEL Association for a Collaborative and Open Future
slug: hello_world
date: 2023-08-10
aliases:
@@ -9,7 +9,7 @@ aliases:
* New trade association brings together open source Enterprise Linux community
* It will provide an open process to access source code that organizations can use to build distributions compatible with RHEL
-__RENO, Nev., AUSTIN, Texas, and LUXEMBOURG—August 10, 2023__—CIQ, Oracle and SUSE today announced their intent to form the Open Enterprise Linux Association (OpenELA), a collaborative trade association to encourage the development of distributions compatible with Red Hat Enterprise Linux (RHEL) by providing open and free Enterprise Linux (EL) source code.
+__RENO, Nev., AUSTIN, Texas, and LUXEMBOURG—August 10, 2023__—CIQ, Oracle and SUSE today announced their intent to form the OpenEL Association (OpenELA), a collaborative trade association to encourage the development of distributions compatible with Red Hat Enterprise Linux (RHEL) by providing open and free Enterprise Linux (EL) source code.
The formation of OpenELA arises from Red Hat’s recent changes to RHEL source code availability. In response, CIQ, Oracle and SUSE are collaborating to deliver source code, tools and systems through OpenELA for the community.
diff --git a/hugo.yaml b/hugo.yaml
index c811bf7..7586c8d 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -1,7 +1,7 @@
---
baseURL: https://openela.org/
languageCode: en-us
-title: Open Enterprise Linux Association
+title: OpenEL Association
module:
imports:
@@ -29,7 +29,7 @@ markup:
params:
openGraph: true
- description: Open Enterprise Linux Association
+ description: OpenELA
navbarlogo:
image: logos/openELA.svg
link: /
@@ -40,14 +40,18 @@ params:
name: "Open Sans"
sizes: [400, 600]
hero:
- title: Open Enterprise Linux Association
+ title: OpenELA
subtitle: |
- OpenELA is a trade association of open source Enterprise Linux
+ OpenELA is a trade association of open source Enterprise Linux
distribution developers
- buttontext: Read The Announcement
- buttonlink: /news/hello_world
+
+ Our mission is to provide a secure, transparent, and reliable
+ Enterprise Linux source that is globally available to all as a
+ buildable base.
+ buttontext: Check out our news
+ buttonlink: /news
# Hero image (from static/images/___)
- image: illustrations/hydrangea-hero.svg
+ image: logos/openELA.svg
clientlogos:
- logo: ciq
url: https://ciq.com
@@ -68,12 +72,47 @@ params:
url: https://github.com/openela/governance
- title: News
url: /news
+ section1:
+ title: Main OpenELA projects
+ subtitle: |
+ Open for your contributions
+ tiles:
+ - title: Enterprise Linux
+ icon: globe
+ text: |
+ Sources for the OpenELA Enterprise Linux distribution.
+ url: https://github.com/orgs/openela-main/repositories
+
+ buttonText: View Repositories
+ - title: User Manuals
+ text: |
+ End User Documentation sources
+ url: https://github.com/openela/openela-documentation
+ icon: book-solid
+ buttonText: View Documentation
+ - title: Linux 4.14 Long Term Support
+ icon: linux
+ text: |
+ 4.14 Linux maintenance after community support end.
+ url: https://github.com/openela/kernel-lts/tree/linux-4.14.y
+ buttonText: View Linux 4.14.y LTS
+ section2:
+ title: OpenELA Projects
+ subtitle: |
+ A selection of projects from the OpenELA community
+ features:
+ - title: Mothership
+ text: |
+ The Mothership project is a collection of tools and services
+ to archive RPM package source and attest to their authenticity.
+ icon: mship_gopher_dark
section3:
- title: The Community Repository for Enterprise Linux Sources
- subtitle: No subscriptions. No passwords. No barriers. Freeloaders welcome.
- image: openela-imports.png
- buttonText: Learn More
- buttonLink: "/about"
+ title: OpenELA
+ image: illustrations/github.svg
+ subtitle: |
+ Learn more about OpenELA and how you can contribute to the project.
+ buttonText: GitHub
+ buttonLink: https://github.com/openela/
footer:
logo: openELA.svg
socialmediatitle: Follow Us
diff --git a/static/images/illustrations/git-forge.png b/static/images/illustrations/git-forge.png
deleted file mode 100644
index b3e381a..0000000
Binary files a/static/images/illustrations/git-forge.png and /dev/null differ
diff --git a/static/images/illustrations/github.svg b/static/images/illustrations/github.svg
new file mode 100644
index 0000000..4a9f02a
--- /dev/null
+++ b/static/images/illustrations/github.svg
@@ -0,0 +1,38 @@
+
+
diff --git a/static/images/illustrations/icons/book-solid.svg b/static/images/illustrations/icons/book-solid.svg
new file mode 100644
index 0000000..4e19bb8
--- /dev/null
+++ b/static/images/illustrations/icons/book-solid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/illustrations/icons/linux.svg b/static/images/illustrations/icons/linux.svg
new file mode 100644
index 0000000..6007f11
--- /dev/null
+++ b/static/images/illustrations/icons/linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/illustrations/icons/mship_gopher_dark.svg b/static/images/illustrations/icons/mship_gopher_dark.svg
new file mode 100644
index 0000000..8a39fbb
--- /dev/null
+++ b/static/images/illustrations/icons/mship_gopher_dark.svg
@@ -0,0 +1,334 @@
+
+