zeus.ugent.be/content/about/contact.erb

84 lines
3 KiB
Plaintext
Raw Normal View History

2017-10-10 14:57:01 +00:00
---
narrow_page: true
2017-10-13 11:30:56 +00:00
icon_size: 2x
contact_links:
- icon: facebook
link: https://www.facebook.com/zeus.wpi/
description: FACEBOOK
action: 'Like us'
- icon: envelope
link: mailto:bestuur@zeus.ugent
description: EMAIL
action: bestuur@zeus.ugent
- icon: twitter
link: https://twitter.com/zeuswpi
description: TWITTER
action: 'Follow us'
- icon: slack
link: https://zeuswpi.slack.com/
description: SLACK
action: Message us
2017-10-10 14:57:01 +00:00
---
<%= render '/partials/_about_sub_navbar.*', selected: 'contact' %>
2017-10-13 11:30:56 +00:00
<h1 class='title is-1 has-text-centered'>Contact</h1>
2017-10-10 14:57:01 +00:00
2017-10-13 11:30:56 +00:00
<div class=''>
<%# TODO: Put in a loop for all entries %>
<ul id='contact-icons' class='columns is-centered is-multiline'>
<% @item[:contact_links].each do |option| %>
<div class='column is-one-quarter-desktop is-half-tablet is-two-thirds-mobile'>
<li class='contact-circle-option'>
<a href='<%= option[:link] %>' class='contact-circle-wrapper'>
<div class='contact-circle is-centered'>
<div class='contact-circle-pulse grow'></div>
<%= fa option[:icon], size: @item[:icon_size], class: 'grow-large' %>
</div>
</a>
<h4 class='contact-description'><%= option[:description] %></h3>
<p class='has-text-centered'>
<a href='<%= option[:link] %>' class='contact-text-link is-link'><%= option[:action] %></a>
</p>
</li>
</div>
<% end %>
</ul>
2017-10-10 14:57:01 +00:00
<p>
Zeus WPI is located in the basement of the S9 building on Campus Sterre, by it's members often named “de kelder”.
</p>
<ul>
<li>
2017-10-13 11:30:56 +00:00
come to “de kelder” and say hi! (find us <a href='https://soleway.ugent.be/routes/4370'> here</a>).
2017-10-10 14:57:01 +00:00
</li>
<li>
2017-10-13 11:30:56 +00:00
mail <a href='mailto:bestuur@zeus.ugent.be'>the board</a> (bestuur@zeus.ugent.be), or some <a href='../about'> specific members </a>
2017-10-10 14:57:01 +00:00
</li>
<li>
2017-10-13 11:30:56 +00:00
join our <a href='https://zeuswpi.slack.com/'>Slack team</a> (by *ugent.be mail or invite)
2017-10-10 14:57:01 +00:00
</li>
<li>
send a yellow postcard “Zeus WPI Krijgslaan 281, S9 9000 Gent”
</li>
<li>
2017-10-13 11:30:56 +00:00
keep up to date trough our <a href='http://lists.zeus.ugent.be/mailman/listinfo/leden'>mailinglist</a>
2017-10-10 14:57:01 +00:00
</li>
<li>
2017-10-13 11:30:56 +00:00
check out our <a href='irc://wina.ugent.be/#zeus'>IRC-channel</a>
2017-10-10 14:57:01 +00:00
</li>
<li>
2017-10-13 11:30:56 +00:00
call us at <a href='tel://+3292644751'>09 264 4751</a> (intern: 4751)
2017-10-10 14:57:01 +00:00
</li>
<li>
deposit at BE32 9799 9370 6502 (BIC: ARSP BE 22)
</li>
<li>
2017-10-13 11:30:56 +00:00
follow us on Twitter: <a href='http://twitter.com/ZeusWPI'>@ZeusWPI</a>
2017-10-10 14:57:01 +00:00
</li>
<li>
2017-10-13 11:30:56 +00:00
like us on <a href='https://www.facebook.com/zeus.wpi'>Facebook</a>
2017-10-10 14:57:01 +00:00
</li>
</ul>
2017-10-13 11:30:56 +00:00
<iframe src='https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1156.8611760710044!2d3.7102397000000003!3d51.023149499999995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c373c271502d9b%3A0x49fd54f81cafeb5f!2sZeus+WPI!5e0!3m2!1sen!2sbe!4v1481415854540' height='450' style='border:0;width:100%' allowfullscreen></iframe>
2017-10-10 14:57:01 +00:00
</div>