forked from thedevslot/WhatATheme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
33 lines (30 loc) · 930 Bytes
/
contact.html
File metadata and controls
33 lines (30 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: compress
title: "Contact"
---
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include navbar.html %}
<section class="hero is-fullheight has-text-centered has-background-black-ter" id="contact"
style="background-color: #1f1f1f;">
<div class="hero-body">
<div class="container">
<div class="column" style="color:white; ">
<div class="column" style="margin-top: 8rem;">
<i class="fa fa-phone" style="width:16rem;height:16rem;padding-bottom:4rem"></i>
<h1><b>Contact Us!</b></h1>
<p>Feel free to email us at eboard@calpolyswift.org.</p>
<p>In-person meetings in building 163-1005 or Zoom on Tuesdays and Fridays!</p>
<br>
<img src="assets/images/contactus.jpg">
</div>
</div>
</div>
</div>
</section>
<!--Footer begins here-->
{% include footer.html %}
</body>
</html>