diff --git a/README.md b/README.md
index 4ca7bc7..87841c3 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ To use this repository as a template, simply:
- clone repository
- add your own content to templates directory (see more below)
- [install Zola](https://www.getzola.org/documentation/getting-started/installation/),
-- run npm insall to install dependencies
+- run `npm install` to install dependencies
- run `npm run start`
## How to create pages using this template
diff --git a/content/apage.md b/content/apage.md
new file mode 100644
index 0000000..29b6f33
--- /dev/null
+++ b/content/apage.md
@@ -0,0 +1,49 @@
+---
+title: "This is a page"
+description: ""
+date: 2018-09-14
+updated: 2021-02-20
+draft: false
+---
+
+{% row() %}
+
+# Reimagine your world
+
+
+
+test
+|||
+
+
+
+{% end %}
+
+
+
+
+{% row() %}
+
+
+
+|||
+
+# Reimagine your world
+
+
+
+Its really cool how this has been done.
+
+Finally a framework fun to be used.
+
+> Am super happy about it
+
+- test
+- test2
+ - internet
+ - something
+- test3
+
+
+
+{% end %}
diff --git a/content/careers/index.md b/content/careers/index.md
index 1311d14..ebf9f57 100644
--- a/content/careers/index.md
+++ b/content/careers/index.md
@@ -1,5 +1,5 @@
---
-title: "Careers"
+title: "Join us"
description: ""
insert_anchor_links: "left"
template: "page.html"
diff --git a/content/header/_index.md b/content/header/_index.md
index 236431e..04f3720 100644
--- a/content/header/_index.md
+++ b/content/header/_index.md
@@ -17,9 +17,9 @@ extra:
-#### The Internot
+#### [The Internot](apage)
-Whats wrong with the internet
+Whats wrong with the [internet](apage)
#### Our Internet
@@ -77,7 +77,7 @@ Projects in OurWorld
Be a part of the new internet
-- [Careers]("/careers")
+- [Join us]("/careers")
- [Blog]("/blog")
{% end %}