Skip to content

Commit

Permalink
Small refactor, ironing out the final kinks
Browse files Browse the repository at this point in the history
  • Loading branch information
werthen committed Sep 26, 2024
1 parent fab43ba commit 2c2468e
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 201 deletions.
105 changes: 50 additions & 55 deletions content/contact.erb
Original file line number Diff line number Diff line change
Expand Up @@ -106,64 +106,59 @@ contact_links:

<!-- Extra information tiles -->
<h2>Varia</h2>
<div id='contact-info' class='tile is-ancestor is-vertical'>
<div class='tile is-parent'>
<div class='tile is-parent is-vertical'>
<div id='contact-info'>
<!-- Payment information -->
<div id='payment-info' class='tile is-child box content has-text-centered'>
<h1 class='title has-text-centered'>Pay us</h1>
<hr/>
<p id='banknumber' class='is-size-5'>
BE03 7340 5456 0384
</p>
<p class='is-size-5'>
<b>Please use the message <wbr>"TAB&nbsp;<em>&lt;username&gt;</em>" when manually topping up your Tab balance</b>
</p>
<a id="tab-qr-button" class="button">
<%= fa :qrcode, fw: true %> Top up Tab balance
</a>
<a class='button' href='https://tab.zeus.gent' target='_blank'>
<%= fa :euro, fw: true %> Use Tab
</a>
</div>

<!-- Calling information -->
<div id='calling-info' class='box content has-text-centered'>
<h1 class='title has-text-centered'>Call us</h1>
<hr/>
<p id='phone-number' class='is-size-5'>
+32 9 264 47 51<br/>
Internal: 4751
</p>
</div>

<!-- Payment information -->
<div id='payment-info' class='tile is-child box content has-text-centered'>
<h1 class='title has-text-centered'>Pay us</h1>
<hr/>
<p id='banknumber' class='is-size-5'>
BE03 7340 5456 0384
</p>
<p class='is-size-5'>
<b>Please use the message <wbr>"TAB&nbsp;<em>&lt;username&gt;</em>" when manually topping up your Tab balance</b>
</p>
<a id="tab-qr-button" class="button">
<%= fa :qrcode, fw: true %> Top up Tab balance
<!-- Address information -->
<div id='address-info' class='tile is-parent'>
<div class='box content'>
<h1 class='title has-text-centered'>Find us</h1>
<hr/>
<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>
<blockquote id='address' class='is-size-5'>
Krijgslaan 281<br/>
Campus Sterre S9<br/>
9000 Gent<br/>
</blockquote>
<p>The FI-number (internal UGent-ID for rooms) is 40.09.090.010</p>
<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 :'location-dot', fw: true %> Google Maps
</a>
<a class='button' href='https://tab.zeus.gent' target='_blank'>
<%= fa :euro, fw: true %> Use Tab
<a class='button' href='https://soleway.ugent.be/routes/4370'>
<%= fa :'map-signs', fw: true %> Soleway
</a>
<a class='button' href='https://www.openstreetmap.org/node/5256134433'>
<%= fa :'map-signs', fw: true %> Openstreetmap
</a>
</div>

<!-- Calling information -->
<div id='calling-info' class='tile is-child box content has-text-centered'>
<h1 class='title has-text-centered'>Call us</h1>
<hr/>
<p id='phone-number' class='is-size-5'>
+32 9 264 47 51<br/>
Internal: 4751
</p>
</div>
</div>

<!-- Address information -->
<div id='address-info' class='tile is-parent'>
<div class='tile is-child box content'>
<h1 class='title has-text-centered'>Find us</h1>
<hr/>
<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>
<blockquote id='address' class='is-size-5'>
Krijgslaan 281<br/>
Campus Sterre S9<br/>
9000 Gent<br/>
</blockquote>
<p>The FI-number (internal UGent-ID for rooms) is 40.09.090.010</p>
<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 :'location-dot', fw: true %> Google Maps
</a>
<a class='button' href='https://soleway.ugent.be/routes/4370'>
<%= fa :'map-signs', fw: true %> Soleway
</a>
<a class='button' href='https://www.openstreetmap.org/node/5256134433'>
<%= fa :'map-signs', fw: true %> Openstreetmap
</a>
</div>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 2c2468e

Please sign in to comment.