Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions assets/css/Navigation-with-Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,12 @@
background: #66d7d7;
}

/* Helps wit the spacing of the logo */
.logo-container{
width: 50px;
}
/* controlling logo size */
.nav-logo{
width: 50px;
height: 40px;
}
60 changes: 60 additions & 0 deletions assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 44 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,62 @@

<body>
<nav class="navbar navbar-light navbar-expand-md navigation-clean-button">
<div class="container"><a class="navbar-brand" href="#">Company Name</a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="container">
<div class="logo-container">
<img class="nav-logo" src="./assets/images/logo.svg" alt="Brand logo"
title="Lgo from here: https://www.flaticon.es/icono-gratis/logo_187879?term=logo&page=1&position=3&page=1&position=3&related_id=187879&origin=tag">
</div><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span
class="visually-hidden">Toggle
navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav me-auto">
<li class="nav-item"><a class="nav-link active" href="#">First Item</a></li>
<li class="nav-item"><a class="nav-link" href="#">Second Item</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown" href="#">Dropdown </a>
<div class="dropdown-menu"><a class="dropdown-item" href="#">First Item</a><a class="dropdown-item" href="#">Second Item</a><a class="dropdown-item" href="#">Third Item</a></div>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false"
data-bs-toggle="dropdown" href="#">Dropdown </a>
<div class="dropdown-menu"><a class="dropdown-item" href="#">First Item</a><a
class="dropdown-item" href="#">Second Item</a><a class="dropdown-item" href="#">Third
Item</a></div>
</li>
</ul><span class="navbar-text actions"> <a class="login" href="#">Log In</a><a class="btn btn-light action-button" role="button" href="#">Sign Up</a></span>
</ul><span class="navbar-text actions"> <a class="login" href="#">Log In</a><a
class="btn btn-light action-button" role="button" href="#">Sign Up</a></span>
</div>
</div>
</nav>

<div class="container">
<br><h1>A Local Family Owned and Operated HVAC Business</h1><br>
<div class="testimonials-clean">
<div class="row">
<div class="col-12 item">
<br>
<p class="big-p"> A Locally Owned and Family Operated Small HVAC Business</p>
<p class="left"> <strong> Comfort One Air Conditioning LLC</strong> is a small business owned and operated by a husband and wife team. It had always been a goal for the owners to follow in the footsteps of their parents in owning their own company. We understand the hardships of small business ownership, and all the long nights up working. Our roots in the Midwest helped us to establish a very strong work ethic.
<p class="left">Our technicians have years of experience in the HVAC industry and our lead technician graduated top tech in his technical college for HVAC. Our technicians have a combined 35 years of experience in the construction field. Our office manager has worked over 10 years in a small business setting, while going to school for the office-end of the business, learning accounting, business communications, computer skills, and small business startup.
<p class="left">Call us today, <a href="tel:602-247-6151"><strong><span style="text-decoration: underline;">(602) 247-6151</span></strong></a><br /></p>
<br><div class="small-pic"><img class="small-pic" src="assets/img/ac_man.jpg" />
<div class="container">
<br>
<h1>A Local Family Owned and Operated HVAC Business</h1><br>
<div class="testimonials-clean">
<div class="row">
<div class="col-12 item">
<br>
<p class="big-p"> A Locally Owned and Family Operated Small HVAC Business</p>
<p class="left"> <strong> Comfort One Air Conditioning LLC</strong> is a small business owned and
operated by a husband and wife team. It had always been a goal for the owners to follow in the
footsteps of their parents in owning their own company. We understand the hardships of small
business ownership, and all the long nights up working. Our roots in the Midwest helped us to
establish a very strong work ethic.
<p class="left">Our technicians have years of experience in the HVAC industry and our lead
technician graduated top tech in his technical college for HVAC. Our technicians have a combined
35 years of experience in the construction field. Our office manager has worked over 10 years in
a small business setting, while going to school for the office-end of the business, learning
accounting, business communications, computer skills, and small business startup.
<p class="left">Call us today, <a href="tel:602-247-6151"><strong><span
style="text-decoration: underline;">(602) 247-6151</span></strong></a><br /></p>
<br>
<div class="small-pic"><img class="small-pic" src="assets/img/ac_man.jpg" />
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
<br><br>
</div>
<br><br>
</div>


<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/Dark-Mode-Switch.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/Dark-Mode-Switch.js"></script>
</body>

</html>