diff --git a/docs/config.toml b/docs/config.toml
index e2d8f50..3855067 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -18,7 +18,8 @@ enableRobotsTXT = "false"
icon = "assets/img/dyne-icon.svg"
footerIcon = "assets/img/dyne-icon.svg"
email = "info@dyne.org"
- download = "download"
+ sourcecode = "https://github.com/dyne/dowse"
+ download = "https://github.com/dyne/dowse"
documentation = "https://github.com/dyne/dowse/wiki"
[params.geo]
diff --git a/docs/content/download/_index.md b/docs/content/download/_index.md
deleted file mode 100644
index 727e849..0000000
--- a/docs/content/download/_index.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Download Dowse
-description_markdown: "Point your browsers and cook your SD cards or download the source code
- from github to try it. \n\n
- You can write the images on the Micro SD card:\n\n
- • On Windows: using [Win32DiskImager](https://sourceforge.net/projects/win32diskimager/) as you would do with [Raspbian](https://www.raspberrypi.com/documentation/computers/getting-started.html)
- • On Linux: `sudo dd bs=2M if=/path/devuan.img of=/dev/sd`
- • On Mac: same as you would with Raspbian"
-image: "images/cmdr-shane-610506-unsplash.webp"
-buttons:
- - URL: https://files.dyne.org/dowse/
- label: Download
- - URL: https://github.com/dyne/dowse/
- label: Source Code
-layout: download
----
-
diff --git a/docs/content/workshops/_index.md b/docs/content/workshops/_index.md
new file mode 100644
index 0000000..dddfb86
--- /dev/null
+++ b/docs/content/workshops/_index.md
@@ -0,0 +1,10 @@
+---
+title: Book A Workshop
+description_markdown: "Dyne.org's Dowse-workshops have been critically aclaimed internationally for their pedagogic value. If your institution is looking into elevating the digital awareness of their organization members, this workshop is for you. \n\n Learn the behind-the-scenes of your Local Area Network (LAN) and get a deeper understanding of **how, when and where** your devices are connecting through the Internet."
+image: "images/cmdr-shane-610506-unsplash.webp"
+buttons:
+ - URL: "mailto:info+dowseworkshop@dyne.org?subject=Dowse Workshop Request"
+ label: Book a workshop
+layout: download
+---
+
diff --git a/docs/data/navigation.yml b/docs/data/navigation.yml
index d27eac5..64e82f0 100644
--- a/docs/data/navigation.yml
+++ b/docs/data/navigation.yml
@@ -3,8 +3,8 @@
URL: "about/"
icon: ''
external: false
-- name: "Download"
- URL: "download/"
+- name: "Workshops"
+ URL: "workshops/"
icon: ''
external: false
- name: "Docs"
diff --git a/docs/themes/dyne-soft/layouts/_default/index.html b/docs/themes/dyne-soft/layouts/_default/index.html
index db3a0d4..69bdbec 100644
--- a/docs/themes/dyne-soft/layouts/_default/index.html
+++ b/docs/themes/dyne-soft/layouts/_default/index.html
@@ -17,7 +17,7 @@