diff --git a/Gemfile.lock b/Gemfile.lock
index a39a040..826f438 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -10,7 +10,7 @@ GEM
       httpclient (~> 2.8, >= 2.8.3)
       json (>= 1.5.1)
     colorator (1.1.0)
-    concurrent-ruby (1.1.8)
+    concurrent-ruby (1.1.9)
     em-websocket (0.5.2)
       eventmachine (>= 0.12.9)
       http_parser.rb (~> 0.6.0)
@@ -39,7 +39,7 @@ GEM
       rouge (~> 3.0)
       safe_yaml (~> 1.0)
       terminal-table (~> 1.8)
-    jekyll-algolia (1.7.0)
+    jekyll-algolia (1.7.1)
       algolia_html_extractor (~> 2.6)
       algoliasearch (~> 1.26)
       filesize (~> 0.1)
@@ -54,7 +54,7 @@ GEM
       jekyll (>= 3.0, < 5.0)
     jekyll-sass-converter (2.1.0)
       sassc (> 2.0.1, < 3.0)
-    jekyll-theme-centos (0.6.24)
+    jekyll-theme-centos (0.6.29)
       jekyll (~> 4.0)
     jekyll-tidy (0.2.2)
       htmlbeautifier
@@ -75,7 +75,7 @@ GEM
       rb-fsevent (~> 0.10, >= 0.10.3)
       rb-inotify (~> 0.9, >= 0.9.10)
     mercenary (0.3.6)
-    nokogiri (1.11.6-x86_64-linux)
+    nokogiri (1.11.7-x86_64-linux)
       racc (~> 1.4)
     pathutil (0.16.2)
       forwardable-extended (~> 2.6)
diff --git a/_data/centos/distributions.yml b/_data/centos/distributions.yml
index 63fb600..0514380 100644
--- a/_data/centos/distributions.yml
+++ b/_data/centos/distributions.yml
@@ -6,7 +6,40 @@
 - name: "CentOS Linux"
   page: "centos-linux"
   releases:
-    7:
+    8-2105:
+      downloads:
+        - arch: "x86_64"
+          iso: "http://isoredirect.centos.org/centos/8/isos/x86_64/"
+          rpm: "http://mirror.centos.org/centos/8/"
+          cloud: ""
+          containers: "https://hub.docker.com/_/centos/"
+          vagrant: "https://app.vagrantup.com/centos/boxes/8"
+        - arch: "ARM64 (aarch64)"
+          iso: "http://isoredirect.centos.org/centos/8/isos/aarch64/"
+          rpm: "http://mirror.centos.org/centos/8/"
+          cloud: ""
+          containers: "https://hub.docker.com/_/centos/"
+          vagrant: ""
+        - arch: "IBM Power (ppc64le)"
+          iso: "http://isoredirect.centos.org/centos/8/isos/ppc64le/"
+          rpm: "http://mirror.centos.org/centos/8/"
+          cloud: ""
+          containers: "https://hub.docker.com/_/centos/"
+          vagrant: ""
+      docs:
+        - release_notes: "https://wiki.centos.org/Manuals/ReleaseNotes/CentOSLinux8"
+          release_email: "https://lists.centos.org/pipermail/centos-announce/2020-June/035756.html"
+          website: "https://docs.centos.org/"
+      convert:
+        - overview: "Convertion to CentOS Stream 8"
+          commands: |-
+            dnf swap centos-linux-repos centos-stream-repos
+            dnf distro-sync
+      eol:
+        - overview: ""
+          date: "2021-12-31"
+          url: "https://blog.centos.org/2020/12/future-is-centos-stream/"
+    7-2009:
       downloads:
         - arch: "x86_64"
           iso: "http://isoredirect.centos.org/centos/7/isos/x86_64/"
@@ -52,39 +85,6 @@
         - overview: ""
           date: "30 June 2024"
           url: ""
-    8:
-      downloads:
-        - arch: "x86_64"
-          iso: "http://isoredirect.centos.org/centos/8/isos/x86_64/"
-          rpm: "http://mirror.centos.org/centos/8/"
-          cloud: ""
-          containers: "https://hub.docker.com/_/centos/"
-          vagrant: "https://app.vagrantup.com/centos/boxes/8"
-        - arch: "ARM64 (aarch64)"
-          iso: "http://isoredirect.centos.org/centos/8/isos/aarch64/"
-          rpm: "http://mirror.centos.org/centos/8/"
-          cloud: ""
-          containers: "https://hub.docker.com/_/centos/"
-          vagrant: ""
-        - arch: "IBM Power (ppc64le)"
-          iso: "http://isoredirect.centos.org/centos/8/isos/ppc64le/"
-          rpm: "http://mirror.centos.org/centos/8/"
-          cloud: ""
-          containers: "https://hub.docker.com/_/centos/"
-          vagrant: ""
-      docs:
-        - release_notes: "https://wiki.centos.org/Manuals/ReleaseNotes/CentOSLinux8"
-          release_email: "https://lists.centos.org/pipermail/centos-announce/2020-June/035756.html"
-          website: "https://docs.centos.org/"
-      convert:
-        - overview: "Convertion to CentOS Stream 8"
-          commands: |-
-            dnf swap centos-linux-repos centos-stream-repos
-            dnf distro-sync
-      eol:
-        - overview: ""
-          date: "2021-12-31"
-          url: "https://blog.centos.org/2020/12/future-is-centos-stream/"
 
 - name: "CentOS Stream"
   page: "centos-stream"
diff --git a/_data/centos/navbar.yml b/_data/centos/navbar.yml
index da07570..d886248 100644
--- a/_data/centos/navbar.yml
+++ b/_data/centos/navbar.yml
@@ -20,6 +20,8 @@
       link: "/variants"
     - name: "Governance"
       link: "/about/governance"
+    - name: "Code of Conduct"
+      link: "/code-of-conduct"
 - name: "Community"
   icon: "fas fa-users"
   link: "#"
diff --git a/_sass/centos/_variables.scss b/_sass/centos/_variables.scss
deleted file mode 100644
index 78fb336..0000000
--- a/_sass/centos/_variables.scss
+++ /dev/null
@@ -1,53 +0,0 @@
-// Variables
-//
-// Variables should follow the `$component-state-property-size` formula for
-// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
-$centos-color-0:                    #9ccd2a;
-$centos-color-1:                    #efa724;
-$centos-color-2:                    #a14f8c;
-$centos-color-3:                    #262577;
-$centos-img-logo:                   "/assets/img/logo.png";
-$centos-img-motif:                  "/assets/img/motif.png";
-
-// Color system - based in the artistic motif palette and the number of
-// occurrence each color has in the image.
-$white:                             #fff;
-$primary:                           #0f5dd5;
-$secondary:                         #0f1c4c;
-$dark:                              #00001d;
-
-// Header
-$home-header-padding-top:           202px;
-$home-header-padding-bottom:        150px;
-$page-header-padding-top:           152px;
-$page-header-padding-bottom:        100px;
-$heading-margin-top:                1rem;
-$scroll-margin-top:                 $heading-margin-top * 2.6;
-
-// Body - settings for `<body>` element.
-$body-bg:                           #f0f0f0;
-$body-color:                        $dark;
-
-// Paragraphs
-$paragraph-margin-bottom:           1.8rem;
-$code-color:                        $dark;
-
-// Typography - Font, line-height, and color for body text, headings, and more.
-$font-family-path:                  "/assets/fonts";
-$font-family-sans-serif:            Montserrat;
-$line-height-base:                  1.75;
-$headings-line-height:              $line-height-base - 0.3;
-$headings-font-weight:              700;
-
-// Dropdown menu container and contents.
-$dropdown-bg:                       $dark;
-$dropdown-link-color:               $white;
-$dropdown-link-hover-color:         $white;
-$dropdown-link-hover-bg:            rgba($primary, .2);
-
-// Breadcrumbs
-$breadcrumb-bg:                     transparent;
-$breadcrumb-padding-x:              0;
-
-// Tables
-$table-dark-bg:                     $dark;
diff --git a/assets/img/favicon.png b/assets/img/favicon.png
deleted file mode 100644
index 4332c1f..0000000
Binary files a/assets/img/favicon.png and /dev/null differ
diff --git a/assets/img/motif.png b/assets/img/motif.png
deleted file mode 100644
index 4cf2d70..0000000
Binary files a/assets/img/motif.png and /dev/null differ
diff --git a/code-of-conduct.md b/code-of-conduct.md
index 4d917b4..5be1d56 100644
--- a/code-of-conduct.md
+++ b/code-of-conduct.md
@@ -1,7 +1,6 @@
 ---
 title: "CentOS Code of Conduct"
-layout: page
-permalink: /:path/:basename/index.html
+layout: aside
 toc: true
 ---
 
diff --git a/images/background.jpeg b/images/background.jpeg
deleted file mode 100644
index c573f53..0000000
Binary files a/images/background.jpeg and /dev/null differ
diff --git a/images/sponsors/steadfast.png b/images/sponsors/steadfast.png
deleted file mode 100644
index 978e43e..0000000
Binary files a/images/sponsors/steadfast.png and /dev/null differ