-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBylaws.html
More file actions
130 lines (123 loc) · 5.5 KB
/
Bylaws.html
File metadata and controls
130 lines (123 loc) · 5.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<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/FAQs/Bylaws</title>
</head>
<body>
<header>
<div class="headerimg">
<img src="img/pairiefarms.png" class="imgleft" height="120">
<img src="img/contacts.png" class="imgright" height="120" width="300">
<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<span class="sr-only">(current)</span><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><a href="Election.html">Election</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 class="active"><a href="Bylaws.html">Bylaws<span class="sr-only">(current)</span></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>
<h1>Prairie Fields Homeowner Association Bylaws</h1>
<p>The Bylaws are the guidelines for the operation of the HOA. The Bylaws define the duties of the various offices of the Board of Directors, Accounting, the membership's voting rights, required meetings and notices of meetings, elections, as well as other specific items that are necessary to run the Association as a business. </p>
<object data="pdf/Bylaws.pdf" type="application/pdf" width="800px" height="600px">
</object>
<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></br>
<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>