-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (66 loc) · 3.51 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
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
<!DOCTYPE html>
<html>
<head>
<title>Home - Save UT Dallas</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/common.css" />
<link rel="stylesheet" href="css/main.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" class="current">Home</a></li>
<li><a href="platform.html">Platform</a></li>
<li><a href="candidates.html">Candidates</a></li>
<li><a href="contact.html">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="mission">
<header>
<h1>Mission Statement</h1>
</header>
<div class="content">
<p>The ultimate goal of SAVE is to ensure that the ongoing growth at UT Dallas occurs in the best manner possible for the student population at UT Dallas. To accomplish this, SAVE will adhere to two overarching policy objectives. First, we promise to aggressively pursue student input and work to create a dynamic new relationship between the student body and its elected representatives in student government. Second, we promise to staunchly represent the opinions of the student body to administrators, legislatures, and the Richardson community.</p>
</div>
</section>
<section id="objectives">
<header>
<h1>Objectives</h1>
</header>
<div class="content">
<ul>
<li>To ensure smooth functioning of the senate.</li>
<li>To defend the referenda.</li>
<li>To recognize and accomodate student concerns.</li>
<li>To provide the student body diverse food options, late night food options, frequent buses to nearby areas, supporting veteran services on campus, more recycling bins and exapnding other sustainability measures on campus, make meal plans more affordable, better internet on campus, expanding on-campus housing, reaching out to the Richardson community and many more!!</li>
</ul>
</div>
</section>
</div>
</div>
</div>
<footer class="main">
<small>Vote to <strong>SAVE</strong> UT Dallas!</small>
</footer>
</body>
</html>