diff --git a/content/contact.erb b/content/contact.erb index 09ca783d..66a86ff1 100644 --- a/content/contact.erb +++ b/content/contact.erb @@ -106,64 +106,59 @@ contact_links:

Varia

-
-
-
+
+ +
+

Pay us

+
+

+ BE03 7340 5456 0384 +

+

+ Please use the message "TAB <username>" when manually topping up your Tab balance +

+ + <%= fa :qrcode, fw: true %> Top up Tab balance + + + <%= fa :euro, fw: true %> Use Tab + +
+ + +
+

Call us

+
+

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

+
- -
-

Pay us

-
-

- BE03 7340 5456 0384 -

-

- Please use the message "TAB <username>" when manually topping up your Tab balance -

- - <%= fa :qrcode, fw: true %> Top up Tab balance + + diff --git a/content/index.erb b/content/index.erb index 268001aa..485704b3 100644 --- a/content/index.erb +++ b/content/index.erb @@ -13,168 +13,164 @@ <% end %>
-
- <% if studytime? %> - <%= render '/tiles/blokmap.*' %> - <% end %> - -
-
- - <% unless upcoming_events.empty? %> - <% upcoming_events.first(3).each do |event| %> -
- <%= render '/partials/_events_tile.*', event: event %> -
- <% end %> - <% else %> -
- There are currently no upcoming events. If you have a suggestion, let us know on mattermost in ~events! -
-
- <% end %> -
-
-
-
-
- -
-
-
-

- - - -

-
-
- -
-
-
+
+
+ <% if studytime? %> + <%= render '/tiles/blokmap.*' %> + <% end %> - - <% previous_events[0..3].each do |event| %> -
- <%= render '/partials/_events_tile.*', event: event %> -
- <%end%> + +
+ + <% unless upcoming_events.empty? %> + <% upcoming_events.first(3).each do |event| %> +
+ <%= render '/partials/_events_tile.*', event: event %>
+ <% end %> + <% else %> +
+ There are currently no upcoming events. If you have a suggestion, let us know on mattermost in ~events! +
-
-
-
-

- - About Zeus WPI - -

-

- 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. -

+ <% end %> +
-

- We organize various tech related events, such as talks by experts, hands-on coding events and introductory lectures for interesting technologies. - Together we build applications for Ghent University students (Hydra), for 12urenloop and of course for ourselves. -

-
-
- - - Blogpost + +
+ +
+ + +
+
+
+

+ + - +

+
+
+
- <% sorted_articles[0..2].each do |post| %> - <%= render '/partials/_blog_preview.*', post: post %> - <%end%>
+ + + + <% previous_events[0..3].each do |event| %> +
+ <%= render '/partials/_events_tile.*', event: event %> +
+ <%end%>
-
- -
-
-
+ + +
+
+

+ + About Zeus WPI + +

+

+ 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 events, such as talks by experts, hands-on coding events and introductory lectures for interesting technologies. + Together we build applications for Ghent University students (Hydra), for 12urenloop and of course for ourselves. +

+
+ + + + <% sorted_articles[0..2].each do |post| %> + <%= render '/partials/_blog_preview.*', post: post %> + <%end%>
- -
-
- + + +
+ + <% if current_sponsoring_members.nil? %> +
+

No sponsoring members yet for this academic year. Interested? Contact the board.

+
+ <% else %> +
+ <% current_sponsoring_members.shuffle.each do |member| %> +
+ - <% if current_sponsoring_members.nil? %> -
-

No sponsoring members yet for this academic year. Interested? Contact the board.

-
- <% else %> -
- <% current_sponsoring_members.shuffle.each do |member| %> -
-
- - <%= member[:name] %> - -
-
- <% end %> -
- <% end %>
+ <% end %> +
+ <% end %> +
+ + +
+ -
-
-
- - - Sponsors - - + <% if current_sponsors.nil? %> +
+

No sponsors yet for this academic year. Interested? Contact the board.

+
+ <% else %> +
+ <% current_sponsors.shuffle.each do |sponsor| %> +
+ - <% if current_sponsors.nil? %> -
-

No sponsors yet for this academic year. Interested? Contact the board.

-
- <% else %> -
- <% current_sponsors.shuffle.each do |sponsor| %> -
-
- - <%= sponsor[:name] %> - -
-
- <% end %> -
- <% end %>
+ <% end %>
+ <% end %>
diff --git a/layouts/events.erb b/layouts/events.erb index 1f3b136d..2f54d96e 100644 --- a/layouts/events.erb +++ b/layouts/events.erb @@ -64,7 +64,7 @@

Past events

<% past_events_in_year_or_tag(@item).each_slice(1) do |slice| %> -
+
<% slice.each do |event| %>
<%= render '/partials/_events_tile.*', event: event %>