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/
|
2017-10-19 16:41:56 +02:00
|
|
|
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-19 16:41: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
|
2017-10-19 16:41:56 +02:00
|
|
|
description: Twitter
|
2017-10-13 23:04:42 +02:00
|
|
|
action: Follow us
|
2018-10-29 19:45:36 +01:00
|
|
|
- icon: comments
|
|
|
|
link: https://mattermost.zeus.gent/
|
|
|
|
description: Mattermost
|
2017-10-13 13:30:56 +02:00
|
|
|
action: Message us
|
2017-10-13 23:04:42 +02:00
|
|
|
- icon: inbox
|
|
|
|
link: http://lists.zeus.ugent.be/mailman/listinfo/leden
|
2017-10-19 16:41:56 +02:00
|
|
|
description: Mailinglist
|
2017-10-13 23:04:42 +02:00
|
|
|
action: Keep up to date
|
|
|
|
- icon: github
|
|
|
|
link: https://github.com/ZeusWPI/
|
2017-10-19 16:41:56 +02:00
|
|
|
description: GitHub
|
2017-10-13 23:04:42 +02:00
|
|
|
action: Fork us
|
|
|
|
- icon: phone
|
|
|
|
link: 'tel:+3292644751'
|
2017-10-19 16:41:56 +02:00
|
|
|
description: Phone
|
2017-10-13 23:04:42 +02:00
|
|
|
action: Call us
|
2017-10-10 16:57:01 +02:00
|
|
|
---
|
|
|
|
<%= render '/partials/_about_sub_navbar.*', selected: 'contact' %>
|
2017-10-19 16:41:56 +02:00
|
|
|
<h1 class='title is-1 has-text-centered'>Contact us</h1>
|
|
|
|
<h2 class='subtitle is-4 has-text-centered has-text-weight-light'>bleep bloop</h1>
|
2017-10-13 13:30:56 +02:00
|
|
|
|
2017-10-13 23:50:56 +02:00
|
|
|
<!-- Contact buttons -->
|
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'>
|
2017-10-13 23:50:56 +02:00
|
|
|
<li id='<%= option[:description] %>' class='contact-circle-option'>
|
2017-10-13 23:04:42 +02:00
|
|
|
<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>
|
2017-10-19 16:41:56 +02:00
|
|
|
<h4 class='contact-description is-uppercase'><%= option[:description] %></h3>
|
2017-10-13 23:04:42 +02:00
|
|
|
<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>
|
|
|
|
|
2017-10-13 23:50:56 +02:00
|
|
|
<!-- Extra information tiles -->
|
2017-10-19 16:41:56 +02:00
|
|
|
<div id='contact-info' class='tile is-ancestor is-vertical'>
|
2017-10-13 23:43:28 +02:00
|
|
|
<div class='tile is-parent'>
|
2017-10-13 23:50:56 +02:00
|
|
|
<div class='tile is-parent is-vertical'>
|
|
|
|
|
|
|
|
<!-- Payment information -->
|
|
|
|
<div id='payment-info' class='tile is-child box content has-text-centered'>
|
2017-10-13 23:43:28 +02:00
|
|
|
<h1 class='title has-text-centered'>Pay us</h1>
|
|
|
|
<div class='is-divider'></div>
|
2017-10-13 23:50:56 +02:00
|
|
|
<p id='banknumber' class='is-size-5'>
|
2017-10-13 23:43:28 +02:00
|
|
|
BE32 9799 9370 6502
|
|
|
|
</p>
|
|
|
|
<a class='button' href='https://zeus.ugent.be/tab/'>
|
|
|
|
<%= fa :euro, fw: true %> Use Tab
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
2017-10-13 23:50:56 +02:00
|
|
|
<!-- Calling information -->
|
|
|
|
<div id='calling-info' class='tile is-child box content has-text-centered'>
|
2017-10-13 23:43:28 +02:00
|
|
|
<h1 class='title has-text-centered'>Call us</h1>
|
|
|
|
<div class='is-divider'></div>
|
2017-10-13 23:50:56 +02:00
|
|
|
<p id='phone-number' class='is-size-5'>
|
2018-08-06 19:39:03 +02:00
|
|
|
+32 9 264 47 51<br/>
|
2017-10-13 23:43:28 +02:00
|
|
|
Intern: 4751
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2017-10-13 23:50:56 +02:00
|
|
|
<!-- Address information -->
|
|
|
|
<div id='address-info' class='tile is-parent'>
|
2017-10-13 23:43:28 +02:00
|
|
|
<div class='tile is-child box content'>
|
|
|
|
<h1 class='title has-text-centered'>Find us</h1>
|
|
|
|
<div class='is-divider'></div>
|
|
|
|
<p class='is-size-5'>
|
|
|
|
You can find our hiding place, or what we call <strong>'de kelder'</strong> at the basement level of following address:
|
|
|
|
</p>
|
2017-10-13 23:50:56 +02:00
|
|
|
<blockquote id='address' class='is-size-5'>
|
2018-08-06 19:39:03 +02:00
|
|
|
Krijgslaan 281<br/>
|
|
|
|
Campus Sterre S9<br/>
|
|
|
|
9000 Gent<br/>
|
2017-10-13 23:43:28 +02:00
|
|
|
</blockquote>
|
2017-10-19 16:41:56 +02:00
|
|
|
<div id='contact-location-buttons'>
|
|
|
|
<a class='button' href='https://www.google.com/maps/place/Zeus+WPI/@51.023115,3.7103,17z/data=!4m5!3m4!1s0x0:0x49fd54f81cafeb5f!8m2!3d51.0231149!4d3.7103?hl=en-US'>
|
|
|
|
<%= fa :'map-marker', fw: true %> Google Maps
|
|
|
|
</a>
|
|
|
|
<a class='button' href='https://soleway.ugent.be/routes/4370'>
|
|
|
|
<%= fa :'map-signs', fw: true %> Soleway
|
|
|
|
</a>
|
|
|
|
</div>
|
2017-10-13 23:43:28 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-10-13 23:50:56 +02:00
|
|
|
|
2018-10-29 19:45:36 +01:00
|
|
|
<!-- Mattermost information -->
|
|
|
|
<div id='mattermost-info' class='tile is-parent'>
|
2017-10-13 23:43:28 +02:00
|
|
|
<div class='tile is-child box content'>
|
2018-10-29 19:45:36 +01:00
|
|
|
<h1 class='title has-text-centered'>Mattermost info</h1>
|
2017-10-13 23:43:28 +02:00
|
|
|
<div class='is-divider'></div>
|
2018-10-29 19:45:36 +01:00
|
|
|
<p id='mattermost-info-text' class='is-size-5'>
|
|
|
|
You can register with any valid email address.
|
2017-10-13 23:43:28 +02:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2017-10-13 23:50:56 +02:00
|
|
|
<!-- Embedded Google Maps -->
|
2017-12-17 19:41:23 +01:00
|
|
|
<div class="map-wrapper box">
|
|
|
|
<iframe id='google-maps' 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>
|
|
|
|
</div>
|