file cleanup + added about page
This commit is contained in:
+78
@@ -0,0 +1,78 @@
|
||||
<!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">
|
||||
©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>
|
||||
Reference in New Issue
Block a user