diff --git a/content/en/_index.html b/content/en/_index.html
index 4d8082223ed28..2cb16d2ccbe19 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -60,30 +60,3 @@
The Challenges of Migrating 150+ Microservices to Kubernetes
{{< blocks/kubernetes-features >}}
{{< blocks/case-studies >}}
-
-
diff --git a/i18n/en.toml b/i18n/en.toml
index f8c445e55ca19..da41e45517707 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -24,6 +24,9 @@ other = "Kubernetes Features"
[main_cncf_project]
other = """We are a CNCF graduated project"""
+[main_kubeweekly_signup]
+other = "Subscribe"
+
[main_contribute]
other = "Contribute"
@@ -76,4 +79,4 @@ other = "Events Calendar"
# UI elements
[ui_search_placeholder]
-other = "Search"
\ No newline at end of file
+other = "Search"
diff --git a/layouts/index.html b/layouts/index.html
index 494494311c0cc..b0b579e0dbc30 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -7,6 +7,36 @@
+
+
{{ end }}
@@ -14,4 +44,4 @@
{{ with .Site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
{{ .LinkTitle }}
{{ end }}
-{{ end }}
\ No newline at end of file
+{{ end }}
diff --git a/sass/_base.sass b/sass/_base.sass
index 45b8cc5a83012..f63f3214ff7ed 100644
--- a/sass/_base.sass
+++ b/sass/_base.sass
@@ -1240,7 +1240,8 @@ $feature-box-div-margin-bottom: 40px
// KubeWeekly
#kubeweekly
background-color: $light-grey
- padding: 60px
+ padding-top: 60px
+ padding-bottom: 140px
background-size: auto
font-family: "Roboto Mono", monospace !important
font-size: 24px
@@ -1254,7 +1255,7 @@ $feature-box-div-margin-bottom: 40px
padding: 0 20px
line-height: 31px
color: white
- background-color: $blue
+ background-color: blue
text-decoration: none
font-size: 14px