diff --git a/content/about/about.erb b/content/about/about.erb index 1c2bb32..37dd8f1 100644 --- a/content/about/about.erb +++ b/content/about/about.erb @@ -13,7 +13,7 @@ narrow_page: true

We organize various tech related talks by experts (eg. professors, PhD's, Richard Stallman, Julia Reda, ...), 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. + Together we build interesting applications for Ghent University students (Hydra), for FaculteitenKonvent and 12urenloop, and ofcourse for ourselves.

@@ -34,37 +34,6 @@ narrow_page: true Mail us all at: bestuur@zeus.ugent.be - - - - - - - - - - - <% current_bestuur.each do |lid| %> - - - - - - - <% end %> - -
FunctionNameE-mail
- <%= lid[:rol] %> - - <%= lid[:naam] %> - - <%= lid[:mail] %> - - <% if lid[:mail] %> - - <%= fa :envelope %> - - <% end %> -
+ <%= render '/partials/_current_bestuur.*' %> diff --git a/content/about/contact.erb b/content/about/contact.erb deleted file mode 100644 index 4e9dcd9..0000000 --- a/content/about/contact.erb +++ /dev/null @@ -1,135 +0,0 @@ ---- -narrow_page: true -icon_size: 2x -contact_links: - - icon: facebook - link: https://www.facebook.com/zeus.wpi/ - description: Facebook - action: Like us - - icon: envelope - link: ../about#board - description: Email - action: Mail us - - icon: twitter - link: https://twitter.com/zeuswpi - description: Twitter - action: Follow us - - icon: comments - link: https://mattermost.zeus.gent/ - description: Mattermost - action: Message us - - icon: inbox - link: http://lists.zeus.ugent.be/mailman/listinfo/leden - description: Mailinglist - action: Keep up to date - - icon: github - link: https://github.com/ZeusWPI/ - description: GitHub - action: Fork us - - icon: phone - link: 'tel:+3292644751' - description: Phone - action: Call us ---- - -<% content_for :head do %> - - -<% end %> - -<%= render '/partials/_about_sub_navbar.*', selected: 'contact' %> -

Contact us

-

bleep bloop

- - - - - -
-
-
- - -
-

Pay us

-
-

- BE32 9799 9370 6502 -

-

- Please include your Tab name in the description of the transaction -

- - <%= fa :euro, fw: true %> Use Tab - -
- - -
-

Call us

-
-

- +32 9 264 47 51
- Intern: 4751 -

-
-
- - -
-
-

Find us

-
-

- You can find our hiding place, or what we call 'de kelder' at the basement level of following address: -

-
- Krijgslaan 281
- Campus Sterre S9
- 9000 Gent
-
- -
-
-
- - -
-
-

Mattermost info

-
-

- You can register with any valid email address. -

-
-
-
- - -
- <%= render '/partials/_map.erb', location: "Zeus WPI" %> -
diff --git a/content/blog/17-18/codenights.md b/content/blog/17-18/codenights.md index a2669c5..4a1d70f 100644 --- a/content/blog/17-18/codenights.md +++ b/content/blog/17-18/codenights.md @@ -13,4 +13,4 @@ De codenights zijn ook een ideaal moment om Zeus te leren kennen! Er zal wel alt De codenights gaan officieel van start op **Dinsdag 3 juli 17:00**, en gaan de hele zomervakantie door op dinsdagen (uitgezonderd op dinsdag 17 juli, tijdens de Gentse Feesten). Deze blogpost zal een update krijgen indien er een codenight niet door gaat, en bekijk zeker onze [Slack](https://zeuswpi.slack.com/) in de #zeus en #codenight kanalen. -Alle codenights gaan door in de [Zeus kelder](/about/contact/)! +Alle codenights gaan door in de [Zeus kelder](/contact/)! diff --git a/content/cammie.erb b/content/cammie.erb index 418db0d..ced0024 100644 --- a/content/cammie.erb +++ b/content/cammie.erb @@ -78,5 +78,5 @@ title: Cammie Send to kelder -
+
diff --git a/content/contact.erb b/content/contact.erb new file mode 100644 index 0000000..aa99110 --- /dev/null +++ b/content/contact.erb @@ -0,0 +1,150 @@ +--- +navigable: true +title: Contact +order: 10 +narrow_page: true +icon_size: 2x +contact_links: + - icon: facebook + link: https://www.facebook.com/zeus.wpi/ + description: Facebook + action: Like us + - icon: envelope + link: ../contact#board + description: Email + action: Mail us + - icon: twitter + link: https://twitter.com/zeuswpi + description: Twitter + action: Follow us + - icon: comments + link: https://mattermost.zeus.gent/ + description: Mattermost + action: Message us + - icon: inbox + link: http://lists.zeus.ugent.be/mailman/listinfo/leden + description: Mailinglist + action: Keep up to date + - icon: github + link: https://github.com/ZeusWPI/ + description: GitHub + action: Fork us + - icon: phone + link: 'tel:+3292644751' + description: Phone + action: Call us +--- + +<% content_for :head do %> + + + +<% end %> + + +
+

Contact us

+

bleep bloop

+ + + + +
+

The board (<%= pretty_year @config[:academic_year] %>)

+
+ Mail us all at: bestuur@zeus.ugent.be +
+ + <%= render '/partials/_current_bestuur.*' %> +
+ + + +

Varia

+
+
+
+ + +
+

Pay us

+
+

+ BE32 9799 9370 6502 +

+

+ Please include your Tab name in the description of the transaction +

+ + <%= fa :euro, fw: true %> Use Tab + +
+ + +
+

Call us

+
+

+ +32 9 264 47 51
+ Intern: 4751 +

+
+
+ + +
+
+

Find us

+
+

+ You can find our hiding place, or what we call 'de kelder' at the basement level of following address: +

+
+ Krijgslaan 281
+ Campus Sterre S9
+ 9000 Gent
+
+ +
+
+
+ + +
+
+

Mattermost info

+
+

+ You can register with any valid email address. +

+
+
+
+ + +
+ <%= render '/partials/_map.erb', location: "Zeus WPI" %> +
+
diff --git a/layouts/partials/_about_sub_navbar.erb b/layouts/partials/_about_sub_navbar.erb index 3235364..0c9c5d4 100644 --- a/layouts/partials/_about_sub_navbar.erb +++ b/layouts/partials/_about_sub_navbar.erb @@ -1,7 +1,6 @@