Portland's Mobile
Luxury Detailing Service
-
-
-
+ Restore & Protect
Your Vehicle
+ with the best mobile car detailing service in the Portland area
+diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/aden-desktop.jpg b/aden-desktop.jpg new file mode 100644 index 0000000..9559bfd Binary files /dev/null and b/aden-desktop.jpg differ diff --git a/aden-mobile.jpg b/aden-mobile.jpg new file mode 100644 index 0000000..14894c3 Binary files /dev/null and b/aden-mobile.jpg differ diff --git a/dropdown-box.js b/dropdown-box.js new file mode 100644 index 0000000..47461fb --- /dev/null +++ b/dropdown-box.js @@ -0,0 +1,7 @@ +function toggleDropdown(headerClicked) { + let body = headerClicked.nextElementSibling; + let arrow = headerClicked.children[1]; + + body.classList.toggle("open"); + arrow.classList.toggle("open"); +} diff --git a/index.html b/index.html index 030e6c3..db3fc13 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,50 @@ content="Maine Luxury Detailing provides mobile professional car cleaning services in the Portland Area" />
with the best mobile car detailing service in the Portland area
+