Added some Icons. More to add.
This commit is contained in:
parent
82823a8cf2
commit
2f1f38b216
1 changed files with 6 additions and 6 deletions
12
index.html
12
index.html
|
@ -158,7 +158,7 @@
|
|||
|
||||
<section class="white-section" id="pricing">
|
||||
|
||||
<h2 class="section-heading">Our Services</h2>
|
||||
<h2 class="section-heading"> <i class="fas fa-toolbox"></i> Our Services</h2>
|
||||
<p>Simple and affordable price plans for your bike.</p>
|
||||
|
||||
|
||||
|
@ -166,7 +166,7 @@
|
|||
<div class="pricing-col col-lg-4 col-md-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3>Brake Repair</h3>
|
||||
<h3><i class="fas fa-tools"></i> Brake Repair</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h2 class="price-text">$47.95</h2>
|
||||
|
@ -181,7 +181,7 @@
|
|||
<div class="pricing-col col-lg-4 col-md-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3>Fixing Punctures</h3>
|
||||
<h3><i class="fas fa-tools"></i> Fixing Punctures</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h2 class="price-text">$59.95</h2>
|
||||
|
@ -197,7 +197,7 @@
|
|||
<div class="pricing-col col-lg-4 ">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3>Full Repair/Maintenance</h3>
|
||||
<h3><i class="fas fa-tools"></i> Full Repair/Maintenance</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h2 class="price-text">$79.95</h2>
|
||||
|
@ -218,7 +218,7 @@
|
|||
<div class="row">
|
||||
|
||||
<div class ="col-12">
|
||||
<h2 class="big-heading">Contact Us</h2>
|
||||
<h2 class="big-heading"> <i class="fas fa-map-signs"></i> Contact Us</h2>
|
||||
<p style="color:white;font-size:20px">5 Hawthorne Avenue <br>
|
||||
Ottawa, Ontario <br>
|
||||
Phone: (613) 567-8180 <br>
|
||||
|
@ -267,7 +267,7 @@
|
|||
<div class="container-fluid">
|
||||
<form action="action_page.php">
|
||||
|
||||
<h2 class="big-heading">Book an Appointment</h2>
|
||||
<h2 class="big-heading"> <i class="far fa-clock"></i> Book an Appointment</h2>
|
||||
|
||||
<!--- Select Services --->
|
||||
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
|
||||
|
|
Loading…
Reference in a new issue