-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·375 lines (315 loc) · 16.3 KB
/
Copy pathindex.html
File metadata and controls
executable file
·375 lines (315 loc) · 16.3 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Victoria Place — Raleigh, North Carolina</title>
<meta name="description" content="Victoria Place Neighborhood in downtown Raleigh, North Carolina">
<meta name="author" content="Victoria Place Neighborhood Association in Raleigh, North Carolina">
<META NAME="ROBOTS" CONTENT="INDEX, NOFOLLOW">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader" class="dots-jump">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
Victoria Place
</a>
</div>
<nav class="header-nav-wrap">
<ul class="header-nav">
<li class="current"><a href="index.html" title="Home">Home</a></li>
<li><a href="about.html" title="About">About</a></li>
<li><a href="resources.html" title="Resources">Resources</a></li>
<li><a href="events.html" title="Events">Events</a></li>
<li><a href="contact.html" title="Contact us">Contact</a></li>
</ul>
</nav>
<a class="header-menu-toggle" href="#0"><span>Menu</span></a>
</header> <!-- end s-header -->
<!-- hero
================================================== -->
<section class="s-hero" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=center>
<div class="hero-left-bar"></div>
<div class="row hero-content">
<div class="column large-full hero-content__text">
<h1>
Victoria Place in east downtown Raleigh, NC
</h1>
<div class="hero-content__buttons">
<a href="resources.html" class="btn btn--stroke">Resources</a>
<a href="about.html" class="btn btn--stroke">About Us</a>
</div>
</div> <!-- end hero-content__text -->
</div> <!-- end hero-content -->
<ul class="hero-social">
<li class="hero-social__title">Follow Us</li>
<li>
<a href="https://www.facebook.com/pages/Victoria-Place-Raleigh/" title="Victoria Place Raleigh">Facebook</a>
</li>
<li>
<a href="#0" title="">Nextdoor</a>
</li>
<li>
<a href="#0" title="">Instagram</a>
</li>
</ul> <!-- end hero-social -->
<div class="hero-scroll">
<a href="#about" class="scroll-link smoothscroll">
Scroll For More
</a>
</div> <!-- end hero-scroll -->
</section> <!-- end s-hero -->
<!-- about
================================================== -->
<section id="about" class="s-about">
<div class="row row-y-center about-content">
<div class="column large-half medium-full">
<h3 class="subhead">Welcome to Victoria Place</h3>
<p class="lead">
Neighborhood located 1 1/2-miles east of downtown Raleigh, North Carolina. Notable contributing resources include the Raleigh Country Club golf course designed by Donald Ross, The Alamo Drafthouse and WakeMed Hospitals. The neighborhood was built in the late 1980s. Beautiful mature trees and views of the upper and lower Longview Lake make the neighborhood a quiet nature retreat and one of downtown Raleigh's greatest assets.
</p>
<a href="about.html" class="btn btn--primary btn--about">Learn More</a>
</div>
<div class="column large-half medium-full">
<ul class="about-sched">
<li>
<h4>Private Lakefront Community</h4>
<p>
Take in nature all around you while being close to the urban core of Raleigh.
</p>
</li>
<li>
<h4>World Class Amentities</h4>
<p>
Alamo Drafthouse<br>
Longview Pool<br>
Raleigh Country Club<br>
Capital Area Greenway System<br>
WakeMed Hospitals<br>
Gateway Plaza<br>
Lions Park<br>
Alamo Drafthouse<br>
Little Blue Bakehouse Coffee Shop<br>
Chuan
</p>
</li>
<li>
<h4>Family friendly</h4>
<p>
Top-tier magnet schools. Hunter, Ligon, Enloe. Most houses are 3-4 bedrooms with plenty of space for the whole family.
</p>
</li>
</ul> <!-- end about-sched-->
</div>
</div> <!-- end about-content -->
</section> <!-- end s-about -->
<!-- connect
================================================== -->
<section class="s-connect">
<div class="row connect-content">
<div class="column large-half tab-full">
<h3 class="display-1">Community Covenants</h3>
<p>
Victoria Place is a private neighborhood and is self governed inside the City of Raleigh. When the neighborhood was formed, they created Covenants in the 1980s. Neighbors today have to abide by these rules.
</p>
<a href="Victoria-Place-Covenants.pdf" target="_blank" class="btn btn--primary h-full-width">View Covenants</a>
</div>
<div class="column large-half tab-full">
<h3 class="display-1">Bylaws</h3>
<p>
The neighborhood has ByLaws for how the Covenants shall be enforced and how the neighborhood should operate.
</p>
<a href="Victoria-Place-By-Laws.pdf" target="_blank" class="btn btn--primary h-full-width">View ByLaws</a>
</div>
</div> <!-- end connect-content -->
</section> <!-- end s-connect -->
<!-- events
================================================== -->
<section class="s-events">
<div class="row events-header">
<div class="column">
<h2 class="subhead">News</h2>
</div>
</div> <!-- end event-header -->
<div class="row block-large-1-2 block-900-full events-list">
<div class="column events-list__item">
<h3 class="display-1 events-list__item-title">
<a href="https://www.downtownraleigh.org/_uploads/sod19_final_spreads_lowres.pdf" title="">2019 State of Downtown Raleigh</a>
</h3>
<p>
We were thrilled to share our in-depth market analysis of Downtown Raleigh along with stories from unique Raleighites. We hope you learned new information and were inspired to share your own story of downtown.
</p>
<a href="https://www.downtownraleigh.org/_uploads/sod19_final_spreads_lowres.pdf" target="_blank" class="btn btn--primary h-full-width">View Report</a>
<ul class="events-list__meta">
<li class="events-list__meta-date">2019</li>
<li class="events-list__meta-location">Raleigh, North Carolina</li>
</ul>
</div> <!-- end events-list__item -->
<div class="column events-list__item">
<h3 class="display-1 events-list__item-title">
<a href="https://www.get-offline.com/raleigh/news/future-of-raleigh-nc-east-raleigh-neighborhood" title="">An Inside Scoop on the Future of East Raleigh, by Offline</a>
</h3>
<p>
It’s no secret that Raleigh is growing fast—the cranes and construction are obvious, yes, but there’s MUCH more coming.
</p>
<a href="https://www.get-offline.com/raleigh/news/future-of-raleigh-nc-east-raleigh-neighborhood" target="_blank" class="btn btn--primary h-full-width">Learn More</a>
<ul class="events-list__meta">
<li class="events-list__meta-date">2019</li>
<li class="events-list__meta-location">Raleigh, North Carolina</li>
</ul>
</div> <!-- end events-list__item -->
</div> <!-- end events-list -->
<div class="row events-header">
<div class="column">
<h2 class="subhead">Upcoming Events</h2>
</div>
</div> <!-- end event-header -->
<div class="row block-large-1-2 block-900-full events-list">
<div class="column events-list__item">
<h3 class="display-1 events-list__item-title">
<a href="#0" title="">Neighborhood Association</a>
</h3>
<p>
Steering Committee to meet and begin work for prioritizing neighborhood concerns and initiatives. We encourage the support and participation of all homeowners in Victoria Place.
</p>
<ul class="events-list__meta">
<li class="events-list__meta-date">Fall, 2021</li>
<li class="events-list__meta-time">6:00PM - 9:00PM</li>
<li class="events-list__meta-location">Dickens Drive, Raleigh, NC 27610</li>
</ul>
</div> <!-- end events-list__item -->
<div class="column events-list__item">
<h3 class="display-1 events-list__item-title">
<a href="#0" title="">Annual HOA Meeting</a>
</h3>
<p>
Annual Homeowners Association Board Meeting. Agenda items are annual spending, annual budget, election of new board members, neighborhood concerns, covenant violations, and assessment of property managers.
</p>
<ul class="events-list__meta">
<li class="events-list__meta-date">January, 2022</li>
<li class="events-list__meta-time">6:00PM - 8:30PM</li>
<li class="events-list__meta-location">Chavis Park Community Center</li>
</ul>
</div> <!-- end events-list__item -->
</div> <!-- end events-list -->
</section> <!-- end s-events -->
<!-- Social
================================================== -->
<section class="s-social">
<div class="row social-content">
<div class="column">
<ul class="social-list">
<li class="social-list__item">
<a href="https://www.facebook.com/pages/Victoria-Place-Raleigh/" title="Victoria Place Raleigh">
<span class="social-list__icon social-list__icon--facebook"></span>
<span class="social-list__text">Facebook</span>
</a>
</li>
<li class="social-list__item">
<a href="https://nextdoor.com/groups/1471091/" title="Nextdoor">
<span class="social-list__icon social-list__icon--email"></span>
<span class="social-list__text">Nextdoor</span>
</a>
</li>
<li class="social-list__item">
<a href="#0" title="">
<span class="social-list__icon social-list__icon--instagram"></span>
<span class="social-list__text">Instagram</span>
</a>
</li>
<li class="social-list__item">
<a href="mailto:contact@victoriaplaceraleigh.com" title="Hello">
<span class="social-list__icon social-list__icon--email"></span>
<span class="social-list__text">Email</span>
</a>
</li>
</ul>
</div>
</div> <!-- end social-content -->
</section> <!-- end s-social -->
<!-- footer
================================================== -->
<footer class="s-footer">
<div class="row footer-top">
<div class="column large-4 medium-5 tab-full">
<div class="footer-logo">
<a class="site-footer-logo" href="index.html">
Victoria Place
</a>
</div> <!-- footer-logo -->
<p>
Where the classic charm of a historic neighborhood intersects with downtown Raleigh’s urban core.
</p>
</div>
<div class="column large-half tab-full">
<div class="row">
<div class="column large-7 medium-full">
<h4 class="h6">Our Location</h4>
<p>
Dickens Drive <br>
Raleigh, North Carolina <br>
27610 USA
</p>
<p>
<a href="#" target="_blank" class="btn btn--footer">Get Directions</a>
</p>
</div>
<div class="column large-5 medium-full">
<h4 class="h6">Quick Links</h4>
<ul class="footer-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="events.html">Upcoming Events</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div> <!-- end footer-top -->
<div class="row footer-bottom">
<div class="column ss-copyright">
<span>© Brought to you by the Victoria Place Neighborhood Association</span>
</div>
</div> <!-- footer-bottom -->
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0l8 9h-6v15h-4v-15h-6z"/></svg>
</a>
</div> <!-- ss-go-top -->
</footer> <!-- end s-footer -->
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>