This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (33 loc) · 1.69 KB
/
index.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
---
title: Thanks for coming to WAC!
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="index-welcome">
<div class="container text-center">
<h1>Thanks for coming to WAC 2017!</h1>
<div class="img-fluid plenary-img" style="background-color:white; border-radius: 10px;">
<img class="img-fluid" src="{{site.baseurl}}/img/wac_logo.svg" alt="WAC Logo"/>
</div>
<h2>We hope that you enjoyed the conference.</h2>
<div class="fa-2x">A few quick links:</div>
<div>
<a class="btn btn-secondary" href="{{site.baseurl}}/index-old.html">2017 Website</a> <a class="btn btn-secondary" href="https://goo.gl/forms/4OpHxG8vUMVsQkEa2">WAC Feedback Form</a> <a class="btn btn-secondary" href="{{site.github}}"><span class="fa fa-github"></span> WAC on GitHub</a>
</div>
<div class="fa-3x">
<a class="contact-color" href="mailto:{{site.email}}"><span class="fa fa-envelope"></span></a> <a class="contact-color" href="{{site.facebook}}"><span class="fa fa-facebook-official"></span></a> <a class="contact-color" href="{{site.twitter}}"><span class="fa fa-twitter"></span></a> <a class="contact-color" href="{{site.instagram}}"><span class="fa fa-instagram"></span></a>
</div>
<p>
So long, and thanks for all the fish!
</p>
<p>
The WAC Team and The WAC Website Team
</p>
<span class="fa fa-heart" style="color:red;"></span> <span class="fa fa-heart" style="color:red;"></span> <span class="fa fa-heart" style="color:red;"></span>
</div>
</div>
{% include footer.html %}
</body>
</html>