-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
177 lines (162 loc) · 7.75 KB
/
index.html
File metadata and controls
177 lines (162 loc) · 7.75 KB
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
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<link rel="stylesheet" type="text/css" href="CSS/main.css" />
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap"
rel="stylesheet">
<script type="text/javascript" src="javaScript/mainJs.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div id="main-body">
<div id="header" style="background-color:darkseagreen;">
<a href="index.html"><img src="icons/logo.jfif" height="60px" width="60px"
style="margin-left: 20px; height: 60px; width: 60px; border-radius: 10px; margin-top: -15px"></a>
<table cellpadding="40">
<tr>
<th><a class="Button" href="#">Home</a></th>
<th><a class="Button" href="about_page.html">About</a></th>
<th><a class="Button" href="service_page.html">Service</a></th>
<th><a class="Button" href="contact_page.html">Contact</a></th>
<th><a class="Button" href="login_page.html"><img height="30px" src="icons/profile.png">   Log
In</a></th>
</tr>
</table>
</div>
<h1 style="color: #78509e; margin: 15px 260px; font-style: oblique;">Some Modifications Are Below..</h1>
<div class="container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="Images/third.jpg" alt="Los Angeles" style="width:100%; height: 650px;">
</div>
<div class="item">
<img src="Images/lance-asper-N9Pf2J656aQ-unsplash.jpg" alt="Chicago" style="width:100%;height: 650px;">
</div>
<div class="item">
<img src="Images/dhiva-krishna-X16zXcbxU4U-unsplash.jpg" alt="New york" style="width:100%;height: 650px;">
</div>
<div class="item">
<img src="Images/slideshow 4.jpg" alt="New york" style="width:100%;height: 650px;">
</div>
<div class="item">
<img src="Images/slideshow2.jpg" alt="New york" style="width:100%;height: 650px;">
</div>
<div class="item">
<img src="Images/slideshow3.jpg" alt="New york" style="width:100%;height: 650px;">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div id="heading">How I Works..</div>
<a href="service_page.html">
<div id="First">
<img src="Images/carwashing.jpg" />
<div id="car-washing">
<h3><strong>CAR WASHING..</strong></h3>
<p>A car wash (also written as "carwash" or auto wash is a facility used to clean the exterior and, in some
cases, the interior of motor vehicles. Car washes can be self-serve, fully automated, or full-service with
attendants who wash the vehicle. It may also be an event where people pay to have their cars washed by
volunteers as a method to raise money for some purpose.</p>
</div>
</div>
</a>
<a href="service_page.html">
<div id="First">
<img src="Images/headlights.jfif" />
<div id="car-washing">
<h3><strong>Modifications of HeadLights..</strong></h3>
<p>Installing a new headlamp cluster or tail lamp cluster can make your vehicle look much more appealing.
Installing underbody neon lights had been in vogue for quite some time although it has faded out in the past
decade.</p>
</div>
</div>
</a>
<a href="service_page.html">
<div id="First">
<img src="Images/paintcars.jpg" />
<div id="car-washing">
<h3><strong>Paint On Cars..</strong></h3>
<p>Paint jobs are usually referred to the single stage enamel painting done on cars. But “paint job” has a
diverse meaning. With different painting processes available in the market, paint jobs can mean anything
from
a single tone paint scheme to a matte finish paint job to pearlescent paint schemes to airbrushing</p>
</div>
</div>
</a>
<a href="service_page.html">
<div id="First">
<img src="Images/body kits.jfif" />
<div id="car-washing">
<h3><strong>Body Kits..</strong></h3>
<p>Body kits are extra body panels that are installed on a vehicle. It changes the shape, size, and appearance
of the vehicle. Body kits might consist of wheel fenders, hoods, side skirts, front and rear bumpers,
grilles,
roof top vents, and spoilers. Although body kits usually change the physical appearance of the cars, they
might also affect the performance by making alterations to the aerodynamics and the weight of the car.</p>
</div>
</a>
<div id="Down_Part">
<h1>Wanna modification...</h1>
<p>While the number of cars on Indian roads is increasing constantly, more and more people are also inclining
towards car modification. The primary reason being the urge to get noticed while hitting the tarmac. Car
modification helps in making your ride stand apart from the rest of the vehicles. It makes your vehicle vary,
both in terms of appearance and performance, from the generic stock vehicles manufactured by the same
manufacturers.</p>
</div>
</div>
<div id="footer">
<div id="cl1">
<span id="car-champ">CAR CHAMPS.</span><br>
<span>Custom Car Makers</span>
</div>
<div id="cl2">
<p>
500 Terry Francois Street<br />
San Francisco, CA 94158
</p>
<a href="https://www.facebook.com/vaibhav.jain.50999"><img class="social-image"
src="https://static.wixstatic.com/media/0fdef751204647a3bbd7eaa2827ed4f9.png/v1/fill/w_29,h_29,al_c,q_85,usm_0.66_1.00_0.01/0fdef751204647a3bbd7eaa2827ed4f9.webp" /></a>
<a href="#"><img class="social-image"
src="https://static.wixstatic.com/media/8f6f59264a094af0b46e9f6c77dff83e.png/v1/fill/w_29,h_29,al_c,q_85,usm_0.66_1.00_0.01/8f6f59264a094af0b46e9f6c77dff83e.webp" /></a>
<a href="https://www.instagram.com/iam_sumitsoni__/"><img class="social-image"
src="https://static.wixstatic.com/media/01c3aff52f2a4dffa526d7a9843d46ea.png/v1/fill/w_29,h_29,al_c,q_85,usm_0.66_1.00_0.01/01c3aff52f2a4dffa526d7a9843d46ea.webp" /></a>
</div>
<div id="cl3">
<p>
Tel: 123-456-7890<br />
Opening Hours: 9am - 7pm
</p>
</div>
<div id="lastline">
<p>
<br />© 2023 by Car Champs. Made with ❤ by Sumit, Vivek& Vaibhav
</p>
<br />
</div>
</div>
</div>
</body>
</html>