2017-10-10 16:57:01 +02:00
|
|
|
---
|
|
|
|
narrow_page: true
|
2017-10-13 13:30:56 +02:00
|
|
|
icon_size: 2x
|
|
|
|
contact_links:
|
|
|
|
- icon: facebook
|
|
|
|
link: https://www.facebook.com/zeus.wpi/
|
|
|
|
description: FACEBOOK
|
2017-10-13 23:04:42 +02:00
|
|
|
action: Like us
|
2017-10-13 13:30:56 +02:00
|
|
|
- icon: envelope
|
2017-10-13 23:04:42 +02:00
|
|
|
link: ../about#board
|
2017-10-13 13:30:56 +02:00
|
|
|
description: EMAIL
|
2017-10-13 23:04:42 +02:00
|
|
|
action: Mail us
|
2017-10-13 13:30:56 +02:00
|
|
|
- icon: twitter
|
|
|
|
link: https://twitter.com/zeuswpi
|
|
|
|
description: TWITTER
|
2017-10-13 23:04:42 +02:00
|
|
|
action: Follow us
|
2017-10-13 13:30:56 +02:00
|
|
|
- icon: slack
|
|
|
|
link: https://zeuswpi.slack.com/
|
|
|
|
description: SLACK
|
|
|
|
action: Message us
|
2017-10-13 23:04:42 +02:00
|
|
|
- icon: commenting
|
|
|
|
link: irc://wina.ugent.be/#zeus
|
|
|
|
description: IRC
|
|
|
|
action: Chat with 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
|
2017-10-10 16:57:01 +02:00
|
|
|
---
|
|
|
|
<%= render '/partials/_about_sub_navbar.*', selected: 'contact' %>
|
2017-10-13 13:30:56 +02:00
|
|
|
<h1 class='title is-1 has-text-centered'>Contact</h1>
|
2017-10-10 16:57:01 +02:00
|
|
|
|
2017-10-13 23:04:42 +02:00
|
|
|
<div class='is-divider'></div>
|
2017-10-13 13:30:56 +02:00
|
|
|
|
2017-10-13 23:04:42 +02:00
|
|
|
<ul id='contact-icons' class='columns is-centered is-multiline'>
|
|
|
|
<% @item[:contact_links].each do |option| %>
|
|
|
|
<div class='column is-one-quarter-desktop is-one-third-tablet is-half-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>
|
2017-10-10 16:57:01 +02:00
|
|
|
</li>
|
2017-10-13 23:04:42 +02:00
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div class='is-divider'></div>
|
|
|
|
</ul>
|
|
|
|
<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>
|