-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWelcoming.html
More file actions
136 lines (126 loc) · 5.43 KB
/
Welcoming.html
File metadata and controls
136 lines (126 loc) · 5.43 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
<!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">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.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>
<title> Prairie Fields -Comittee</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" class="active">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;">Welcoming Committee</h2>
<div class="paragraph" style="text-align:left;">
The Welcoming committee is responsible for welcoming new residents to Prairie Fields. If you would like to assist this committee, email
<a href="mailto:board@prairiefieldshoa.com" title="">board@prairiefieldshoa.com</a>.
</div>
<style>
.paragraph{margin-bottom:10px;}
</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>