forked from jekyllup/jekyll-theme-massively
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfoot.html
executable file
·53 lines (53 loc) · 1.76 KB
/
foot.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<footer id="footer">
<!--section>
<form method="POST" action="[email protected]">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="3"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
</section-->
<section>
<center>
<h1><br>Connect with us!</h1>
</center>
</section>
<section class="split contact">
<section class="alt">
<h3>Location</h3>
<p><a href="https://goo.gl/maps/zz8Youhdo5s">{{site.location}}</a></p>
</section>
<section>
<h3>Email</h3>
<p><a href="mailto:{{site.email}}">{{site.email}}</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://twitter.com/search?f=tweets&q=%23OpenConCascadia19" class="icon fa-twitter" rel="nofollow"><span class="label">Our Hashtag</span></a></li>
<li><a href="https://github.com/{{site.github}}" class="icon fa-github" rel="nofollow"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul>
<li>© HTML5 UP</li>
<li>Design by <a href="https://html5up.net" rel="nofollow">HTML5 UP</a></li>
<li>Mt. Hood image by Zach Dischner, CC-BY 2.0</li>
<li>Jekyll Integration by <a href="https://soundgrail.com">SoundGrail</a></li>
<li>Logo by Amy Stewart, Reed College Library Digital Resources Specialist</li>
</ul>
</div>