www317clean/index.html

375 lines
16 KiB
HTML
Raw Normal View History

2025-01-27 12:14:03 -05:00
<!DOCTYPE HTML>
<html>
2025-01-27 12:26:38 -05:00
<head>
<title>3:17 Cleaning</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="stylesheet" href="assets/css/main.css"/>
2025-01-27 12:27:21 -05:00
<link rel="icon" type="image/png" href="images/Fav.png">
<noscript>
2025-01-27 12:26:38 -05:00
<link rel="stylesheet" href="assets/css/noscript.css"/>
</noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div>
2025-01-27 12:26:38 -05:00
<img src="images/Fav.png" alt="317 Logo" class="custom-icon"></img>
</div>
<div class="content">
<div class="inner">
2025-01-30 17:20:00 -05:00
<h1 style="font-family: 'Times New Roman', Times, serif; color: #FDF5E6">3:17 Cleaning</h1>
<p style="font-family: 'Oswald', sans-serif;">Thourough. Thoughtful. There.</p>
2025-01-27 12:26:38 -05:00
</div>
</div>
<nl></nl><nl></nl><nl></nl><nl></nl><nl></nl><nl></nl><nl></nl>
2025-01-27 12:26:38 -05:00
<nav>
<ul>
<li><a href="#distinctions">Services</a></li>
<li><a href="#referrals">Reviews</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<!--<li><a href="#elements">Elements</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Distinctions -->
<article id="distinctions">
<h2 class="major">Services</h2>
<span class="image main"><img src="images/pic01.jpg" alt=""/></span>
<p>What makes 3:17 CLEANING unique?
</p> We offer residential cleaning to local clients. So you can expect a personal and friendly relationship
with the cleaners in your house.
</p> We offer trustworthy services and promise to be honest as we work in your home. You never need to worry
about how your property is being treated.
</p> We deliver dependable and flexible cleaning services. You can count on a clean house to fit into your
schedule.
</p> We provide thorough cleaning services. So you dont have to rewipe the mirror after we leave.
</p> Were willing to consider whatever you need done. Everything has the chance to be clean.
</p> Serving areas around Quarryville, New Providence, Holtwood, Kirkwood, Strasburg, Willow Street, and the
Buck, contact us today to find out if youre in 3:17 CLEANINGs area of service.
</p>
</article>
<!-- About -->
<article id="about">
<h2 class="major">About</h2>
<span class="image main"><img src="images/pic02.jpg" alt=""/></span>
<p> Whos behind the spray bottle?
<p> Shelby Schick helps keep the fast-paced world from tracking into her clients' homes by taking care of
the time-eating cleaning tasks. Her goal is to provide more time for rest without the underlying guilt
of pushing off cleaning the shower until next week.
<p> Founding 3:17 CLEANING in early 2024, Shelby wanted the name of her business to encapsulate not only the
work she offers, but the nature of her services. “Whatever you do, in word or in deed, do all in the
name of the Lord Jesus Christ, giving thanks through Him to God the Father” (Colossians 3:17). Shelby's
in her happy place when she's cleaning and she's thankful for every client who gives her the opportunity
to multiply that joy.
<p> When shes not polishing a window, you can find Shelby keeping her five younger siblings in line,
enjoying a mocha at the Daily Grind in Quarryville, or working on her latest novel as a student for
gifted writers in the Author Conservatory.
<p> Questions? Email Shelby at shelby317cleaning@gmail.com
</p>
</article>
<!-- Referrals -->
<article id="referrals">
<h2 class="major">Reviews</h2>
<span class="image main"><img src="images/pic03.jpg" alt=""/></span>
<p> What are others saying?
<p> "The only thing better than Shelby's work is her great attitude. She never disappoints!" -Dave and Jane
Rhoads, former owners of the Willow Street House of Pizza
<p> More Testimonials coming soon!
</p>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<span class="image main" style="background-color: #FDF5E6"><img src="images/Fav.png" alt=""/></span>
<p>Schedule your FREE walkthrough today! Contact us at shelby317cleaning@gmail.com <p/>
2025-01-27 12:26:38 -05:00
</article>
<!-- Elements -->
<article id="elements">
<h2 class="major">Elements</h2>
<section>
<h3 class="major">Text</h3>
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this
is a link</a>.</p>
<hr/>
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
<hr/>
<h4>Blockquote</h4>
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus
euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis
volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor
sit amet nullam adipiscing eu felis.
</blockquote>
<h4>Preformatted</h4>
<pre><code>i = 0;
2025-01-27 12:14:03 -05:00
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
2025-01-27 12:26:38 -05:00
</section>
<section>
<h3 class="major">Lists</h3>
<h4>Unordered</h4>
<ul>
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h4>Alternate</h4>
<ul class="alt">
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h4>Ordered</h4>
<ol>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
<li>Felis enim feugiat.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis lorem.</li>
<li>Felis enim et feugiat.</li>
</ol>
<h4>Icons</h4>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
<h4>Actions</h4>
<ul class="actions">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions stacked">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
</section>
<section>
<h3 class="major">Table</h3>
<h4>Default</h4>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h4>Alternate</h4>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<h3 class="major">Buttons</h3>
<ul class="actions">
<li><a href="#" class="button primary">Primary</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button primary icon solid fa-download">Icon</a></li>
<li><a href="#" class="button icon solid fa-download">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button primary disabled">Disabled</span></li>
<li><span class="button disabled">Disabled</span></li>
</ul>
</section>
<section>
<h3 class="major">Form</h3>
<form method="post" action="#">
<div class="fields">
<div class="field half">
<label for="demo-name">Name</label>
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Jane Doe"/>
</div>
<div class="field half">
<label for="demo-email">Email</label>
<input type="email" name="demo-email" id="demo-email" value=""
placeholder="jane@untitled.tld"/>
</div>
<div class="field">
<label for="demo-category">Category</label>
<select name="demo-category" id="demo-category">
<option value="">-</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
<div class="field half">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low</label>
</div>
<div class="field half">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High</label>
</div>
<div class="field half">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy</label>
</div>
<div class="field half">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">Not a robot</label>
</div>
<div class="field">
<label for="demo-message">Message</label>
<textarea name="demo-message" id="demo-message" placeholder="Enter your message"
rows="6"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary"/></li>
<li><input type="reset" value="Reset"/></li>
</ul>
</form>
</section>
</article>
</div>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
2025-01-27 12:14:03 -05:00
</html>