mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-08-02 03:21:29 +00:00
added car show alert
This commit is contained in:
22
index.html
22
index.html
@@ -118,6 +118,28 @@
|
|||||||
<div class="bg-circle-4 bg-circle"></div> -->
|
<div class="bg-circle-4 bg-circle"></div> -->
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<!-- Car Show -->
|
||||||
|
<div
|
||||||
|
class="card text-center"
|
||||||
|
style="max-width: 90%; margin: auto;"
|
||||||
|
id="scroll"
|
||||||
|
>
|
||||||
|
<div class="card-header">
|
||||||
|
Featured
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
<h5 class="card-title">Redline Racing Car Show</h5>
|
||||||
|
<p class="card-text">
|
||||||
|
For more information about the car show click on the button below.
|
||||||
|
</p>
|
||||||
|
<a href="https://show.redlineracingdivision.com" class="btn btn-danger">
|
||||||
|
Car Show Info Page</a
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
<div class="card-footer text-muted">
|
||||||
|
Saturday, November 30th
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<section id="scroll">
|
<section id="scroll">
|
||||||
<br />
|
<br />
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Reference in New Issue
Block a user