Switch to cards, add images; add sales mailto link.
This commit is contained in:
parent
317e44f62b
commit
e96df76bb1
BIN
assets/ALUMACAR Yamaha Drive LED Deluxe Light Kit-tn.jpg
Normal file
BIN
assets/ALUMACAR Yamaha Drive LED Deluxe Light Kit-tn.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
BIN
assets/DSC06748-tn.jpg
Normal file
BIN
assets/DSC06748-tn.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 330 KiB |
BIN
assets/DSC06759-tn.jpg
Normal file
BIN
assets/DSC06759-tn.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
22
index.html
22
index.html
@ -9,17 +9,27 @@
|
|||||||
<h1>alumacar.com returning soon...</h1>
|
<h1>alumacar.com returning soon...</h1>
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col-sm-6">
|
||||||
<div class="jumbotron">
|
<div class="card">
|
||||||
<h1 class="display-3">Golf Cart Accessories</h1>
|
<div class="card-body">
|
||||||
|
<h4 class="card-title">Golf Cart Accessories</h4>
|
||||||
|
<p class="card-text">Front-cowls, light kits</p>
|
||||||
|
</div>
|
||||||
|
<img class="card-img-bottom" src="./assets/DSC06759-tn.jpg" alt="Golf Cart Accessories">
|
||||||
|
<img class="card-img-bottom" src="./assets/ALUMACAR Yamaha Drive LED Deluxe Light Kit-tn.jpg" alt="Light Kit">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col-sm-6">
|
||||||
<div class="jumbotron">
|
<div class="card">
|
||||||
<h1 class="display-3">Tracker Scooters</h1>
|
<div class="card-body">
|
||||||
|
<h4 class="card-title">Tracker Scooters</h4>
|
||||||
|
<p class="card-text">High capacity battery, off-road tires</p>
|
||||||
|
</div>
|
||||||
|
<img class="card-img-bottom" src="./assets/DSC06748-tn.jpg" alt="Tracker Scooters">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row"><footer>Contact <a href="mailto:sales@alumacar.com">sales@alumacar.com</a></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user