-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
728 lines (708 loc) · 24.8 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
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property= "og:title" content="Campus Edge Milledgeville"/>
<meta property= "og:image" content="assets/images/campusEdgeThumbnail.png"/>
<meta property= "og:description" content="Everything you need to thrive in college, all within walking
distance to both Georgia College and Georgia Military."/>
<meta property="og:url" content="http://campusedgemilly.com/"/>
<meta property= "og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta property="og:type" content="business.business"/>
<!--Font awesome-->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk"
crossorigin="anonymous"
/>
<!--Fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Handlee&family=Playfair+Display:wght@400;600&family=Raleway:wght@400;600&display=swap"
rel="stylesheet"
/>
<!--Import Google Icon Font-->
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<!-- Compiled and minified CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"
/>
<!--favicon-->
<link rel="icon" href="assets/images/favicon.png" />
<!-- styleSheet-->
<link rel="stylesheet" href="styles/normalize.css" />
<link rel="stylesheet" href="styles/styles.css" />
<title>Campus Edge Milledgeville</title>
</head>
<body>
<header>
<!--Navbar start-->
<!-- Dropdown Structure -->
<ul id="dropdown1" class="dropdown-content">
<li>
<a target="_blank" href="https://phoenixmilly.residentportal.com/auth"
>Residental Portal</a
>
</li>
<li>
<a target="_blank" href="https://phoenixmilly.prospectportal.com"
>Apply</a
>
</li>
<li>
<a target="_blank" href="https://phoenixmilly.residentportal.com/auth"
>Service Request</a
>
</li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#hours">Hours</a></li>
<li><a href="#amenities">Amenities</a></li>
</ul>
<!--Main Nav-->
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper z-depth-1">
<a href="#!" class="brand-logo center"
><img
class="logo"
src="assets/images/white_logo.png"
alt="phoenix management logo"
height="30"
/></a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger"
><i class="material-icons">menu</i></a
>
<ul class="left hide-on-med-and-down">
<li>
<a href="tel:+14782023850"
><i class="tiny material-icons">phone</i></a
>
</li>
<li>
<a
target="_blank"
href="https://phoenixmilly.residentportal.com/auth"
>Residental Portal</a
>
</li>
</ul>
<!-- Dropdown Trigger -->
<ul class="right hide-on-med-and-down">
<li>
<a class="dropdown-trigger" href="#!" data-target="dropdown1"
><i class="material-icons right">menu</i></a
>
</li>
</ul>
</div>
</nav>
</div>
<!--mobile hamburger-->
<ul class="sidenav sidenav-close" id="mobile-demo">
<li>
<a target="_blank" href="https://phoenixmilly.residentportal.com/auth"
>Residental Portal</a
>
</li>
<li>
<a target="_blank" href="https://phoenixmilly.prospectportal.com"
>Apply</a
>
</li>
<li>
<a target="_blank" href="https://phoenixmilly.residentportal.com/auth"
>Service Request</a
>
</li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#hours">Hours</a></li>
<li><a href="#amenities">Amenities</a></li>
</ul>
</header>
<!--Hero-->
<header class="hero">
<div class="center-content grey-text text-lighten-4">
<h1>Campus Edge Milledgeville</h1>
<h3>GEORGIA COLLEGE APARTMENTS NEAR CAMPUS</h3>
<a
target="_blank"
href="https://phoenixmilly.prospectportal.com"
class="button grey-text text-lighten-4"
>Apply Here</a
>
</div>
</header>
<!--Start parallax-->
<section class="main">
<div class="row">
<div class="col s12">
<h3 class="center">Campus Edge is Ready to be Your Home!</h3>
</div>
</div>
<div class="container">
<div class="row">
<div class="col s12">
<div class="icon-block">
<h2 class="center light-blue-text">
<i class="material-icons">house</i>
</h2>
<p>
Campus Edge offers beautiful, spacious 2-, 3-, and 4-bedroom
apartments, conveniently located within walking distance to both
Georgia College and Georgia Military. All apartments come fully
furnished and loaded with modern, stainless-steel appliances.
</p>
</div>
</div>
<div class="col s12">
<div class="icon-block">
<h2 class="center light-blue-text">
<i class="material-icons">group</i>
</h2>
<p class="padding-bottom">
Residents of Campus Edge have access to the luxury amenities
offered at our partnered Prospect Communities; including, a
beautiful clubhouse, resort-style pool, 24-hour gym, and lounge
area, while being tucked away to provide quiet time for
successful studying.
</p>
</div>
</div>
</div>
</div>
</section>
<!--parallax image-->
<div class="parallax-container center valign-wrapper">
<div class="parallax">
<img
class="responsive-image filter"
src="assets/images/georgia-college.jpeg"
/>
</div>
<div class="row">
<div class="col s12">
<h3 class="caption">Live More at Campus Edge Milledgeville</h3>
</div>
</div>
</div>
<!--At a Glance-->
<section class="about" id="about">
<div class="row">
<div class="col s12">
<h3 class="center">Take a Look at Your New Apartment</h3>
</div>
<div class="container">
<div class="row">
<div class="col s12">
<p>
Based in Milledgeville's area code 31061, local residents can
easily connect with a number of attractions within a few miles.
Conveniently located within walking distance to both Georgia
College and Georgia Military. All apartments come fully
furnished and loaded with modern, stainless-steel appliances.
</p>
<p>
Here at this community, the leasing team is ready to help you
find your new home. Be sure to view the available floorplans.
Stop by the leasing office or <a href="#contact">contact</a>
us to talk about your next apartment.
</p>
</div>
</div>
<div class="row">
<div class="col s12 m7">
<!--Carousel-->
<div class="gallery">
<div class="carousel carousel-slider" data-indicators="true">
<div class="carousel-fixed-item center middle-indicator">
<div class="left">
<a
href="Previo"
class="
movePrevCarousel
middle-indicator-text
waves-effect waves-light
content-indicator
"
><i class="material-icons left middle-indicator-text"
>chevron_left</i
></a
>
</div>
<div class="right">
<a
href="Siguiente"
class="
moveNextCarousel
middle-indicator-text
waves-effect waves-light
content-indicator
"
><i class="material-icons right middle-indicator-text"
>chevron_right</i
></a
>
</div>
</div>
<div class="carousel-item" href="#one!">
<img
class="responsive-img"
src="assets/images/exterior600x400.png"
alt="Campus Edge Milledgeville Exterior"
/>
</div>
<div class="carousel-item" href="#two!">
<img
class="responsive-img"
src="assets/images/exteriorTwo600x400.png"
alt="Campus Edge Milledgeville Exterior"
/>
</div>
<div class="carousel-item" href="#three!">
<img
class="responsive-img"
src="assets/images/kitchen600x400.png"
alt="Campus Edge Milledgeville Kitchen"
/>
</div>
<div class="carousel-item" href="#four!">
<img
class="responsive-img"
src="assets/images/living600x400.png"
alt="Campus Edge Milledgeville Living Room"
/>
</div>
</div>
</div>
<!--End gallery-->
<div class="col s12">
<h5 class="center">
Everything you Need for an Amazing Off-Campus Living
Experience
</h5>
</div>
</div>
<div class="col s12 m5">
<!--amenities-->
<div id="amenities" class="amenities z-depth-1">
<ul>
<h5 class="center">Amenities</h5>
<li>
<i class="material-icons tiny">check</i> Large Living Areas
</li>
<li>
<i class="material-icons tiny">check</i> High Speed Wifi
</li>
<li>
<i class="material-icons tiny">check</i> Flexible Leasing
Options
</li>
<li>
<i class="material-icons tiny">check</i> Walking Distance to
Georgia College
</li>
<li>
<i class="material-icons tiny">check</i> Hardwood Floors
</li>
<li>
<i class="material-icons tiny">check</i> Stainless
Appliances
</li>
<li>
<i class="material-icons tiny">check</i> Granite Countertop
</li>
<li><i class="material-icons tiny">check</i> Dishwasher</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--parallax image-->
<div class="parallax-container center valign-wrapper">
<div class="parallax">
<img
class="responsive-image filter"
src="assets/images/campusEdgeExt.jpeg"
/>
</div>
<div class="row">
<div class="col s12">
<h3 class="caption">
Enjoy your Community and Live More at Campus Edge in Milledgeville!
</h3>
</div>
</div>
</div>
<!--contact-->
<div class="container contact">
<div class="row">
<div class="col s12">
<h2 id="contact" class="center">Contact Us</h2>
</div>
</div>
<div class="row">
<div class="col s12 m5">
<h3 class="center"><b> We would love to hear from you! </b></h3>
<p>
We value communication. If there is something that we can do to
assist or provide information, please send us a message. We'll make
sure the right person gets the message.
</p>
</div>
<div class="col s12 m7 contact-form">
<!--Contact Form-->
<h6 class="center">
Simply fill out the form below and we'll be in touch
</h6>
<!--form start-->
<form action="https://formsubmit.co/14e3c99b1bcc23d21c50c8133d35d984" method="POST" />
<div class="row">
<!--name -->
<div class="input-field col s12">
<i class="material-icons prefix">account_circle</i>
<input
id="icon_prefix"
type="text"
class="validate form-control"
name="name"
required
autocomplete="off"
/>
<label for="icon_prefix">Name</label>
</div>
<!-- email -->
<div class="input-field col s12">
<i class="material-icons prefix">email</i>
<input
id="icon_email"
type="email"
class="validate form-control"
name="email"
required
autocomplete="off"
/>
<label for="icon_email">Email</label>
</div>
<!--phone number-->
<div class="input-field col s12">
<i class="material-icons prefix">phone</i>
<input
id="phone"
type="text"
class="validate form-control"
name="phone"
required
autocomplete="off"
/>
<label for="phone">Phone Number</label>
</div>
<!--message-->
<div class="input-field col s12">
<i class="material-icons prefix">message</i>
<textarea
id="icon_prefix2"
class="materialize-textarea form-control"
name="message"
required
autocomplete="off"
></textarea>
<label for="icon_prefix2">Message</label>
</div>
</div>
<!--added security -->
<input type="text" name="_honey" style="display: none" />
<!--new message alert -->
<input
type="hidden"
name="_subject"
value="New message from Campus Edge Milledgeville!"
/>
<!--how the information is displayed-->
<input type="hidden" name="_template" value="table" />
<!--Thank you page redirect-->
<input
type="hidden"
name="_next"
value="https://smentzer.github.io/campusEdge_Milledgeville/assets/thankyou.html"
/>
<div class="row">
<div class="col m12">
<p class="right-align">
<button class="btn waves-effect waves-light" type="submit">
Send Message
</button>
</p>
</div>
</div>
</form>
<!--end form -->
</div>
</div>
</div>
<!--parallax image-->
<div class="parallax-container center valign-wrapper">
<div class="parallax">
<img class="responsive-image filter" src="assets/images/campus2.jpeg" />
</div>
<div class="row">
<div class="col s12">
<h3 class="caption">
Conveniently Located within Walking Distance to both Georgia College
and Georgia Military
</h3>
</div>
</div>
</div>
<!--Location and Hours-->
<div class="container info">
<div class="row">
<div class="col s12">
<h3 class="center">Our Office</h3>
</div>
</div>
<div class="row">
<div class="col s12 m6">
<h4>
521 W Montgomery St.
<br />
Milledgeville, GA 31061
</h4>
<a
target="_blank"
href="https://goo.gl/maps/4WYW3LuLjT1XFtyj7"
>
<h4 class="valign-wrapper">
<i class="material-icons small">place</i>
GET DIRECTIONS
</h4>
</a>
<a href="tel:+14782023850">
<h4 class="valign-wrapper">
<i class="material-icons small">phone_iphone</i>478.202.3850
</h4>
</a>
<a
href="mailto:LeasingMilly@livewithpmg.com"
>
<h4 class="valign-wrapper">
<i class="material-icons small">email </i> Email Us
</h4>
</a>
<h5 class="center"><b> Office Hours </b></h5>
<h6>
Monday - Friday: 9:00 AM - 7 PM
<br />
Saturday: 12:00 PM - 5 PM
<br />
Sunday: Closed
</h6>
<p>
*Please contact our office for holiday hours or early closure
information.
</p>
</div>
<div class="col s12 m6">
<!--embeded map-->
<div class="map video-container">
<iframe
src="https://www.google.com/maps/d/u/0/embed?mid=153kJwyGi07nxTzLWEMPliohyiatStExK"
width="640"
height="480"
style="pointer-events: none"
></iframe>
</div>
</div>
</div>
</div>
<!--Instagram-->
<div class="row instagram">
<div class="col s12">
<h2 class="center">See What We've Been Up To</h2>
</div>
</div>
<div class="row">
<div class="col s12">
<div class="container">
<!-- curator insta link -->
<div id="curator-feed-default-feed-layout"><a href="https://curator.io" target="_blank" class="crt-logo crt-tag">Powered by Curator.io</a></div>
</div>
</div>
</div>
<div class="container faqs">
<!--faqs-->
<h2 class="center">FAQ'S <i class="material-icons medium">sms</i></h2>
<div class="conatiner">
<ul class="collapsible z-depth-1">
<!--header-->
<li>
<div class="collapsible-header">
How Do I Apply For An Apartment?
</div>
<!--body-->
<div class="collapsible-body">
<span
>You can easily complete the housing application process online
by clicking
<a
target="_blank"
href="https://phoenixmilly.prospectportal.com"
>here.</a
>
Fill out and submit your application with your preferences. We
are also available on-site if you wish to visit us to apply in
person.</span
>
</div>
</li>
<!--header-->
<li>
<div class="collapsible-header">
What is an Indivdual Housing Contract?
</div>
<!--body-->
<div class="collapsible-body">
<span
>An individual housing contract means that everyone is only
responsible for their own portion of each monthly installment.
By signing an individual lease, you are only taking
responsibility for your rental installments and lease terms and
will not be held liable for any delinquent amounts owed by your
roommate(s).</span
>
</div>
</li>
<!--header-->
<li>
<div class="collapsible-header">Is On-Site Parking Available?</div>
<!--body-->
<div class="collapsible-body">
<span>Yes, we have ample on-site parking</span>
</div>
</li>
<!--header-->
<li>
<div class="collapsible-header">
Do you offer roommate matching?
</div>
<!--body-->
<div class="collapsible-body">
<span
>We offer a comprehensive roommate matching form that our
dedicated staff thoroughly evaluate to find the most compatible
roommates.</span
>
</div>
</li>
<!--header-->
<li>
<div class="collapsible-header">
Are the apartments pet friendly?
</div>
<!--body-->
<div class="collapsible-body">
<span
>Yes, our apartments are pet friendly,
<a href="#contact">contact</a> us for any restrictions.</span
>
</div>
</li>
</ul>
<!--end of faqs-->
</div>
</div>
<!--footer-->
<footer class="page-footer z-depth-1">
<div class="container">
<div class="row">
<div class="col l4 s12">
<h5 class="white-text">Phoenix Milledgeville</h5>
<p class="grey-text text-lighten-4">
Everything you need to thrive in college, all within walking
distance to both Georgia College and Georgia Military. Phoenix
Milledgeville provides you the most variety in Milledgeville, GA.
All of our communities have access to our luxury amenities,
beautiful clubhouses, and extraordinary management staff.
</p>
</div>
<div class="col l4 s12">
<h5 class="white-text">Office Hours</h5>
<p id="hours" class="grey-text text-lighten-4">
Monday - Friday: 9:00 AM - 7 PM
<br />
Saturday: 12:00 PM - 5 PM
<br />
Sunday: Closed
</p>
<p>
*Please contact our office for holiday hours or early closure
information.
</p>
</div>
<div class="col l4 s12 left-align">
<h5 class="white-text">Visit Our Other Communities</h5>
<ul>
<li>
<a
class="grey-text text-lighten-3 right-align"
target="_blank"
href="https://thehavenmilly.com/"
>The Haven</a
>
</li>
<li>
<a
class="grey-text text-lighten-3"
target="_blank"
href="https://prospectmilly.com/"
>Prospect A</a
>
</li>
<li>
<a
class="grey-text text-lighten-3"
target="_blank"
href="https://prospectmilly.com/"
>Prospect B</a
>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
©
<a
class="brown-text text-lighten-3"
target="_blank"
href="https://phoenixmilledgeville.com/"
>Phoenix Milledgeville</a
>
</div>
</div>
</footer>
<!--Jquery-->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<!-- Compiled and minified JavaScript -->
<script type="text/javascript" src="assets/js/materialize.min.js"></script>
<!--Script.js-->
<script src="assets/js/script.js"></script>
</body>
</html>