Compare commits

1 Commits

Author SHA1 Message Date
simon e7360abf37 changing up the service page once again 2026-02-01 22:21:16 -05:00
7 changed files with 793 additions and 180 deletions
-78
View File
@@ -1,78 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Luxury Detailing Maine provides mobile professional car cleaning services in the Portland Area"
/>
<title>ABOUT - Luxury Detailing Maine</title>
<link href="css/style.css" rel="stylesheet" />
<link href="css/hamburger.css" rel="stylesheet" />
<style>
/************************************************
* DESKTOP RULES
*/
@media screen and (min-width: 851px) {
}
/*
* MOBILE RULES
*/
@media screen and (max-width: 850px) {
}
</style>
</head>
<body>
<a href="#main-content" class="skipLink">Skip to main content</a>
<header>
<div class="banner" role="banner">
<a href="index.html" class="logo" aria-label="Company Logo">LUXURY DETAILING</a>
<button
id="hamburger"
aria-label="Toggle mobile navigation menu"
aria-expanded="false"
>
<span></span>
<span></span>
<span></span>
</button>
<nav>
<a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a>
<a class="navLink" role="navigation" href="services.html">Services</a>
<a class="navLink" role="navigation" href="reviews.html"style="color: white" >Reviews</a>
<a class="navLink" role="navigation" href="about.html">About</a>
</nav>
</div>
</header>
<main id="main-content">
<section id="blurb">
page under construction
</section>
</main>
<footer>
<div id="footer-left">
&copy;Luxury Detailing Maine 2025<br />
All rights reserved<br />
Portland, ME
</div>
<div id="footer-right">
207-807-6770<br />
example@email.com<br />
<a
href="https://www.instagram.com/luxurydetailingmaine/"
target="_blank"
>@luxurydetailingmaine</a
>
</div>
</footer>
<script src="js/hamburger.js"></script>
</body>
</html>
+1 -1
View File
@@ -138,7 +138,7 @@
<a class="navLink" role="navigation" href="ceramic-coating.html"style="color: white">Ceramic Coating</a> <a class="navLink" role="navigation" href="ceramic-coating.html"style="color: white">Ceramic Coating</a>
<a class="navLink" role="navigation" href="services.html">Services</a> <a class="navLink" role="navigation" href="services.html">Services</a>
<a class="navLink" role="navigation" href="reviews.html">Reviews</a> <a class="navLink" role="navigation" href="reviews.html">Reviews</a>
<a class="navLink" role="navigation" href="about.html">About</a> <a class="navLink" role="navigation" href="contact.html">About</a>
</nav> </nav>
</div> </div>
</header> </header>
+2
View File
@@ -0,0 +1,2 @@
for i in range(101) :
print(i, '% { background: linear-gradient(var(--black) 0 0) padding-box, linear-gradient(', round(i*3.6, 3), 'deg, var(--gold), white, var(--gold)) border-box; }', sep='')
+1 -1
View File
@@ -182,7 +182,7 @@
<a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a> <a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a>
<a class="navLink" role="navigation" href="services.html">Services</a> <a class="navLink" role="navigation" href="services.html">Services</a>
<a class="navLink" role="navigation" href="reviews.html">Reviews</a> <a class="navLink" role="navigation" href="reviews.html">Reviews</a>
<a class="navLink" role="navigation" href="about.html">About</a> <a class="navLink" role="navigation" href="contact.html">About</a>
</nav> </nav>
</div> </div>
</header> </header>
+1 -1
View File
@@ -131,7 +131,7 @@
<a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a> <a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a>
<a class="navLink" role="navigation" href="services.html">Services</a> <a class="navLink" role="navigation" href="services.html">Services</a>
<a class="navLink" role="navigation" href="reviews.html"style="color: white" >Reviews</a> <a class="navLink" role="navigation" href="reviews.html"style="color: white" >Reviews</a>
<a class="navLink" role="navigation" href="about.html">About</a> <a class="navLink" role="navigation" href="contact.html">About</a>
</nav> </nav>
</div> </div>
</header> </header>
+44 -101
View File
@@ -82,6 +82,7 @@
} }
.serviceContainer { .serviceContainer {
display: flex; display: flex;
flex-direction: row;
align-items: flex-start; align-items: flex-start;
justify-content: space-evenly; justify-content: space-evenly;
flex-wrap: wrap; flex-wrap: wrap;
@@ -96,19 +97,30 @@
} }
/** Services */ ul {
a.service { text-decoration: none;} display: flex;
.service { flex-direction: row;
gap: 2rem;
text-align: left;
}
.serviceContainer div {
width: 50%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; gap: 1rem;
height: 100%;
width: 40rem;
} }
/** "BOOK NOW" buttons */ /** "BOOK NOW" buttons */
.service button { .book-link {
display: block;
width: 30%;
text-decoration: none;
user-select: none;
}
button {
height: 5rem; height: 5rem;
min-width: 100%; min-width: 100%;
@@ -130,101 +142,17 @@
text-decoration: none; text-decoration: none;
transition: 0.3s ease; transition: 0.3s ease;
} }
.service button:hover { button:hover {
cursor: pointer; cursor: pointer;
box-shadow: 0px 0px 10px var(--gold); box-shadow: 0px 0px 10px var(--gold);
font-size: 1.75rem; font-size: 1.75rem;
} }
.service button:active { button:active {
background-color: var(--gold);
}
/** booking link */
.service a {
display: block;
width: 50%;
text-decoration: none;
}
.card {
padding: 3rem;
border: 2px solid var(--gold);
border-radius: 1rem;
transition: 0.5s ease;
color: white;
width: 100%;
}
.card:hover {
border: 2px solid white;
}
/** TODO implement these classes to make consistent service card sizes */
.tall { height: 30rem; }
.medium { height: 20rem; }
.short { height: 10rem; }
.card-head {
margin-bottom: 2rem;
}
.card-body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2rem;
text-align: left;
width: 100%;
}
/** .card-body span {
display: flex;
flex-direction: column;
align-self: stretch;
width: 50%;
}*/
.card-body span {
display: flex;
flex-direction: column;
align-self: stretch;
width: 100%;
}
.card-body span h3 {
text-align: center;
}
/** Booking Button */
.book-button {
background-color: var(--black);
color: var(--gold);
width: 50%;
height: 4rem;
border: 1px solid white;
border-radius: 5rem;
padding: .5rem 1rem;
font-size: 1rem;
font-weight: bold;
text-decoration: none;
transition: 0.5s ease;
}
.book-button:hover {
cursor: pointer;
box-shadow: 0px 0px 15px var(--gold);
}
.book-button:active {
background-color: var(--gold); background-color: var(--gold);
} }
.book-link {
user-select: none;
}
/** mobile rules */ /** mobile rules */
/** MOBILE */ /** MOBILE */
@@ -268,7 +196,7 @@
<a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a> <a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a>
<a class="navLink" role="navigation" href="services.html" style="color: white;">Services</a> <a class="navLink" role="navigation" href="services.html" style="color: white;">Services</a>
<a class="navLink" role="navigation" href="reviews.html">Reviews</a> <a class="navLink" role="navigation" href="reviews.html">Reviews</a>
<a class="navLink" role="navigation" href="about.html">About</a> <a class="navLink" role="navigation" href="contact.html">About</a>
</nav> </nav>
</div> </div>
</header> </header>
@@ -278,7 +206,7 @@
<div id="tableOfContents"> <div id="tableOfContents">
<h1>Our Services</h1> <h1>Our Services</h1>
<div id="categoryLinks"> <div id="categoryLinks">
<a href="#packagesJump" class="jumpLink"><h2>Service Packages</h2></a> <a href="#packagesJump" class="jumpLink"><h2>Detailing Packages</h2></a>
<a href="#ceramicJump" class="jumpLink"><h2>Ceramic Coating</h2></a> <a href="#ceramicJump" class="jumpLink"><h2>Ceramic Coating</h2></a>
<a href="#paintJump" class="jumpLink"><h2>Polish &<br/>Paint Correction</h2></a> <a href="#paintJump" class="jumpLink"><h2>Polish &<br/>Paint Correction</h2></a>
<a href="#exteriorJump" class="jumpLink"><h2>Exterior Detailing</h2></a> <a href="#exteriorJump" class="jumpLink"><h2>Exterior Detailing</h2></a>
@@ -292,9 +220,24 @@
<div id="categoryContainer"> <div id="categoryContainer">
<span id="packagesJump" class="landing"></span> <span id="packagesJump" class="landing"></span>
<h1 class="serviceHeader">Service Packages</h1> <h1 class="serviceHeader">Detailing Packages</h1>
<a href="#main-content">back to top</a>
<div id="packages" class="serviceContainer"> <div id="packages" class="serviceContainer">
<p>
Our packages are a well rounded mixture of interior and exterior
services offered at a modest price.
</p>
<div>
<ul>
<li>Vacuum & light carpet shampooing</li>
<li>Plastics, leather, and vinyls cleaning</li>
<li>Seat shampooing</li>
<li>Interior & exterior window cleaning</li>
<li>Crack & crevice cleaning</li>
</ul>
</div>
<a href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/XGQVAkJx15acdsEemvEr" target="_blank" class="book-link">
<button>View Packages</button>
</a>
</div> </div>
<span id="ceramicJump" class="landing"></span> <span id="ceramicJump" class="landing"></span>
@@ -653,7 +596,7 @@
} }
window.onload = (event) => { window.onload = (event) => {
insertServices(serviceData); // insertServices(serviceData);
// jump to category if coming from index/home page // jump to category if coming from index/home page
let params = new URLSearchParams(document.location.search); let params = new URLSearchParams(document.location.search);
+746
View File
@@ -0,0 +1,746 @@
<!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="Luxury Detailing Maine provides mobile professional car cleaning services in the Portland Area"
/>
<title>Luxury Detailing Maine</title>
<link href="css/style.css" rel="stylesheet" />
<link href="css/dropdown.css" rel="stylesheet" />
<link href="css/hamburger.css" rel="stylesheet" />
<style>
section {
max-width: 75%;
width: 75%;
gap: 2rem;
margin-top: 1rem;
}
.book-button {
background-color: var(--black);
color: var(--gold);
width: 50%;
height: 4rem;
border: 1px solid white;
border-radius: 5rem;
padding: .5rem 1rem;
font-size: 1rem;
font-weight: bold;
text-decoration: none;
transition: 0.5s ease;
}
.book-button:hover {
cursor: pointer;
box-shadow: 0px 0px 15px var(--gold);
}
.book-button:active {
background-color: var(--gold);
}
.book-link {
user-select: none;
}
/** Dropdown Menu Style Overrides */
.dropdown {
width: 100%;
border: 1px solid var(--light-gold);
border-radius: 1.25rem;
transition: 0.5s;
user-select: none;
}
.dropdown:hover {
border: 1px solid white;
}
/** Prevent nested dropdowns from having borders */
.dropdown .dropdown {
border-left: none;
border-right: none;
border-bottom: none;
border-radius: 1.25rem 1.25rem 0 0;
}
.dropdown-header {
align-items: center;
justify-content: flex-start;
gap: 1rem;
text-align: left;
background-color: var(--black);
color: var(--gold);
width: 100%;
height: 100%;
padding: 1.5rem 4rem 2rem 4rem;
border: none;
border-radius: 1.25rem;
transition: 2s;
}
.dropdown-header:hover {
border: none;
}
.dropdown-arrow {
transform: rotate(-90deg);
}
.dropdown-arrow.open {
transform: rotate(0deg);
}
.dropdown-header:hover span {
transform: rotate(-65deg); /** arrow hover effect */
}
.dropdown-header div {
display: flex;
flex-direction: column;
align-items: flex-start;
}
hr {
border-color: var(--gold);
}
.dropdown-content {
visibility: hidden;
text-align: left;
border: none;
/** closing speed */
transition: max-height .3s ease;
}
/** service section dropdowns that are v long */
.dropdown-content.open-longest {
visibility: visible;
max-height: 1100px;
/** opening speed */
transition: max-height 1s ease;
}
/** service section dropdowns */
.dropdown-content.open-long {
visibility: visible;
max-height: 1100px;
/** opening speed */
transition: max-height 1s ease;
}
/** dropdowns holding specific service info */
.dropdown-content.open {
visibility: visible;
max-height: 400px;
/** opening speed */
transition: max-height .5s ease;
}
.dropdown-body {
display: flex;
flex-direction: row;
justify-items: space-around;
align-items: flex-start;
flex-wrap: wrap;
margin: 1rem 1rem 0rem 6rem;
user-select: text;
}
.dropdown-body p {
padding-right: 4rem;
}
.dropdown-body-half {
flex-basis: 50%;
}
.dropdown-button {
width: 100%;
margin: 2rem 1rem 2.5rem 6rem;
}
/** mobile rules */
/** MOBILE */
@media screen and (max-width: 850px) {
section {
width: 100%;
}
h1 {
font-size: 1.75rem;
}
h2 {
font-size: 1.5rem;
}
.dropdown-header {
padding: 1.5rem 1rem 2rem 1rem;
}
/** service section dropdowns that are v long */
.dropdown-content.open-longest {
max-height: 1700px;
/** opening speed */
transition: max-height 1s ease;
}
/** service section dropdowns */
.dropdown-content.open-long {
max-height: 1450px;
/** opening speed */
transition: max-height 1s ease;
}
/** dropdowns holding specific service info */
.dropdown-content.open {
max-height: 600px;
/** opening speed */
transition: max-height .5s ease;
}
.dropdown-body {
margin: 1rem 1rem 0rem 3rem;
flex-direction: column;
}
.dropdown-body span:not(:first-child) {
margin-top: 1.5rem;
}
.dropdown-body p {
padding-right: 0rem;
}
}
</style>
</head>
<body>
<a href="#main-content" class="skipLink">Skip to main content</a>
<header>
<div class="banner" role="banner">
<a href="index.html" class="logo" aria-label="Company Logo">LUXURY DETAILING</a>
<button
id="hamburger"
aria-label="Toggle mobile navigation menu"
aria-expanded="false"
>
<span></span>
<span></span>
<span></span>
</button>
<nav>
<a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a>
<a class="navLink" role="navigation" href="services.html">Services</a>
<a class="navLink" role="navigation" href="reviews.html">Reviews</a>
<a class="navLink" role="navigation" href="contact.html">About</a>
</nav>
</div>
</header>
<main id="main-content">
<!-- SERVICE PACKAGE SECTION -->
<section id="packages">
<div class="dropdown long" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<h1>Service Packages</h1>
</button>
<div class="dropdown-content">
<!-- LEVEL ONE PACKAGE -->
<div class="dropdown" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Level One</h2>
<p>Give your car the time, love, and care it deserves.</p>
</div>
</button>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<span class="dropdown-body-half">
<h3>Interior</h3>
<ul>
<li>Vacuum & light carpet shampooing</li>
<li>Plastics, leather, and vinyls cleaning</li>
<li>Light seat shampooing</li>
<li>Interior & exterior window cleaning</li>
<li>Crack & crevice cleaning</li>
</ul>
</span>
<span class="dropdown-body-half">
<h3>Exterior</h3>
<ul>
<li>Hand wash & dry</li>
<li>Bug gut removal</li>
<li>Tire, wheel, and wheel well cleaning + tire shine</li>
<li>Window cleaning</li>
<li>Light door jam cleaning</li>
</ul>
</span>
</div>
<div class="dropdown-button">
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/XGQVAkJx15acdsEemvEr?productServiceId=sIUtLBqGS4mjAQNwHtI4&sku=rH37oV6muKqDXStXhH3k"
>
<button class="book-button">Book Level One Package Now</button>
</a>
</div>
</div>
</div>
<!-- LEVEL TWO PACKAGE -->
<div class="dropdown" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Level Two</h2>
<p>Tell the world you're proud of your car.</p>
</div>
</button>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<span class="dropdown-body-half">
<h3>Interior</h3>
<ul>
<li>Vacuum & light carpet shampooing</li>
<li>Plastics, leather, and vinyls cleaning</li>
<li>Light seat shampooing</li>
<li>Interior & exterior window cleaning</li>
<li>Crack & crevice cleaning</li>
</ul>
</span>
<span class="dropdown-body-half">
<h3>Exterior</h3>
<ul>
<li>Hand wash & dry</li>
<li>Bug gut removal</li>
<li>Tire, wheel, and wheel well cleaning + tire shine</li>
<li><em>Clay service to remove embedded contamination</em></li>
<li><em>3 to 6 month ceramic paint sealant: gloss, protection, hydrophobic & self-cleaning properties</em></li>
</ul>
</span>
</div>
<div class="dropdown-button">
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/XGQVAkJx15acdsEemvEr?productServiceId=ZUyqKhnZtS3uAT9Auo2I&sku=EsEnqIEVcVedKRDITk7e"
>
<button class="book-button">Book Level Two Package Now</button>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CERAMIC COATING SECTION -->
<section id="ceramic">
<div class="dropdown longest" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<h1>Ceramic Coating</h1>
</button>
<div class="dropdown-content">
question for aden: should clicking this just bring user to "ceramic coating" page?
<!-- ELITE COATING -->
<div class="dropdown" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Elite Ceramic Coating</h2>
<p>Bring out and protect your car's shine for years to come.</p>
</div>
</button>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<span class="dropdown-body-half">
<h3>Description</h3>
<p>
A protective layer on your vehicle's surface that repels water,
dirt, and contaminants, making cleaning easier and enhancing the
paint's durability and shine for 3-5 years.
</p>
</span>
<span class="dropdown-body-half">
<h3>Includes</h3>
<ul>
<li>Hand wash</li>
<li>Decontamination of paint & glass</li>
<li>1 Step polish to remove light swirls and enhance gloss</li>
</ul>
</span>
</div>
<div class="dropdown-button">
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/Z2TzVLNpkirBka11huXA?productServiceId=EpBxqPABGIwdF1f3ujqS&sku=Et0iAwD3vqAQYtcNo596">
<button class="book-button">Book Elite Coating</button>
</a>
</div>
</div>
</div>
<!-- COMPLETE COATING -->
<div class="dropdown" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Complete Ceramic Coating</h2>
<p>Like a factory reset on your cars exterior, but 10x better.</p>
</div>
</button>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<span class="dropdown-body-half">
<h3>Description</h3>
<p>
A protective layer on your vehicle's surface that repels water,
dirt, and contaminants, and UV rays, with insane gloss and shine
for 3-5 years.<br />
(Paint + Glass)
</p>
</span>
<span class="dropdown-body-half">
<h3>Includes</h3>
<ul>
<li>Hand wash & dry</li>
<li>Wheel cleaning</li>
<li>1 stage paint correction on all paint & glass</li>
<li>
<em>Free quarterly washes</em>
</li>
<li>
<em>Free annual decontamination and topper</em>
</li>
</ul>
</span>
</div>
<div class="dropdown-button">
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/Z2TzVLNpkirBka11huXA?productServiceId=EpBxqPABGIwdF1f3ujqS&sku=Et0iAwD3vqAQYtcNo596">
<button class="book-button">Book Complete Coating</button>
</a>
</div>
</div>
</div>
<!-- WHEEL WASH -->
<div class="dropdown" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Wheel Wash</h2>
<p>Make your wheels glow and shine.</p>
</div>
</button>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<span>
<h3>Disclaimer</h3>
<p>
Only available if the entire car receives a ceramic coating.
</p>
</span>
</div>
<div class="dropdown-button">
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/Z2TzVLNpkirBka11huXA?productServiceId=jFgdX1fB0AoMVmIhSSmP&sku=lCUwUjNUHf4NYqqKYRNS">
<button class="book-button">Book Wheel Wash</button>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- POLISHING + PAINT CORRECTION SECTION -->
<section id="polish">
<div class="dropdown long" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<h1>Polishing & Paint Correction</h1>
</button>
<div class="dropdown-content">
<!-- PAINT ENHANCEMENT -->
<div class="dropdown" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Paint Enhancement</h2>
<p>Bring back that gloss you know and love.</p>
</div>
</button>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<span class="dropdown-body-half">
<h3>Disclaimer</h3>
<p>Must include an exterior wash & decontamination (price included).</p>
</span>
<span class="dropdown-body-half">
<h3>Includes</h3>
<ul>
<li>1-step polish to enhance gloss & reduce minor defects</li>
<li>Ceramic coating, sealant, or wax required after</li>
</ul>
</span>
</div>
<div class="dropdown-button">
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/W7MYzeflJr6yEAlpgreQ?productServiceId=CvJ0v88LfLS9De7I04qu&sku=EyZfDYm9fPEgr3FRl24h">
<button class="book-button">Book Paint Enhancement</button>
</a>
</div>
</div>
</div>
<!-- PAINT CORRECTION -->
<div class="dropdown" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Paint Correction</h2>
<p>Give your paint a breath of fresh air.</p>
</div>
</button>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<span class="dropdown-body-half">
<h3>Disclaimer</h3>
<p>Must include an exterior wash & decontamination (price included).</p>
</span>
<span class="dropdown-body-half">
<h3>Includes</h3>
<ul>
<li>2-step polish to eliminate 80-85% of defects </li>
<li>Restore shine and gloss</li>
<li>Ceramic coating, sealant, or wax required after</li>
</ul>
</span>
</div>
<div class="dropdown-button">
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/W7MYzeflJr6yEAlpgreQ?productServiceId=EDLsm6ynRPi4sKV0ajh1&sku=s1VcPPUMz3Y5n9B99e2F">
<button class="book-button">Book Paint Correction</button>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
wip below
<!-- EXTERIOR DETAILING SECTION -->
<section id="exterior">
<div class="dropdown long" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<h1>Exterior Detailing</h1>
</button>
<div class="dropdown-content">
<!-- LEVEL ONE EXTERIOR -->
<div class="dropdown" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Level One Exterior</h2>
<p>A safe and meticulous hand wash to reveal the true shine of your car.</p>
</div>
</button>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<ul>
<li>Hand wash & dry</li>
<li>Bug gut removal</li>
<li>Tire, wheel, wheel well cleaning, and tire shine</li>
<li>Window cleaning</li>
<li>Light door jam cleaning</li>
</ul></br>
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/yT4vtoWKB5qGaQMaxOdd?productServiceId=TFqzf6t8BKh7vTGxfNBy&sku=Czg1xQxpwwf5ninBF6xq">
<button class="book-button">Book Level One Exterior</button>
</a>
</div>
</div>
</div>
<!-- LEVEL TWO EXTERIOR -->
<div class="dropdown" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Level Two Exterior</h2>
<p>Most popular.</p>
</div>
</button>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<p>
For those who want their car to shine, be safe and protected
from harsh elements, self clean, and be a breeze to wash.
(Previously 'Wash, Clay, Seal')
</p><br />
<ul>
<li>Hand wash & dry</li>
<li>Bug gut removal</li>
<li>Tire, wheel, wheel well cleaning, and tire shine</li>
<li>Clay mitt to remove embedded contamination</li>
<li>3 to 6 month ceramic paint sealant: gloss, protection, hydrophobic & self-cleaning properties</li>
</ul></br>
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/yT4vtoWKB5qGaQMaxOdd?productServiceId=bc8YSJd6fl0CprnAY43r&sku=iUA7y7dwM4Kz51pBpQNI">
<button class="book-button">Book Level Two Exterior</button>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- INTERIOR DETAILING SECTION -->
<section id="interior">
<div class="dropdown long" aria-expanded="false">
<button class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<h1>Interior Detailing</h1>
</button>
<div class="dropdown-content">
<!-- LEVEL ONE INTERIOR -->
<div class="dropdown" aria-expanded="false">
<div class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Level One Interior</h2>
<p>Clean as a whistle!</p>
</div>
</div>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<ul>
<li>Vacuum & light carpet shampooing</li>
<li>Plastics, leather, and vinyls cleaning</li>
<li>Light seat shampooing</li>
<li>Interior & exterior window cleaning</li>
<li>Crack & crevice cleaning</li>
</ul></br>
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/iy5yKtAhm0O0w0P05acA?productServiceId=3LCNMgeB58hjFwhg58BU&sku=MuCpgSMV0hU4sUdjAPBi">
<button class="book-button">Book Level One Interior</button>
</a>
</div>
</div>
</div>
<!-- LEVEL TWO INTERIOR -->
<div class="dropdown" aria-expanded="false">
<div class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
<div>
<h2>Level Two Interior</h2>
<p>Bring back the interior you love & protect it for months.</p>
</div>
</div>
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<ul>
<li>Vacuum & carpet shampooing</li>
<li>Plastics, leather, and vinyls scrubbed</li>
<li>Leather conditioning for protection and suppleness</li>
<li>Upholstery shampooing</li>
<li>Crack & crevice cleaning</li>
<li>6 month interior protection (Spills, UV, less dust, less cleaning, and plastic rejuvenation)</li>
</ul></br>
<a target="_blank" class="book-link" tabindex="-1"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/yT4vtoWKB5qGaQMaxOdd?productServiceId=bc8YSJd6fl0CprnAY43r&sku=iUA7y7dwM4Kz51pBpQNI">
<button class="book-button">Book Level Two Interior</button>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div id="footer-left">
&copy;Luxury Detailing Maine 2025<br />
All rights reserved<br />
Portland, ME
</div>
<div id="footer-right">
207-807-6770<br />
example@email.com<br />
<a
href="https://www.instagram.com/luxurydetailingmaine/"
target="_blank"
>@luxurydetailingmaine</a
>
</div>
</footer>
<script src="js/hamburger.js"></script>
<script>
function toggleDropdown(headerClicked) {
let dropdown = headerClicked.parentElement;
let body = headerClicked.nextElementSibling;
let arrow = headerClicked.children[0];
if (dropdown.classList.contains("longest")) {
dropdown.classList.toggle("open-longest");
body.classList.toggle("open-longest");
arrow.classList.toggle("open");
}
else if (dropdown.classList.contains("long")) {
dropdown.classList.toggle("open-long");
body.classList.toggle("open-long");
arrow.classList.toggle("open");
}
else {
dropdown.classList.toggle("open");
body.classList.toggle("open");
arrow.classList.toggle("open");
}
let isOpen = dropdown.className.includes("open");
dropdown.setAttribute('aria-expanded', isOpen);
}
</script>
</body>
</html>