diff --git a/content/about.erb b/content/about.erb
index c613831..652e0ed 100644
--- a/content/about.erb
+++ b/content/about.erb
@@ -4,105 +4,4 @@ title: About
order: 0
narrow_page: true
---
-<%= render '/partials/_about_sub_navbar.*', selected: 'about' %>
-
-
- Zeus WPI is the student association for Computer Science at Ghent University.
- Our goal is to provide a stimulating environment for motivated students looking to expand their skills by engaging in interesting real-world projects.
-
-
-
- We organize various tech related talks by experts (eg. professors, PhD's, Richard Stallman, Julia Roberts, ...), hands-on coding events and introductory lectures for cool technologies.
- Together we build interesting applications for Ghent University students (Hydra), for FaculteitenKonvent and 12Urenloop, and ofcourse for ourselves.
-
-
-
- Be sure to check out the project-page!
-
-
-
- Everybody is welcom at Zeus WPI, even if you don't study computer science. The only requirement is a healthy dose of motivation and some (toleration for) geekyness.
-
-
-
The board
-
-
- The board is the oil in the machine and is the driving force behind the organization of events and projects.
- The Zeus WPI board for the <%= pretty_year @config[:academic_year] %> academic year is:
-
-
-
-
-
- Function |
- Name |
- E-mail |
- |
-
-
-
- <% current_bestuur.each do |lid| %>
-
-
- <%= lid[:rol] %>
- |
-
- <%= lid[:naam] %>
- |
-
- <%= lid[:mail] %>
- |
-
-
- <%= fa :envelope %>
-
- |
-
- <% end %>
-
-
-
-
Contact
-
-
- Zeus WPI is located in the basement of the S9 building on Campus Sterre, by it's members often named “de kelder”.
-
-
-
Reach us:
-
-
- -
- come to “de kelder” and say hi! (find us here).
-
- -
- mail the board (bestuur@zeus.ugent.be), or some specific members
-
- -
- join our Slack team (by *ugent.be mail or invite)
-
- -
- send a yellow postcard “Zeus WPI – Krijgslaan 281, S9 – 9000 Gent”
-
- -
- keep up to date trough our mailinglist
-
- -
- check out our IRC-channel
-
- -
- call us at 09 264 4751 (intern: 4751)
-
- -
- deposit at BE32 9799 9370 6502 (BIC: ARSP BE 22)
-
- -
- follow us on Twitter: @ZeusWPI
-
- -
- like us on Facebook
-
-
-
-
+
+
+ Zeus WPI is the student association for Computer Science at Ghent University.
+ Our goal is to provide a stimulating environment for motivated students looking to expand their skills by engaging in interesting real-world projects.
+
+
+
+ We organize various tech related talks by experts (eg. professors, PhD's, Richard Stallman, Julia Roberts, ...), hands-on coding events and introductory lectures for cool technologies.
+ Together we build interesting applications for Ghent University students (Hydra), for FaculteitenKonvent and 12Urenloop, and ofcourse for ourselves.
+
+
+
+ Be sure to check out the project-page!
+
+
+
+ Everybody is welcom at Zeus WPI, even if you don't study computer science. The only requirement is a healthy dose of motivation and some (toleration for) geekyness.
+
+
+
The board
+
+
+ The board is the oil in the machine and is the driving force behind the organization of events and projects.
+ The Zeus WPI board for the <%= pretty_year @config[:academic_year] %> academic year is:
+
+
+
+
+
+ Function |
+ Name |
+ E-mail |
+ |
+
+
+
+ <% current_bestuur.each do |lid| %>
+
+
+ <%= lid[:rol] %>
+ |
+
+ <%= lid[:naam] %>
+ |
+
+ <%= lid[:mail] %>
+ |
+
+
+ <%= fa :envelope %>
+
+ |
+
+ <% end %>
+
+
+
+
\ No newline at end of file
diff --git a/content/about/contact.erb b/content/about/contact.erb
new file mode 100644
index 0000000..348363c
--- /dev/null
+++ b/content/about/contact.erb
@@ -0,0 +1,49 @@
+---
+narrow_page: true
+---
+
+<%= render '/partials/_about_sub_navbar.*', selected: 'contact' %>
+
+
+
+ Zeus WPI is located in the basement of the S9 building on Campus Sterre, by it's members often named “de kelder”.
+
+
+
Reach us:
+
+
+ -
+ come to “de kelder” and say hi! (find us here).
+
+ -
+ mail the board (bestuur@zeus.ugent.be), or some specific members
+
+ -
+ join our Slack team (by *ugent.be mail or invite)
+
+ -
+ send a yellow postcard “Zeus WPI – Krijgslaan 281, S9 – 9000 Gent”
+
+ -
+ keep up to date trough our mailinglist
+
+ -
+ check out our IRC-channel
+
+ -
+ call us at 09 264 4751 (intern: 4751)
+
+ -
+ deposit at BE32 9799 9370 6502 (BIC: ARSP BE 22)
+
+ -
+ follow us on Twitter: @ZeusWPI
+
+ -
+ like us on Facebook
+
+
+
+
\ No newline at end of file
diff --git a/layouts/partials/_about_sub_navbar.erb b/layouts/partials/_about_sub_navbar.erb
index 181b2dc..f2e3572 100644
--- a/layouts/partials/_about_sub_navbar.erb
+++ b/layouts/partials/_about_sub_navbar.erb
@@ -1,6 +1,7 @@