diff --git a/config.toml b/config.toml
index 84955e2..af949c7 100644
--- a/config.toml
+++ b/config.toml
@@ -54,15 +54,15 @@ url = "/timeline"
weight = 3
[[menu.main]]
-name = "Publications"
+name = "Project"
parent = "about"
-url = "/publications"
-weight = 5
+url = "/project"
+weight = 4
[[menu.main]]
-name = "Project"
+name = "Publications"
parent = "about"
-url = "/project"
+url = "/publications"
weight = 5
[[menu.main]]
@@ -106,7 +106,6 @@ parent = "getting-started"
url = "/specification/list"
weight = 5
-
[[menu.main]]
name = "Implementations"
parent = "getting-started"
@@ -148,17 +147,23 @@ parent = "community"
url = "/taps"
weight = 4
+[[menu.main]]
+name = "GitHub"
+parent = "community"
+url = "/github"
+weight = 5
+
[[menu.main]]
name = "Contribute"
parent = "community"
url = "https://github.com/theupdateframework/python-tuf"
-weight = 5
+weight = 6
[[menu.main]]
name = "Chat (CNCF Slack)"
parent = "community"
url = "https://cloud-native.slack.com/archives/C8NMD3QJ3"
-weight = 6
+weight = 7
[[menu.main]]
name = "News"
diff --git a/content/github.md b/content/github.md
new file mode 100644
index 0000000..e6a6c10
--- /dev/null
+++ b/content/github.md
@@ -0,0 +1,32 @@
+---
+title: Join TUF GitHub
+---
+
+### Check out [theupdateframework](https://github.com/theupdateframework) GitHub repositories:
+
+> ## [python-tuf Repository](https://github.com/theupdateframework/python-tuf)
+> this repository is a reference implementation written in python
+
+> ## [specification Repository](https://github.com/theupdateframework/specification)
+> The Update Framework specification
+
+> ## [theupdateframework.io Repository](https://github.com/theupdateframework/theupdateframework.io)
+> Website assets for TUF
+
+> ## [community Repository](https://github.com/theupdateframework/community)
+> Community repository of TUF
+
+> ## [taps Repository](https://github.com/theupdateframework/taps)
+> TUF Augmentation Proposals (TAPs)
+
+> ## [tuf-on-ci Repository](https://github.com/theupdateframework/tuf-on-ci)
+> A TUF repository and signing tool
+
+> ## [rust-tuf Repository](https://github.com/theupdateframework/rust-tuf)
+> Rust implementation of The Update Framework (TUF)
+
+> ## [go-tuf Repository](https://github.com/theupdateframework/go-tuf)
+> Go implementation of The Update Framework (TUF)
+
+> ## [tuf-js Repository](https://github.com/theupdateframework/tuf-js)
+> JavaScript implementation of the Update Framework (TUF)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 9359b30..07f40aa 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -3,6 +3,15 @@
+
+
+