Enhance Pine Creek marketing site: real media, galleries, HOA info
Content & media - Replace placeholder slides with optimized real estate photos (img/gallery) - Rebuild hero video from the HD intro clip + drone "common area" clips (gate -> vineyard -> home front -> Vineyard sign -> pavilion -> fountain), cutting the private backyard segment; add mobile variant + poster - Add "Community & Common Areas" aerial gallery and a community map - Galleries split strictly by style: Vineyard = Tuscan homes only, Custom Homes = non-Tuscan estates HOA / Homeowner Information - Real board roster (sourced from pinecreekhoa.com) in a responsive table - Homeowner Information document library (CC&Rs, Vineyard covenants, safety rules, architectural review form, delinquency policy, event reimbursement) linking the live PDFs; Premier Management Company reference - Real general contact email Design & UX - Modern full-screen video hero with overlay, sticky nav, refined typography - Click-to-zoom lightbox for all galleries (keyboard + swipe) - Google Maps embed in the Kannapolis section - Favicon set generated from the Pine Creek emblem (svg/png/ico) - Positive reframe of the Custom Homes copy + lot-availability note - SEO/Open Graph meta, lazy-loaded images, responsive board/doc layouts Housekeeping - SCSS source kept in sync (new partials: hero, sections, gallery, board, features); remove stale placeholders, old.index.php, and map artifact - Add .gitignore (.DS_Store, .claude/, css map); fix docs (index.php -> index.html) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
419
index.html
419
index.html
@@ -3,23 +3,38 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Pine Creek HOA</title>
|
||||
<title>Pine Creek — Kannapolis' Premier Gated Community</title>
|
||||
<meta name="description" content="Pine Creek is one of the Greater Charlotte area's premier gated communities, offering custom-built luxury homes on one-acre-plus lots in Kannapolis, North Carolina.">
|
||||
|
||||
<!-- Bootstrap backup -->
|
||||
<!-- Open Graph / social preview -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Pine Creek — Kannapolis' Premier Gated Community">
|
||||
<meta property="og:description" content="Custom-built luxury homes on one-acre-plus lots in Kannapolis, North Carolina.">
|
||||
<meta property="og:image" content="img/hero-poster.jpg">
|
||||
|
||||
<link rel="icon" href="favicon.ico" sizes="any">
|
||||
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
<meta name="theme-color" content="#231F20">
|
||||
|
||||
<!-- Bootstrap grid/utilities -->
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||||
<!-- Lato Font embed -->
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700&display=swap" rel="stylesheet">
|
||||
<!-- Libre Bakersville Font embed -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap" rel="stylesheet">
|
||||
<!-- Current project CSS file -->
|
||||
<!-- Project CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<nav id="mainNav" class="main-nav">
|
||||
<div class="container">
|
||||
<div class="mobile-nav">
|
||||
<a class="mobile-nav--logo" href="#"><img src="img/logo.svg" alt="Pine Creek Logo"></a>
|
||||
<div id="hamburger" class="hamburger">
|
||||
<a class="mobile-nav--logo" href="#top"><img src="img/logo.svg" alt="Pine Creek"></a>
|
||||
<div id="hamburger" class="hamburger" role="button" aria-label="Toggle menu" tabindex="0">
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
@@ -29,10 +44,10 @@
|
||||
<li><a class="nav-item" href="#welcome">Welcome</a></li>
|
||||
<li><a class="nav-item" href="#vineyard">The Vineyard</a></li>
|
||||
<li><a class="nav-item" href="#custom-homes">Custom Homes</a></li>
|
||||
<li class="main-nav--logo"><a href="#top"><img src="img/logo.svg" alt="Pine Creek Logo"></a></li>
|
||||
<li class="main-nav--logo"><a href="#top"><img src="img/logo.svg" alt="Pine Creek"></a></li>
|
||||
<li><a class="nav-item" href="#kannapolis">Kannapolis</a></li>
|
||||
<li><a class="nav-item" href="#home-owners">Home Owners</a></li>
|
||||
<li><a class="nav-item" href="#contact">Contact Us</a></li>
|
||||
<li><a class="nav-item" href="#home-owners">HOA</a></li>
|
||||
<li><a class="nav-item" href="#contact">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -42,124 +57,332 @@
|
||||
<!-- Anchor target for Welcome/Home -->
|
||||
<div id="top"></div>
|
||||
|
||||
<div class="hero">
|
||||
<div style="padding:56.25% 0 0 0;position:relative;">
|
||||
<video playsinline muted autoplay loop preload="auto" style="position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;" aria-hidden="true">
|
||||
<source src="img/intro_short.mp4" type="video/mp4">
|
||||
<!-- Fallback text -->
|
||||
Your browser does not support HTML5 video. Download the video <a href="img/intro_short.mp4">here</a>.
|
||||
</video>
|
||||
<!-- HERO -->
|
||||
<header class="hero">
|
||||
<video class="hero-video" playsinline muted autoplay loop preload="auto" poster="img/hero-poster.jpg" aria-hidden="true">
|
||||
<source src="img/hero.mp4" type="video/mp4" media="(min-width: 768px)">
|
||||
<source src="img/hero-mobile.mp4" type="video/mp4">
|
||||
</video>
|
||||
<div class="hero-overlay"></div>
|
||||
<div class="hero-content">
|
||||
<p class="hero-eyebrow">Kannapolis, North Carolina</p>
|
||||
<h1 class="hero-title">Pine Creek</h1>
|
||||
<p class="hero-sub">A premier gated community of custom luxury homes</p>
|
||||
<a class="btn btn-primary hero-btn" href="#welcome">Explore the Community</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#welcome" class="hero-scroll" aria-label="Scroll down">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<section id="welcome" class="container my-5">
|
||||
<div class="hero-text row py-5">
|
||||
<div class="col-md-6">
|
||||
<h1>Welcome to Pine Creek</h1>
|
||||
<h5>Kannapolis' Premier Gated community</h5>
|
||||
<!-- WELCOME -->
|
||||
<section id="welcome" class="container section">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6 mb-4 mb-lg-0">
|
||||
<span class="eyebrow">Welcome</span>
|
||||
<h2 class="section-title">Welcome to Pine Creek</h2>
|
||||
<h5 class="section-subtitle">Kannapolis' Premier Gated Community</h5>
|
||||
<p>Pine Creek is one of the Greater Charlotte area's premier gated communities, offering custom-built homes in North Carolina's Cabarrus County.</p>
|
||||
<p>The neighborhood features elegant custom homes based on French country designs and influences, ranging in size from 4,500 to over 11,000 square feet. Each home is carefully positioned on lots of one acre or more to preserve the natural beauty of the original landscape and protect each homeowner's privacy.</p>
|
||||
<p>Create lifelong memories with your family in a luxury, custom home within a secure and quiet community. Welcome home to Pine Creek.</p>
|
||||
</div>
|
||||
<div class="col-md-6 mt-3 mt-md-0">
|
||||
<p>Pine Creek is one of the Greater Charlotte Area’s premier gated communities offering custom built homes in North Carolina’s Cabarrus County.</p>
|
||||
<p>The neighborhood features elegant custom built homes based on French country designs and influences, and homes range in size from 4,500 to over 11,000 square feet. Each home is carefully positioned on lots of one acre or more in order to preserve the natural beauty of the original landscape and to protect each homeowner’s privacy.</p>
|
||||
<p>Create lifelong memories with your family in a luxury, custom home in a secure and quiet community. Welcome home to Pine Creek.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<section id="vineyard" class="container my-5">
|
||||
<div class="row py-5">
|
||||
<div class="col-md-5">
|
||||
<h3>The Vineyard</h3>
|
||||
<p>A subsect of Pine Creek, The Vineyard is its own haven. Enclosed by lush grape vines and woods, The Vineyard custom homes feature Spanish/Tuscan styled architectural designs.</p>
|
||||
<a class="btn btn-primary" href="#">Learn More</a>
|
||||
</div>
|
||||
<div class="ml-auto col-md-6">
|
||||
<div id="slidesVineyard" class="slides vineyard">
|
||||
<img class="slides-img" src="img/vineyard-0.jpg" onerror="imgVineyardError(this)">
|
||||
<div class="slides-arrow out">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"><polyline points="15 18 9 12 15 6"></polyline></svg>
|
||||
</div>
|
||||
<div class="slides-arrow">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"><polyline points="9 18 15 12 9 6"></polyline></svg>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<img class="feature-img" src="img/gallery/IMG_1964.jpg" alt="A stately custom stone home in Pine Creek" loading="lazy">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
</div>
|
||||
<div class="container"><hr class="section-divider"></div>
|
||||
|
||||
<section id="custom-homes" class="container my-5">
|
||||
<div class="row py-5">
|
||||
<div class="ml-auto col-md-5 order-md-2">
|
||||
<h3>Build Your Custom Home in Pine Creek</h3>
|
||||
<p>While Pine Creek does not have a list of pre-approved custom home builders in order to provide owners with more flexibility in who builds their future custom home, Pine Creek Homeowners’ Association does evaluate proposed plans in accordance to the guidance in Pine Creek Covenants.</p>
|
||||
<p>The primary focus of this approval process is to ensure all proposed home designs, architectural details and landscape designs align with the existing custom homes in Pine Creek. The HOA is pleased to provide feedback to a potential buyer on home plan renderings to confirm your vision would be in harmony with the style of the neighborhood.</p>
|
||||
<a class="btn btn-primary" href="#">View open lots</a>
|
||||
<a class="btn btn-light" href="#">Contact us</a>
|
||||
<!-- THE VINEYARD -->
|
||||
<section id="vineyard" class="container section">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-5 mb-4 mb-lg-0">
|
||||
<span class="eyebrow">The Vineyard</span>
|
||||
<h2 class="section-title">The Vineyard</h2>
|
||||
<p>A subsection of Pine Creek, The Vineyard is its own haven. Enclosed by lush grape vines and woods, The Vineyard's custom homes feature Spanish and Tuscan-inspired architectural designs along streets such as Tuscany Drive and Chardonnay Circle.</p>
|
||||
<a class="btn btn-primary" href="#contact">Learn More</a>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div id="slidesHouse" class="slides house">
|
||||
<img class="slides-img" src="img/house-0.jpg" onerror="imgHouseError(this)">
|
||||
<div class="slides-arrow out">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"><polyline points="15 18 9 12 15 6"></polyline></svg>
|
||||
<div class="col-lg-7">
|
||||
<div class="gallery" data-gallery="vineyard" aria-roledescription="carousel">
|
||||
<div class="gallery-track">
|
||||
<img class="gallery-img is-active" src="img/gallery/IMG_1937.jpg" alt="Tuscan-style Vineyard home with terracotta tile roof" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_1941.jpg" alt="Mediterranean-style Vineyard home with terracotta tile roof" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_1943.jpg" alt="Spanish-Tuscan Vineyard estate with stucco and stone" loading="lazy">
|
||||
</div>
|
||||
<div class="slides-arrow">
|
||||
<button class="gallery-arrow prev" aria-label="Previous image">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg>
|
||||
</button>
|
||||
<button class="gallery-arrow next" aria-label="Next image">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>
|
||||
</button>
|
||||
<div class="gallery-dots" aria-hidden="true"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container"><hr class="section-divider"></div>
|
||||
|
||||
<!-- CUSTOM HOMES -->
|
||||
<section id="custom-homes" class="container section">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-5 order-lg-2 mb-4 mb-lg-0">
|
||||
<span class="eyebrow">Custom Homes</span>
|
||||
<h2 class="section-title">Build Your Custom Home in Pine Creek</h2>
|
||||
<p>Pine Creek owners enjoy the freedom to choose their own builder. Rather than limiting you to a pre-approved list, the Pine Creek Homeowners' Association reviews proposed plans in accordance with the Pine Creek Covenants — giving you the flexibility to bring your own vision to life.</p>
|
||||
<p>This review ensures that every home design, architectural detail, and landscape plan is in harmony with the established character of Pine Creek. The HOA is glad to offer early feedback on your renderings, so you can move forward with confidence.</p>
|
||||
<p class="availability-note">Interested in building? A limited number of homesites are available. <a href="#contact">Contact us for lot availability.</a></p>
|
||||
<a class="btn btn-primary" href="#contact">Contact the HOA</a>
|
||||
</div>
|
||||
<div class="col-lg-7 order-lg-1">
|
||||
<div class="gallery" data-gallery="estate" aria-roledescription="carousel">
|
||||
<div class="gallery-track">
|
||||
<img class="gallery-img is-active" src="img/gallery/IMG_1947.jpg" alt="Brick and stone French country estate" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_1922.jpg" alt="Stately brick custom home on a manicured lawn" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_1945.jpg" alt="Stone custom home with circular drive" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_1971.jpg" alt="French country home with stone accents" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_1977.jpg" alt="Brick and stone estate with mature landscaping" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_2978.jpg" alt="Custom estate framed by trees" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_1985.jpg" alt="Stone manor home at dusk" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_1955.jpg" alt="Stone and stucco custom home with circular drive" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_1980.jpg" alt="Sprawling brick and stone estate" loading="lazy">
|
||||
<img class="gallery-img" src="img/gallery/IMG_1914.jpg" alt="Brick estate with formal fountain garden" loading="lazy">
|
||||
</div>
|
||||
<button class="gallery-arrow prev" aria-label="Previous image">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg>
|
||||
</button>
|
||||
<button class="gallery-arrow next" aria-label="Next image">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>
|
||||
</button>
|
||||
<div class="gallery-dots" aria-hidden="true"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
</div>
|
||||
<div class="container"><hr class="section-divider"></div>
|
||||
|
||||
<section id="kannapolis" class="container my-5">
|
||||
<div class="row py-5">
|
||||
<div class="col-md-6">
|
||||
<h3>Call Kannapolis, NC ‘Home’</h3>
|
||||
<p>Kannapolis, North Carolina is a family-oriented town filled with Southern charm. Kannapolis was originally developed in 1906 to be the home to Cannon Mills. Even though the mill is no longer open, Kannapolis has exploded with residential and business development and has become home to families desiring to live close to uptown with the small town, country feel.</p>
|
||||
<p>The town is conveniently located; right off of I-85 and within 30 minutes of uptown Charlotte and Charlotte Douglas International Airport. With growing businesses, a vast array of shops and restaurants, a beautiful downtown, Cabarrus County schools and highly sought after private schools, and the grandeur of the NC Research Campus, Kannapolis is a wonderful place to call home.</p>
|
||||
<!-- COMMUNITY & COMMON AREAS -->
|
||||
<section id="community" class="container section">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-5 mb-4 mb-lg-0">
|
||||
<span class="eyebrow">Life at Pine Creek</span>
|
||||
<h2 class="section-title">Community & Common Areas</h2>
|
||||
<p>Beyond its custom homes, Pine Creek is defined by the spaces neighbors share. A gated stone entrance opens to winding, tree-lined streets and the manicured vineyard rows that give The Vineyard its name.</p>
|
||||
<p>At the heart of the community, a lakeside pavilion overlooks a tranquil pond with a fountain — a gathering place framed by mature woods and meticulously kept grounds.</p>
|
||||
</div>
|
||||
<div class="ml-auto col-md-6">
|
||||
<div class="slides">
|
||||
<img class="slides-img" src="img/kannapolis-nc.jpg">
|
||||
<div class="col-lg-7">
|
||||
<div class="gallery" data-gallery="community" aria-roledescription="carousel">
|
||||
<div class="gallery-track">
|
||||
<img class="gallery-img is-active" src="img/community/community-pavilion-pond.jpg" alt="Lakeside pavilion overlooking the community pond and fountain" loading="lazy">
|
||||
<img class="gallery-img" src="img/community/community-pavilion.jpg" alt="Aerial view of the community pavilion and gardens" loading="lazy">
|
||||
<img class="gallery-img" src="img/community/community-vineyard-gate.jpg" alt="The Vineyard entrance monument with stone cupola" loading="lazy">
|
||||
<img class="gallery-img" src="img/community/community-vineyard-rows.jpg" alt="Manicured vineyard rows lining a community street" loading="lazy">
|
||||
<img class="gallery-img" src="img/community/community-aerial.jpg" alt="Aerial view of Pine Creek's tree-lined streets and estates" loading="lazy">
|
||||
<img class="gallery-img" src="img/community/community-forest-pond.jpg" alt="Pine Creek homes nestled among the woods near the pond" loading="lazy">
|
||||
</div>
|
||||
<button class="gallery-arrow prev" aria-label="Previous image">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg>
|
||||
</button>
|
||||
<button class="gallery-arrow next" aria-label="Next image">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>
|
||||
</button>
|
||||
<div class="gallery-dots" aria-hidden="true"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
</div>
|
||||
<div class="container"><hr class="section-divider"></div>
|
||||
|
||||
<section id="home-owners" class="container my-5">
|
||||
<div class="py-5">
|
||||
<div class="pb-4 text-center">
|
||||
<h3>Pine Creek Homeowners’ Association</h3>
|
||||
</div>
|
||||
<p>The Pine Creek Homeowners’ Association consists of board members voted into position by homeowners within the neighborhood. The Homeowner’s Association is responsible for approving proposed building plans and ongoing maintenance of homes within the neighborhood to ensure homes are built and managed to meet the aesthetics of Pine Creek and the Vineyards.</p>
|
||||
<!-- COMMUNITY MAP -->
|
||||
<section id="map" class="container section">
|
||||
<div class="text-center mb-4">
|
||||
<span class="eyebrow">The Neighborhood</span>
|
||||
<h2 class="section-title">Community Map</h2>
|
||||
<p class="section-lead">Winding, tree-lined streets — Tuscany Drive, Chardonnay Circle, Willowood Road, Stone Ridge Road, Richwood Circle, and Rolling Ridge Drive — thread through Pine Creek's gently rolling, one-acre-plus homesites.</p>
|
||||
</div>
|
||||
<div class="map-frame">
|
||||
<img class="map-img" src="img/community-map.jpg" alt="Map of the Pine Creek community streets" loading="lazy">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Simple contact anchor (nav -> Contact Us) -->
|
||||
<section id="contact" class="container my-4">
|
||||
<div class="py-3 text-center">
|
||||
<h4>Contact Us</h4>
|
||||
<p>Email: <a href="mailto:info@pinecreekhoa.example">info@pinecreekhoa.example</a></p>
|
||||
|
||||
<div class="container"><hr class="section-divider"></div>
|
||||
|
||||
<!-- KANNAPOLIS -->
|
||||
<section id="kannapolis" class="container section">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6 mb-4 mb-lg-0">
|
||||
<span class="eyebrow">The Area</span>
|
||||
<h2 class="section-title">Call Kannapolis, NC 'Home'</h2>
|
||||
<p>Kannapolis, North Carolina is a family-oriented town filled with Southern charm. Originally developed in 1906 as the home of Cannon Mills, Kannapolis has since blossomed with residential and business development, drawing families who want to live close to uptown Charlotte while keeping a small-town, country feel.</p>
|
||||
<p>The town is conveniently located right off I-85, within 30 minutes of uptown Charlotte and Charlotte Douglas International Airport. With growing businesses, a vast array of shops and restaurants, a beautiful downtown, sought-after Cabarrus County and private schools, and the grandeur of the NC Research Campus, Kannapolis is a wonderful place to call home.</p>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<img class="feature-img" src="img/kannapolis-nc.jpg" alt="Downtown Kannapolis, North Carolina" loading="lazy">
|
||||
</div>
|
||||
</div>
|
||||
<div class="map-embed">
|
||||
<iframe
|
||||
title="Map of Pine Creek in Kannapolis, North Carolina"
|
||||
src="https://www.google.com/maps?q=Tuscany%20Dr%2C%20Kannapolis%2C%20NC%2028081&z=15&output=embed"
|
||||
loading="lazy" referrerpolicy="no-referrer-when-downgrade" allowfullscreen></iframe>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container"><hr class="section-divider"></div>
|
||||
|
||||
<!-- HOA + BOARD -->
|
||||
<section id="home-owners" class="container section">
|
||||
<div class="text-center mb-4">
|
||||
<span class="eyebrow">Governance</span>
|
||||
<h2 class="section-title">Pine Creek Homeowners' Association</h2>
|
||||
<p class="section-lead">The Pine Creek Homeowners' Association consists of board members voted into position by homeowners within the neighborhood. The Association approves proposed building plans and oversees the ongoing maintenance of homes to ensure they meet the aesthetics of Pine Creek and The Vineyard.</p>
|
||||
</div>
|
||||
|
||||
<h3 class="board-heading">Meet the Board</h3>
|
||||
<!-- Board roster sourced from the production site (pinecreekhoa.com). Verify before publishing. -->
|
||||
<div class="table-responsive">
|
||||
<table class="board-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Name</th>
|
||||
<th scope="col">Position</th>
|
||||
<th scope="col">Email</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td data-label="Name">Brad Harris</td>
|
||||
<td data-label="Position">President</td>
|
||||
<td data-label="Email"><a href="mailto:president@pinecreekhoa.com">president@pinecreekhoa.com</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-label="Name">Kurt Malone</td>
|
||||
<td data-label="Position">Vice President</td>
|
||||
<td data-label="Email"><a href="mailto:vp@pinecreekhoa.com">vp@pinecreekhoa.com</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-label="Name">Trevor Lewis</td>
|
||||
<td data-label="Position">Secretary</td>
|
||||
<td data-label="Email"><a href="mailto:secretary@pinecreekhoa.com">secretary@pinecreekhoa.com</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-label="Name">Chris Olson</td>
|
||||
<td data-label="Position">Treasurer</td>
|
||||
<td data-label="Email"><a href="mailto:treasurer@pinecreekhoa.com">treasurer@pinecreekhoa.com</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-label="Name">Norm Shue</td>
|
||||
<td data-label="Position">General</td>
|
||||
<td data-label="Email"><a href="mailto:general@pinecreekhoa.com">general@pinecreekhoa.com</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- HOMEOWNER INFORMATION / DOCUMENTS -->
|
||||
<h3 class="board-heading" id="documents">Homeowner Information</h3>
|
||||
<p class="section-lead text-center">Governing documents, rules, and forms for current and prospective Pine Creek and Vineyard homeowners.</p>
|
||||
<!-- Documents currently link to the live files on pinecreekhoa.com (they open in real browsers).
|
||||
When this site takes over the domain, copy the PDFs into /docs and switch each href to
|
||||
the local path (e.g. docs/PineCreekCCR.pdf). -->
|
||||
<div class="doc-grid">
|
||||
<a class="doc-card" href="https://www.pinecreekhoa.com/PineCreekCCR.pdf" target="_blank" rel="noopener">
|
||||
<span class="doc-icon" aria-hidden="true">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="8" y1="13" x2="16" y2="13"></line><line x1="8" y1="17" x2="16" y2="17"></line></svg>
|
||||
</span>
|
||||
<span class="doc-text">
|
||||
<span class="doc-title">Pine Creek Neighborhood Covenants</span>
|
||||
<span class="doc-meta">The CC&Rs governing Pine Creek · PDF</span>
|
||||
</span>
|
||||
</a>
|
||||
<a class="doc-card" href="https://www.pinecreekhoa.com/vineyardccr.pdf" target="_blank" rel="noopener">
|
||||
<span class="doc-icon" aria-hidden="true">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="8" y1="13" x2="16" y2="13"></line><line x1="8" y1="17" x2="16" y2="17"></line></svg>
|
||||
</span>
|
||||
<span class="doc-text">
|
||||
<span class="doc-title">The Vineyard Supplemental Covenants</span>
|
||||
<span class="doc-meta">Additional covenants for The Vineyard · PDF</span>
|
||||
</span>
|
||||
</a>
|
||||
<a class="doc-card" href="https://www.pinecreekhoa.com/Pine-Creek-Safety-Rules.pdf" target="_blank" rel="noopener">
|
||||
<span class="doc-icon" aria-hidden="true">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="8" y1="13" x2="16" y2="13"></line><line x1="8" y1="17" x2="16" y2="17"></line></svg>
|
||||
</span>
|
||||
<span class="doc-text">
|
||||
<span class="doc-title">Safety Rules & Regulations</span>
|
||||
<span class="doc-meta">Community safety rules and regulations · PDF</span>
|
||||
</span>
|
||||
</a>
|
||||
<a class="doc-card" href="https://www.pinecreekhoa.com/HOAApprovalForm.pdf" target="_blank" rel="noopener">
|
||||
<span class="doc-icon" aria-hidden="true">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="8" y1="13" x2="16" y2="13"></line><line x1="8" y1="17" x2="16" y2="17"></line></svg>
|
||||
</span>
|
||||
<span class="doc-text">
|
||||
<span class="doc-title">Architectural Review Approval Form</span>
|
||||
<span class="doc-meta">Submit improvements for board approval · PDF</span>
|
||||
</span>
|
||||
</a>
|
||||
<a class="doc-card" href="https://www.pinecreekhoa.com/Pine%20Creek%20Delinquency%20Policy.pdf" target="_blank" rel="noopener">
|
||||
<span class="doc-icon" aria-hidden="true">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="8" y1="13" x2="16" y2="13"></line><line x1="8" y1="17" x2="16" y2="17"></line></svg>
|
||||
</span>
|
||||
<span class="doc-text">
|
||||
<span class="doc-title">Delinquency Policy</span>
|
||||
<span class="doc-meta">Assessment collection & delinquency policy · PDF</span>
|
||||
</span>
|
||||
</a>
|
||||
<a class="doc-card" href="https://www.pinecreekhoa.com/Pine-Creek-Request-for-Reimbursement-of-Costs-for-Community-Event.pdf" target="_blank" rel="noopener">
|
||||
<span class="doc-icon" aria-hidden="true">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="8" y1="13" x2="16" y2="13"></line><line x1="8" y1="17" x2="16" y2="17"></line></svg>
|
||||
</span>
|
||||
<span class="doc-text">
|
||||
<span class="doc-title">Community Event Reimbursement Form</span>
|
||||
<span class="doc-meta">Request reimbursement for community events · PDF</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="doc-note">Pine Creek is professionally managed by <a href="https://premiermanagementnc.com/premier-charlotte-north-carolina/" target="_blank" rel="noopener">Premier Management Company</a>. Need a document that isn't listed here? <a href="#contact">Contact the HOA</a> and we'll be glad to help.</p>
|
||||
</section>
|
||||
|
||||
<!-- CONTACT -->
|
||||
<section id="contact" class="contact-section">
|
||||
<div class="container section text-center">
|
||||
<span class="eyebrow light">Get in Touch</span>
|
||||
<h2 class="section-title">Contact Us</h2>
|
||||
<p class="section-lead">Questions about Pine Creek, available lots, or the home-plan approval process? We'd love to hear from you.</p>
|
||||
<a class="btn btn-light contact-btn" href="mailto:general@pinecreekhoa.com">Email the HOA</a>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!-- Current project JS file -->
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="container">
|
||||
<img class="footer-logo" src="img/logo.svg" alt="Pine Creek">
|
||||
<p class="footer-tagline">Kannapolis' Premier Gated Community · Cabarrus County, North Carolina</p>
|
||||
<p class="footer-copy">© <span id="year"></span> Pine Creek Homeowners' Association. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Lightbox for gallery images -->
|
||||
<div id="lightbox" class="lightbox" role="dialog" aria-modal="true" aria-label="Image viewer" hidden>
|
||||
<button class="lightbox-close" aria-label="Close viewer">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
|
||||
</button>
|
||||
<button class="lightbox-arrow prev" aria-label="Previous image">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg>
|
||||
</button>
|
||||
<figure class="lightbox-figure">
|
||||
<img class="lightbox-img" src="" alt="">
|
||||
<figcaption class="lightbox-caption"></figcaption>
|
||||
</figure>
|
||||
<button class="lightbox-arrow next" aria-label="Next image">
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user