Skip to content

Commit

Permalink
patch fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jan 12, 2024
1 parent a13810d commit 4e9478a
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 37 deletions.

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h2 class="section-heading"><i class='bx bxs-contact'></i> Contact Us</h2>
</div>
</main>

<footer class="site-footer" itemtype="https://schema.org/WPFooter" itemscope="itemscope">
<footer class="site-footer bg-primary text-bg-primary py-1" itemtype="https://schema.org/WPFooter" itemscope="itemscope">
<div class="container">

<div class="row py-4 align-items-center g-4">
Expand All @@ -374,27 +374,27 @@ <h2 class="section-heading"><i class='bx bxs-contact'></i> Contact Us</h2>
<ul class="d-flex flex-wrap list-unstyled m-0 justify-content-around">
<li>
<a href="https://facebook.com/carclubtire" target="_blank" rel="nofollow" title="Facebook Page">
<i class='btn btn-info rounded-pill text-white p-2 bx bxl-facebook'></i>
<i class='btn btn-info rounded-pill p-2 bx bxl-facebook'></i>
</a>
</li>
<li>
<a href="https://wa.me/+15593631550" target="_blank" rel="nofollow" title="WhatsApp Number">
<i class='btn btn-info rounded-pill text-white p-2 bx bxl-whatsapp'></i>
<i class='btn btn-info rounded-pill p-2 bx bxl-whatsapp'></i>
</a>
</li>
<li>
<a href="mailto:[email protected]" title="Email Us!">
<i class='btn btn-info rounded-pill text-white p-2 bx bxl-gmail'></i>
<i class='btn btn-info rounded-pill p-2 bx bxl-gmail'></i>
</a>
</li>
<li>
<a href="tel:+13865619732" title="Call Us!">
<i class='btn btn-info rounded-pill text-white p-2 bx bx-phone'></i>
<i class='btn btn-info rounded-pill p-2 bx bx-phone'></i>
</a>
</li>
<li>
<a href="https://maps.app.goo.gl/C56gKsbVXTg5ntiS8" target="_blank" rel="nofollow" title="Find Us on Google Maps!">
<i class='btn btn-info rounded-pill text-white p-2 bx bxs-map-alt'></i>
<i class='btn btn-info rounded-pill p-2 bx bxs-map-alt'></i>
</a>
</li>
</ul>
Expand All @@ -404,7 +404,7 @@ <h2 class="section-heading"><i class='bx bxs-contact'></i> Contact Us</h2>
<div class="text-lg-end text-center">
<p class="m-0">Copyright &copy; <span id="year">2023</span></p>
<p>Car Club Tire &amp; Auto Repair Service</p>
<p class="powered m-0">Designed by <a style="text-decoration: underline;" href="https://saqibtech.com" target="_blank" title="Saqib Islam - UI/UX Desginer & Full Stack Developer">Saaqi</a></p>
<p class="powered m-0">Designed by <a class="text-bg-primary text-decoration-underline" href="https://saqibtech.com" target="_blank" title="Saqib Islam - UI/UX Desginer & Full Stack Developer">Saaqi</a></p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// BOOTSTRAP
// import "./scss/main.scss"
// import "./scss/bs-dynamic.scss"
import "./css/bs-compiled.css"
// STYLES
import "./scss/style.scss"
Expand Down
4 changes: 2 additions & 2 deletions src/scss/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

[class*="btn-outline-"] {
box-shadow: none;

&:hover {
box-shadow: none;
}

&:active {
box-shadow: none;
}
Expand Down
8 changes: 4 additions & 4 deletions src/scss/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
position: relative;
min-height: 100svh;

& a.home-phone > i.bx:hover {
a.home-phone > i.bx:hover {
transform: rotate(30deg);
}

& .container * {
.container * {
z-index: 2;
}
& .background-overlay {

.background-overlay {
height: 100%;
width: 100%;
min-height: 100svh;
Expand Down
File renamed without changes.
20 changes: 0 additions & 20 deletions src/scss/footer.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
@import "./whyus";
@import "./testimonials";
@import "./contactus";
@import "./footer";

0 comments on commit 4e9478a

Please sign in to comment.