-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.HTML
166 lines (138 loc) · 5.99 KB
/
index.HTML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html>
<head>
<title>Titan Motorsports</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://fonts.googleapis.com/css2?family=Arvo:ital,wght@1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu Condensed" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu Mono" rel="stylesheet">
</head>
<body>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="header">
<a href="index.HTML" class="logo">TITAN Motorsports</a>
<div class="header-right">
<input type="text" name="search" placeholder="Search..">
<a class="active" href="ProuductsMake.HTML">Products By Make</a>
<a href="ProductsBrand.HTML">Products By Brand</a>
<a class=".text-white" href="#contact">Contact</a>
<a href="#about">Careers</a>
<a id="cart" href="cart.html"><i class="fa fa-shopping-cart"></i></a>
</div>
</div>
<div class="Subheader">Featured</div>
<hr class="solid">
<div id="carouselOne" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 img-fluid" src="slideshow_2.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 img-fluid" src="Supra.jpg" alt="Second slide">
<div class="carousel-caption">
<h1>The parts you need to make your Supra, super!</h1>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 img-fluid" src="Wilwood.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselOne" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselOne" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<hr class="solid">
<div class="Subheader">New Products</div>
<div id="product" class="w3-row w3-grayscale">
<div class="w3-col l3 s6">
<div class="w3-container img-fluid">
<img src="Garret_turbo.jpg" style="width:100%" alt='Garret Turbo picture'>
<a href="turboPage.html"> Garret GT56R<br><b>$1124.99</b></a>
</div>
<div class="w3-container img-fluid">
<img src="BV50mm.jpg" style="width:100%" alt='Turbo Blow-Off Valve'>
<a href="OilDran.html">Precision Turbo Blow-off Valve<br><b>$89</b></a>
</div>
</div>
<div class="w3-col l3 s6">
<div class="w3-container img-fluid">
<div class="w3-display-container img-fluid">
<img src="VIB_11362_001_34179b8d-7317-49d0-b2c3-1ae3d5c23ca4.jpg" style="width:100%" alt='Drain port'>
</div>
<a href="OilDran.html">10AN Drain Port<br><b>$39.99</b></a>
</div>
<div class="w3-container img-fluid">
<img src="image_proxy_9.jpg" style="width:100%" alt='Oil Drain port'>
<a href="OilDran.html">GR Supra Front Spoiler<br><b>$220.50</b></a>
</div>
</div>
<div class="w3-col l3 s6">
<div class="w3-container img-fluid">
<img src="TMS_SUP-TUR-100_001.jpg" style="width:100%" alt='Oil drain line kit'>
<a href="OilDrain.html">Turbo Oil Drain line kit for Garrett and T3/T4 turbos<br><b>$120.50</b></a>
</div>
<div class="w3-container img-fluid">
<div class="w3-display-container ">
<img src="eibach-prokit-de-BMW-1.jpg" style="width:100%" alt='Lowering springs kit'>
</div>
<a href="OilDran.html">Eibach Pro lowering springs kit for Toyota GR Supra<br><b>$414.99</b></a>
</div>
</div>
<div class="w3-col l3 s6">
<div class="w3-container img-fluid">
<img src="V-TE37_ULTRA_DiamondBlack.jpg" style="width:100%" alt="TE-37's">
<a href="OilDran.html">Volk Racing TE37 Diamond Black<br><b>$914.99</b></a>
</div>
<div class="w3-container img-fluid">
<img src="tc4_gunmetal_white.jpg" style="width:100%" alt='Advan racing wheel'>
<a href="OilDran.html">Advan TC4 Racing-Black Gunmetallic <br><b>$225.99</b></a>
</div>
</div>
</div>
<hr class="solid">
<footer class="foot text-center text-white">
<div class="container p-4">
<section>
<form>
<div class="row d-flex justify-content-center">
<div class="col-auto">
<p class="pt-2">
<strong>Sign up for our newsletter</strong>
</p>
</div>
<div class="col-md-5 col-12">
<div class="form-outline form-white mb-4">
<input type="email" id="form5Example21" class="form-control">
<label class="form-label" for="form5Example21">Email address</label>
</div>
</div>
<div class="col-auto">
<button type="submit" class="btn btn-outline-light mb-4">
Subscribe
</button>
</div>
</div>
</form>
</section>
<section class="mb-4">
<p>
We're committed to providing a stress-free experience to both new and returning customers. Our shop only
sources parts from reputable brands to ensure that your vehicle is always ready to drive.
</p>
</section>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="scripts.js"></script>
</body>
</html>