diff --git a/content/attributions.org b/content/attributions.org
new file mode 100644
index 0000000..88bc88a
--- /dev/null
+++ b/content/attributions.org
@@ -0,0 +1,6 @@
+
+These are a list of attributions to the extarnal works I have used in this website.
+
+| Link(local)                               | Link (source) | Attribution                                                                                     |
+|-------------------------------------------+---------------+-------------------------------------------------------------------------------------------------|
+| [[/exocortex/ox-hugo/Human_Brain_Symbol.png]] | [[https://commons.wikimedia.org/wiki/File:Human_Brain_Symbol.svg ][source]]        | Pendethan, CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0>, via Wikimedia Commons |
diff --git a/create-site.el b/create-site.el
index 66da295..609acfc 100755
--- a/create-site.el
+++ b/create-site.el
@@ -75,7 +75,7 @@
                            (nav (@ (class "nav"))
 
                                 (a (@ (class "nav-link") (href "/")) "<span style='color: #833F3F;'>Home</span>") " "
-                                (a (@ (class "nav-link") (href "/exocortex/")) "<span style='color: #304570;'>Exocortex</span><sub style='font-size: 0.55em; color: #DE3163'> requires javascript</sub>") " "
+                                (a (@ (class "nav-link") (href "/exocortex/")) "<span style='color: #DE3163;'>Exocortex</span><sub style='font-size: 0.55em; color: red;'> requires javascript</sub>") " "
                                 (a (@ (class "nav-link") (href "/blogs/")) "<span style='color: #3F833F;'>Blog</span>") " "
                                 (a (@ (class "nav-link") (href "https://cosmicflow.space:3030/")) "<span style='color: #C0C0C0;'>Git</span><sub style='font-size: 0.6em; color: red'> clearweb</sub>") " "
                                 (a (@ (class "nav-link") (href "http://git.cosmicflow.i2p/")) "<span style='color: #C0C0C0;'>Git</span><sub style='font-size: 0.6em; color: #e9ff33'> i2p</sub>") " "
@@ -95,6 +95,8 @@
                                 (p (a (@ (href  "/privacy_policy/")) "Privacy Policy")
                                    " · "
                                    (a (@ (href "/credits/")) "Credits")
+				   " · "
+                                   (a (@ (href "/attributions/")) "Attributions")
                                    " · "
                                    (a (@ (href "https://cosmicflow.space:3030/DibyashanuPati/cosmicflow")) "Source Code (clearweb)")
                                    " · "