-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathElection.html
More file actions
141 lines (131 loc) · 5.8 KB
/
Election.html
File metadata and controls
141 lines (131 loc) · 5.8 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110970073-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'GA_TRACKING_ID');
</script>
<link rel="stylesheet" href="css/style.css">
<title> Prairie Fields/Comittee/Election_Comittee</title>
</head>
<body>
<header>
<div class="headerimg">
<img src="img/pairiefarms.png" class="imgleft" height="120px">
<img src="img/contacts.png" class="imgright" height="120px" width="300px">
<style>
.imgright{float: right; }
</style>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Prarie Fields</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="home.html">Home</a></li>
<li class="dropdown">
<a href="Board.html" >Board<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="MeetingAgenda.html">Meeting Agenda and minutes</a></li>
</ul>
</li>
<li class="dropdown" >
<a href="Comittee.html" >Committee<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="ACC.html">Architectural Control</a></li>
<li class="divider"></li>
<li><a href="CC.html">Communications</a></li>
<li class="divider"></li>
<li class="active">
<a href="Election.html">Election<span class="sr-only">(current)</span></a>
</li>
<li class="divider"></li>
<li><a href="Events.html">Events</a></li>
<li class="divider"></li>
<li><a href="Welcoming.html">Welcoming</a></li>
</ul>
</li>
<li class="dropdown" >
<a href="Dues.html" >Dues<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="Duestatement.html">Dues statements / closing letter</a></li>
<li class="divider"></li>
<li><a href="PayDues.html">Pay Dues Online</a></li>
</ul>
</li>
<li class="dropdown" >
<a href="Covenants.html">Covenants<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="CovenantFiles.html">Covenant Files</a></li>
<li class="divider"></li>
<li><a href="Phases.html">Phases</a></li>
<li class="divider"></li>
<li><a href="Covenantenforcementform.html">Covenant enforcement Forms</a></li>
</ul>
</li>
<li class="dropdown" >
<a href="FAQs.html">FAQs<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="ContactUs.html">Contact Us</a></li>
<li class="divider"></li>
<li><a href="DeveloperInfo.html">Developer Information</a></li>
<li class="divider"></li>
<li><a href="Bylaws.html">Bylaws</a></li>
<li class="divider"></li>
<li><a href="CommunityLinks.html">Community Links</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="contacts.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<h2 style="text-align:left;">Election Comittee</h2>
<div class="paragraph" style="text-align:left;">
<span style="font-size: 1em; line-height: 1.5;">
The Election Committee is responsible for running an annual election of the homeowners within Prairie Fields. The election takes place in November of each year, and the purpose is to elect people to the Board of Directors and to allow a chance for referenda, if any, to be voted upon.</span></br>
<span style="font-size: 1em; line-height: 1.5;"></br>
</span>
</br>
<span style="font-size: 1em; line-height: 1.5;">Contact us at
<a href="mailto:elections@prairiefields.com" title="">elections@prairiefields.com</a></span></div>
<style>
</style>
</main>
<footer class="footer">
<div class="container">
<span class="text-muted">
<h3>Prairie Fields</h3>
<h3>Contact the PFHOA Board of Directors</h3>
<p>Mail: P.O. Box 478, Savoy, Il 61874</p>
<p>Email: <a href="mailto:board@prairiefieldshoa.com">board@prairiefieldshoa.com</a></br>
Phone: <a href="tel:+12176891360">(217)-689-1360</a></p>
</span>
</div>
</footer>
<!-- JS -->
<script src="js/jquery-2.2.1.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>