added more stuff
This commit is contained in:
parent
1eeec9112d
commit
97d6c7e28f
4 changed files with 3 additions and 3 deletions
BIN
images/brake.jpg
Normal file
BIN
images/brake.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
BIN
images/maintenance.jpg
Normal file
BIN
images/maintenance.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
BIN
images/tire.jpg
Normal file
BIN
images/tire.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
|
@ -215,7 +215,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h2 class="price-text">$47.95</h2>
|
<h2 class="price-text">$47.95</h2>
|
||||||
<img class="title-image" src="images/bike1.jpg" alt="bike1">
|
<img class="title-image" src="images/brake.jpg" alt="bike1">
|
||||||
<p>Repair Using Standard kit</p>
|
<p>Repair Using Standard kit</p>
|
||||||
<p>Part Replacement</p>
|
<p>Part Replacement</p>
|
||||||
<button type="button" class="btn btn-block btn-outline-dark btn-lg">Select</button>
|
<button type="button" class="btn btn-block btn-outline-dark btn-lg">Select</button>
|
||||||
|
@ -230,7 +230,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h2 class="price-text">$59.95</h2>
|
<h2 class="price-text">$59.95</h2>
|
||||||
<img class="title-image" src="images/bike2.jpg" alt="bike2">
|
<img class="title-image" src="images/tire.jpg" alt="bike2">
|
||||||
<p> Repair Using Advanced Kit</p>
|
<p> Repair Using Advanced Kit</p>
|
||||||
<p> Part Replacement</p>
|
<p> Part Replacement</p>
|
||||||
<button type="button" class="btn btn-block btn-outline-dark btn-lg">Select</button>
|
<button type="button" class="btn btn-block btn-outline-dark btn-lg">Select</button>
|
||||||
|
@ -246,7 +246,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h2 class="price-text">$79.95</h2>
|
<h2 class="price-text">$79.95</h2>
|
||||||
<img class="title-image" src="images/bike3.jpg" alt="bike3">
|
<img class="title-image" src="images/maintenance.jpg" alt="bike3">
|
||||||
<p>Full Part Replacement</p>
|
<p>Full Part Replacement</p>
|
||||||
<p>Full Cleaning</p>
|
<p>Full Cleaning</p>
|
||||||
<button type="button" class="btn btn-block btn-outline-dark btn-lg">Select</button>
|
<button type="button" class="btn btn-block btn-outline-dark btn-lg">Select</button>
|
||||||
|
|
Loading…
Reference in a new issue