init
This commit is contained in:
commit
e2cab8ec0b
6 changed files with 495 additions and 0 deletions
BIN
basket-on-doorstep.png
Normal file
BIN
basket-on-doorstep.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
BIN
clean-towels.png
Normal file
BIN
clean-towels.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
166
index-1.html
Normal file
166
index-1.html
Normal file
|
|
@ -0,0 +1,166 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Fluffed Up is a laundry pickup and delivery service in Peoria and Dunlap, IL. Wash, dry, fold, and light mending with a soft touch and fast turnaround." />
|
||||
<meta name="keywords" content="laundry service Peoria IL, laundry pickup Dunlap IL, wash and fold, laundry delivery, Peoria laundry, Dunlap wash service" />
|
||||
<meta name="author" content="Fluffed Up Laundry" />
|
||||
<title>Fluffed Up | Laundry Pickup & Delivery in Peoria and Dunlap IL</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet" />
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
margin: 0;
|
||||
background: #fafafa;
|
||||
color: #333;
|
||||
}
|
||||
header {
|
||||
background: #f3f3f3;
|
||||
padding: 2rem 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
header h1 {
|
||||
font-size: 2.5rem;
|
||||
margin: 0.2em 0;
|
||||
}
|
||||
header p {
|
||||
font-size: 1.2rem;
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
section {
|
||||
padding: 3rem 1rem;
|
||||
max-width: 960px;
|
||||
margin: auto;
|
||||
}
|
||||
.services, .pricing {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 2rem;
|
||||
}
|
||||
.tagline {
|
||||
font-size: 1.25rem;
|
||||
font-style: italic;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.photo-placeholder {
|
||||
background: #ddd;
|
||||
height: 250px;
|
||||
border-radius: 8px;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
th, td {
|
||||
border: 1px solid #ccc;
|
||||
padding: 0.75rem;
|
||||
text-align: left;
|
||||
}
|
||||
footer {
|
||||
background: #222;
|
||||
color: #eee;
|
||||
text-align: center;
|
||||
padding: 2rem 1rem;
|
||||
}
|
||||
a.button {
|
||||
display: inline-block;
|
||||
background: #0077cc;
|
||||
color: white;
|
||||
padding: 1rem 2rem;
|
||||
margin-top: 1rem;
|
||||
text-decoration: none;
|
||||
border-radius: 6px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1>Fluffed Up</h1>
|
||||
<p>Laundry Pickup & Delivery in Peoria & Dunlap, IL</p>
|
||||
<p class="tagline">“We handle your dirty laundry — with clean hands and a soft touch.”</p>
|
||||
<a href="mailto:hello@fluffed-up.com" class="button">Schedule a Pickup</a>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<h2>Why Fluffed Up?</h2>
|
||||
<p>
|
||||
Life’s too short to spend it sorting socks. Fluffed Up is your neighborhood laundry pickup and delivery service, serving Peoria and Dunlap, Illinois. Whether it’s a one-time rescue or a weekly routine, we’ve got your back — and your slacks.
|
||||
</p>
|
||||
<div class="photo-placeholder" style="background-image: url('https://source.unsplash.com/featured/?laundry');"></div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Our Services</h2>
|
||||
<div class="services">
|
||||
<div>
|
||||
<h3>🧼 Wash/Dry/Fold</h3>
|
||||
<p>Everything washed with care, dried to fluffiness, and folded to perfection. Because wrinkled clothes are so last century.</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3>🧵 Light Mending</h3>
|
||||
<p>Loose buttons, minor tears, and rebellious seams — we stitch with love and judgment-free kindness.</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="tagline">“Professionally fluffed. Emotionally supported.”</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Turnaround Options</h2>
|
||||
<ul>
|
||||
<li><strong>48-Hour Standard:</strong> Picked up Monday, dropped off Wednesday. Easy rhythm, reliable service.</li>
|
||||
<li><strong>24-Hour Express:</strong> Rush fee of $10 — because sometimes life happens fast.</li>
|
||||
<li><strong>Recurring Pickup:</strong> Weekly rhythm = less stress + soft clothes forever.</li>
|
||||
</ul>
|
||||
<p class="tagline">“The only thing we mess with is wrinkles.”</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Pricing</h2>
|
||||
<div class="pricing">
|
||||
<div>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Option</th><th>Price</th><th>Notes</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>Per Pound</td><td>$1.75/lb</td><td>10 lb minimum</td></tr>
|
||||
<tr><td>Per 30-Gal Bag</td><td>$45 flat</td><td>~25 lbs (avg full bag)</td></tr>
|
||||
<tr><td>Rush Service</td><td>+$10</td><td>24-hour turnaround</td></tr>
|
||||
<tr><td>Pickup & Delivery</td><td>Included*</td><td>*$5–10 outside core areas</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Optional Add-ons</h3>
|
||||
<ul>
|
||||
<li>Ironing</li>
|
||||
<li>Hypoallergenic Detergents</li>
|
||||
<li>Stain Pre-treatment</li>
|
||||
<li>Delicate Garment Handling</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Service Area</h2>
|
||||
<p>
|
||||
Currently fluffing laundry in <strong>Peoria, IL</strong> and <strong>Dunlap, IL</strong>. If you're nearby, but unsure — reach out!
|
||||
</p>
|
||||
<div class="photo-placeholder" style="background-image: url('https://source.unsplash.com/featured/?neighborhood');"></div>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Fluffed Up Laundry | <a href="mailto:hello@fluffed-up.com" style="color: #fff;">hello@fluffed-up.com</a></p>
|
||||
<p><a href="https://fluffed-up.com" style="color: #fff;">fluffed-up.com</a></p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
135
index-2.html
Normal file
135
index-2.html
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Fluffed Up offers wash, dry, fold, and light mending laundry services with doorstep pickup and delivery in Peoria & Dunlap, IL." />
|
||||
<meta name="keywords" content="laundry service Peoria IL, laundry pickup Peoria, Fluffed Up laundry, wash dry fold Dunlap IL" />
|
||||
<meta name="author" content="Fluffed Up" />
|
||||
<title>Fluffed Up | Laundry Pickup & Delivery in Peoria & Dunlap IL</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Nunito', sans-serif;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
line-height: 1.6;
|
||||
}
|
||||
header, section, footer {
|
||||
padding: 1.5rem;
|
||||
}
|
||||
header {
|
||||
background: #cce7e8;
|
||||
text-align: center;
|
||||
}
|
||||
header h1 {
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 2rem;
|
||||
}
|
||||
header p {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.services, .pricing {
|
||||
background: #fef9f6;
|
||||
margin: 2rem 0;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.services h2, .pricing h2, .cta h2 {
|
||||
color: #e87060;
|
||||
}
|
||||
.service-item, .pricing-table {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
.pricing-table table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.pricing-table th, .pricing-table td {
|
||||
border: 1px solid #ddd;
|
||||
padding: 0.75rem;
|
||||
text-align: left;
|
||||
}
|
||||
.hero-img, .gallery-img {
|
||||
width: 100%;
|
||||
border-radius: 8px;
|
||||
max-height: 250px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.cta {
|
||||
text-align: center;
|
||||
background: #d2f0e4;
|
||||
border-radius: 8px;
|
||||
padding: 2rem 1rem;
|
||||
}
|
||||
.cta a {
|
||||
background: #e87060;
|
||||
color: #fff;
|
||||
padding: 1rem 2rem;
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
footer {
|
||||
text-align: center;
|
||||
font-size: 0.9rem;
|
||||
color: #777;
|
||||
}
|
||||
@media (min-width: 600px) {
|
||||
header h1 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Fluffed Up</h1>
|
||||
<p>We handle your dirty laundry — with clean hands and a soft touch.</p>
|
||||
<img src="logo.png" alt="Laundry Service" class="hero-img" />
|
||||
</header>
|
||||
|
||||
<section class="services">
|
||||
<h2>Our Services</h2>
|
||||
<div class="service-item">
|
||||
<strong>Wash / Dry / Fold</strong>: Professionally fluffed. Emotionally supported.
|
||||
</div>
|
||||
<div class="service-item">
|
||||
<strong>Light Mending</strong>: The only thing we mess with is wrinkles.
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="pricing">
|
||||
<h2>Pricing</h2>
|
||||
<div class="pricing-table">
|
||||
<table>
|
||||
<tr><th>Option</th><th>Price</th><th>Notes</th></tr>
|
||||
<tr><td>Per Pound</td><td>$1.75/lb</td><td>10 lb minimum</td></tr>
|
||||
<tr><td>Per 30-Gal Bag</td><td>$45 flat</td><td>Up to ~25 lbs</td></tr>
|
||||
<tr><td>Rush Service</td><td>+$10</td><td>24-hour turnaround</td></tr>
|
||||
<tr><td>Pickup & Delivery</td><td>Included or +$5–10</td><td>Based on distance</td></tr>
|
||||
<tr><td>Add-ons</td><td>Varies</td><td>Ironing, hypoallergenic soap, etc.</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="cta">
|
||||
<h2>Laundry without the load</h2>
|
||||
<p>Serving Peoria & Dunlap, IL. Free pickup and delivery — fluff it and forget it!</p>
|
||||
<a href="https://fluffed-up.com">Schedule a Pickup</a>
|
||||
<p style="margin-top: 1rem; font-style: italic;">Standard 48-hour service or 24-hour express for +$10</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 style="text-align:center;">What it feels like to be Fluffed Up</h2>
|
||||
<img src="/clean-towels.png" alt="Clean Laundry" class="gallery-img">
|
||||
<img src="/basket-on-doorstep.png" alt="Folded Clothes" class="gallery-img">
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Fluffed Up Laundry Co. | Peoria & Dunlap, IL | <a href="mailto:hello@fluffed-up.com">hello@fluffed-up.com</a></p>
|
||||
<p>Follow us @fluffeduplaundry</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
194
index.html
Normal file
194
index.html
Normal file
|
|
@ -0,0 +1,194 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Fluffed Up laundry service offers wash, dry, fold, and light mending in Peoria and Dunlap, IL. Fast turnaround and doorstep delivery." />
|
||||
<meta name="keywords" content="Peoria IL laundry, Dunlap laundry pickup, wash and fold service, laundry delivery Peoria, laundry service Dunlap" />
|
||||
<meta name="author" content="Fluffed Up Laundry" />
|
||||
<title>Fluffed Up | Peoria & Dunlap Laundry Pickup & Delivery</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
:root {
|
||||
--dark: #1c1c1e;
|
||||
--gray: #2c2c2e;
|
||||
--cream: #f5f0e6;
|
||||
--mint: #c5e5d1;
|
||||
--coral: #ff7f50;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Nunito', sans-serif;
|
||||
background-color: var(--dark);
|
||||
color: var(--cream);
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: var(--gray);
|
||||
padding: 1rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
header img {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
nav {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
nav a {
|
||||
color: var(--cream);
|
||||
text-decoration: none;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.hero {
|
||||
padding: 2rem 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hero h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.hero img {
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
margin-top: 1rem;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.taglines {
|
||||
background-color: var(--gray);
|
||||
padding: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.taglines p {
|
||||
margin: 0.5rem 0;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.services, .pricing, .footer {
|
||||
padding: 1.5rem 1rem;
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.services ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.services li::before {
|
||||
content: "\2728 ";
|
||||
color: var(--mint);
|
||||
}
|
||||
|
||||
.pricing table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.pricing th, .pricing td {
|
||||
border-bottom: 1px solid var(--mint);
|
||||
padding: 0.75rem 0.5rem;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 0.9rem;
|
||||
text-align: center;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
@media(min-width: 600px) {
|
||||
.hero h1 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="/logo.png" alt="Fluffed Up Logo">
|
||||
<nav>
|
||||
<a href="#services">Services</a>
|
||||
<a href="#pricing">Pricing</a>
|
||||
<a href="#contact">Contact</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<section class="hero">
|
||||
<h1>Your Laundry, Fluffed Up & Delivered</h1>
|
||||
<p>Serving Peoria & Dunlap, IL with gentle care and doorstep convenience.</p>
|
||||
<img src="/basket-on-doorstep.png" alt="Laundry basket on doorstep">
|
||||
</section>
|
||||
|
||||
<section class="taglines">
|
||||
<p>“We handle your dirty laundry — with clean hands and a soft touch.”</p>
|
||||
<p>“Professionally fluffed. Emotionally supported.”</p>
|
||||
<p>“The only thing we mess with is wrinkles.”</p>
|
||||
</section>
|
||||
|
||||
<section class="services" id="services">
|
||||
<h2>What We Offer</h2>
|
||||
<ul>
|
||||
<li>Wash / Dry / Fold — Clean and comfy, just how you like it</li>
|
||||
<li>Light Mending — Small tears, loose buttons? We got you.</li>
|
||||
<li>24-Hour Express Option — Add $10 for rush service</li>
|
||||
<li>Free or low-cost delivery in Peoria and Dunlap</li>
|
||||
</ul>
|
||||
<img src="/clean-towels.png" alt="Clean folded towels" style="width:100%; margin-top:1rem; border-radius:12px;">
|
||||
</section>
|
||||
|
||||
<section class="pricing" id="pricing">
|
||||
<h2>Simple Pricing</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Option</th>
|
||||
<th>Price</th>
|
||||
<th>Notes</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Per Pound</td>
|
||||
<td>$1.75/lb</td>
|
||||
<td>10 lb minimum</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Per 30-Gal Bag</td>
|
||||
<td>$45 flat</td>
|
||||
<td>Up to ~25 lbs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rush Service</td>
|
||||
<td>+$10</td>
|
||||
<td>24-hour turnaround</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pickup & Delivery</td>
|
||||
<td>Included or +$5–10</td>
|
||||
<td>Based on distance</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Add-ons</td>
|
||||
<td>Varies</td>
|
||||
<td>Ironing, hypoallergenic options, etc.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section class="footer" id="contact">
|
||||
<p>Ready to get Fluffed Up? Text or call <strong>(309) 555-0123</strong></p>
|
||||
<p>Email us at <a href="mailto:hello@fluffed-up.com" style="color: var(--mint);">hello@fluffed-up.com</a></p>
|
||||
<p>Follow us on Instagram <a href="https://instagram.com/fluffedup.laundry" style="color: var(--mint);">@fluffedup.laundry</a></p>
|
||||
<p>© 2025 Fluffed Up Laundry — Serving Peoria & Dunlap, Illinois</p>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
BIN
logo.png
Normal file
BIN
logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Loading…
Add table
Add a link
Reference in a new issue