-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
95 lines (80 loc) · 3.52 KB
/
contact.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<head>
<title>Contact - SAVE UT Dallas</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/common.css" />
<link rel="stylesheet" href="css/contact.css" />
</head>
<body>
<div id="wrap">
<header class="main">
<nav>
<a class="logo" href="index.html"><img alt="S.A.V.E." src="images/save-logo.jpg"></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="platform.html">Platform</a></li>
<li><a href="candidates.html">Candidates</a></li>
<li><a href="contact.html" class="current">Contact Us</a></li>
<li class="facebook">
<a href="http://www.facebook.com/saveforsg?notif_t=fbpage_fan_invite"><img alt="Facebook" src="images/facebook.png" /></a>
</li>
<li class="vote">
<a href="http://www.utdallas.edu/vote"><img alt="Vote Here" src="images/vote.jpg" /></a>
</li>
</ul>
</nav>
<hgroup>
<h1><strong>SAVE:</strong> Students Advocating Voice and Expansion</h1>
</hgroup>
</header>
<div class="main content-wrapper">
<div class="main content">
<section id="vote-banner">
<div class="content">
<a href="http://www.utdallas.edu/vote"><img alt="Vote Here" src="images/vote-banner.png" /></a>
</div>
</section>
<section id="contact">
<header>
<h1>Contact SAVE</h1>
</header>
<div class="content">
<article class="contact">
<header>
<h1>President</h1>
</header>
<p>Rajiv Dwivedi
<br /><a class="mail" href="mailto:[email protected]?Subject=SAVE UT Dallas">[email protected]</a>
<br />(469) 500-9039
</p>
</article>
<article class="contact">
<header>
<h1>Vice President</h1>
</header>
<p>Nate Fairbank
<br /><a class="mail" href="mailto:[email protected]?Subject=SAVE UT Dallas">[email protected]</a>
<br />(417) 496-8848
</p>
</article>
<article class="contact">
<header>
<h1>Facebook</h1>
</header>
<p>
<a href="http://www.facebook.com/saveforsg?notif_t=fbpage_fan_invite">
http://www.facebook.com/saveforsg?notif_t=fbpage_fan_invite
</a>
</p>
</article>
</div>
</section>
</div>
</div>
</div>
<footer class="main">
<small>Vote to <strong>SAVE</strong> UT Dallas!</small>
</footer>
</body>
</html>