-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact-old.html
More file actions
41 lines (40 loc) · 1.55 KB
/
contact-old.html
File metadata and controls
41 lines (40 loc) · 1.55 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Contact Us - Flourish! 2016</title>
<link href="bower_components/normalize-css/normalize.css" rel='stylesheet' type='text/css' />
<link href="css/main.css" rel='stylesheet' type='text/css' />
</head>
<body>
<div class="topnav">
<div class="inner">
<img src="./images/f16-logo-wtagline-white.png" class="logo"/>
<div class="nav">
<ul class="lg-btn">
<li><a href="index.html">Home</a></li>
<li><a href="#">About Flourish!</a></li>
<li><a href="#">Sponsorship</a></li>
<li><a href="#">Mini-Expo</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div><!-- nav -->
</div><!-- inner -->
</div><!-- topnav -->
<div class="content">
<div class="row">
<div class="center">
<h1>Contact Us</h1>
<div class="thin-border">
<h2>Getting in touch</h2>
<p><strong>General Conference Information:</strong> info [at] flourishconf.com</p>
<p><strong>Volunteering:</strong> volunteer [at] flourishconf.com</p>
<p><strong>Event Planning:</strong> event [at] flourishconf.com</p>
<p><strong>Conference Business Contact:</strong> event [at] flourishconf.com</p>
<p><strong>Flourish! Listserv:</strong> Send an email with the body containing <strong>subscribe FLOURISH</strong> to <a href="mailto:listserv@listserv.uic.edu">listserv@listserv.uic.edu</a></p>
<p><strong>Other Social Media:</strong> @flourishconf on Twitter</p>
</div><!-- thin-border -->
</div><!-- center -->
</div><!-- row -->
</div><!-- content -->
</body>
</html>