Skip to content

Commit 252ce37

Browse files
committed
website of data and stats about supercars
1 parent fd02ef8 commit 252ce37

27 files changed

Lines changed: 1764 additions & 0 deletions

Projects/CarGeek/Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=> CarGeek - It is an application where a user can read ,compare, study about different types of supercars and their functions with great ease supercars getting introduced day by day makes and having a vital knowledge of it is a plus point and for all the peeps who are into cars will love to get engaged by this application
2+
3+
=>features and functionalities
4+
1. Numerous cars are there on the website to know and learn about
5+
2. by clicking on car on the website users will get to their specs
6+
3. will make it super easy for people to know about different cars in the new world.

Projects/CarGeek/astronmartin.html

Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="style2.css">
7+
8+
9+
<link rel="preconnect" href="https://fonts.googleapis.com">
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins&family=Roboto:wght@300&display=swap" rel="stylesheet">
12+
13+
<title>astromartin</title>
14+
15+
16+
</head>
17+
<body>
18+
<h2>ASTRON MARTIN DB11</h2>
19+
<h1>Specifications</h1>
20+
<table>
21+
<caption><b>Engine and Transmission</b></caption>
22+
23+
<tr>
24+
<th>Statistic</th>
25+
<th>Status</th>
26+
</tr>
27+
<tr>
28+
<td>Displacement (cc)</td>
29+
<td>3998 </td>
30+
</tr>
31+
<tr>
32+
<td>Max Power</td>
33+
<td >502.88bhp@6000rpm</td>
34+
</tr>
35+
<tr>
36+
<td>Max Torque</td>
37+
<td >675Nm@2000-5000rpm</td>
38+
</tr>
39+
<tr>
40+
<td>No. of Cylinder</td>
41+
<td>8</td>
42+
</tr>
43+
<tr>
44+
<td>Value per cylinder</td>
45+
<td>4</td>
46+
</tr>
47+
<tr>
48+
<td>Transmission Type</td>
49+
<td>Automatic</td>
50+
</tr>
51+
<td>Gear Box</td>
52+
<td>AMG Speedshift 9G TCT Automatic</td>
53+
</tr>
54+
<td>Mild Hybrid</td>
55+
<td >&#10060;</td>
56+
</tr>
57+
58+
</table>
59+
60+
<table>
61+
<caption><b>Fuel and Performance</b></caption>
62+
63+
<tr>
64+
<th>Statistic</th>
65+
<th>Status</th>
66+
</tr>
67+
<tr>
68+
<td>Fuel Type</td>
69+
<td>Petrol </td>
70+
</tr>
71+
<tr>
72+
<td>Petrol Fuel Tank Capacity (Litres)</td>
73+
<td>78.0</td>
74+
</tr>
75+
<td>Emission Norm Compliance</td>
76+
<td>BS VI</td>
77+
</tr>
78+
</table>
79+
<table>
80+
<caption><b>Dimensions and Capacity</b></caption>
81+
82+
<tr>
83+
<th>Statistic</th>
84+
<th>Status</th>
85+
</tr>
86+
<tr>
87+
<td>Length(mm)</td>
88+
<td> 4739</td>
89+
</tr>
90+
<tr>
91+
<td>width(mm)</td>
92+
<td>1940</td>
93+
</tr>
94+
<td>Height(mm)</td>
95+
<td>1300</td>
96+
</tr>
97+
<td>Seating Capacity</td>
98+
<td>2</td>
99+
</tr>
100+
<td>Ground Clearance(maden)</td>
101+
<td>99mm</td>
102+
</tr>
103+
<td>Wheel Base(mm)</td>
104+
<td>2804</td>
105+
</tr>
106+
<td>Kerb Weight(kg)</td>
107+
<td>1820</td>
108+
</tr>
109+
<td>No. of Doors</td>
110+
<td>2</td>
111+
</tr>
112+
113+
</table>
114+
<table>
115+
<caption><b>Interior</b></caption>
116+
117+
<tr>
118+
<th>Statistic</th>
119+
<th>Status</th>
120+
</tr>
121+
<tr>
122+
<td>Tachometer</td>
123+
<td> &#9989;</td>
124+
</tr>
125+
<tr>
126+
<td>Electronic Multi-Tripmeter</td>
127+
<td>&#9989;</td>
128+
</tr>
129+
<td>Leather Seats</td>
130+
<td>&#9989;</td>
131+
</tr>
132+
<td>Leather Steering Wheel</td>
133+
<td>&#9989;</td>
134+
</tr>
135+
<td>Leather Wrap Gear Shift Selector</td>
136+
<td>&#9989;</td>
137+
</tr>
138+
</table>
139+
<table>
140+
<caption><b>Exterior</b></caption>
141+
142+
<tr>
143+
<th>Statistic</th>
144+
<th>Status</th>
145+
</tr>
146+
<tr>
147+
<td>Adjustable Headlights</td>
148+
<td> &#9989;</td>
149+
</tr>
150+
<tr>
151+
<td>Fogs Light-Front</td>
152+
<td>&#9989;</td>
153+
</tr>
154+
<td>Fogs Light-Rear</td>
155+
<td>&#10060;</td>
156+
</tr>
157+
<td>Power Adjustable Exterior Rear View Mirror</td>
158+
<td>&#9989;</td>
159+
</tr>
160+
<td>Manually Adjustable Ext. Rear View Mirror</td>
161+
<td>&#10060;</td>
162+
</tr>
163+
</table>
164+
<table>
165+
<caption><b>Pricing</b></caption>
166+
167+
<tr>
168+
<th>Model</th>
169+
<th>Price</th>
170+
</tr>
171+
<tr>
172+
<td>Aston Martin DBX</td>
173+
<td>Rs.3.82 - 4.63 Cr*(Price in New Delhi)Diesel/Petrol-Automatic</td>
174+
</tr>
175+
<tr>
176+
<td>Aston Martin DB11</td>
177+
<td>Rs.3.80 - 4.20 Cr*(Price in New Delhi)Petrol-Manual/Automatic</td>
178+
</tr>
179+
<td>Aston Martin Vantage</td>
180+
<td>Rs.3 - 3.50 Cr*(Price in New Delhi)Petrol-Manual</td>
181+
</tr>
182+
183+
</table>
184+
<div class="frame1">
185+
<iframe width="800" height="415" src="https://www.youtube.com/embed/FzmKf_amn8I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
186+
</div>
187+
188+
189+
</body>
190+
</html>
191+
192+
193+
</body>
194+
</html>

Projects/CarGeek/audi.html

Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="style2.css">
7+
8+
9+
<link rel="preconnect" href="https://fonts.googleapis.com">
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins&family=Roboto:wght@300&display=swap" rel="stylesheet">
12+
<title>audi</title>
13+
14+
</head>
15+
<body>
16+
<h2>AUDI-R8</h2>
17+
<h1>Specifications</h1>
18+
<table>
19+
<caption><b>Engine and Transmission</b></caption>
20+
21+
<tr>
22+
<th>Statistic</th>
23+
<th>Status</th>
24+
</tr>
25+
<tr>
26+
<td>Displacement (cc)</td>
27+
<td>5204 </td>
28+
</tr>
29+
<tr>
30+
<td>Max Power</td>
31+
<td >602bhp@8250rpm</td>
32+
</tr>
33+
<tr>
34+
<td>Max Torque</td>
35+
<td >560Nm@6500rpm</td>
36+
</tr>
37+
<tr>
38+
<td>No. of Cylinder</td>
39+
<td>10</td>
40+
</tr>
41+
<tr>
42+
<td>Value per cylinder</td>
43+
<td>4</td>
44+
</tr>
45+
<tr>
46+
<td>Transmission Type</td>
47+
<td>Automatic</td>
48+
</tr>
49+
<td>Gear Box</td>
50+
<td>7 Speed</td>
51+
</tr>
52+
<td>Turbo Charge</td>
53+
<td >&#10060;</td>
54+
</tr>
55+
56+
</table>
57+
58+
<table>
59+
<caption><b>Fuel and Performance</b></caption>
60+
61+
<tr>
62+
<th>Statistic</th>
63+
<th>Status</th>
64+
</tr>
65+
<tr>
66+
<td>Fuel Type</td>
67+
<td>Petrol </td>
68+
</tr>
69+
<tr>
70+
<td>Petrol Fuel Tank Capacity (Litres)</td>
71+
<td>73.0</td>
72+
</tr>
73+
<td>Emission Norm Compliance</td>
74+
<td>BS IV</td>
75+
</tr>
76+
</table>
77+
<table>
78+
<caption><b>Dimensions and Capacity</b></caption>
79+
80+
<tr>
81+
<th>Statistic</th>
82+
<th>Status</th>
83+
</tr>
84+
<tr>
85+
<td>Length(mm)</td>
86+
<td> 4426</td>
87+
</tr>
88+
<tr>
89+
<td>width(mm)</td>
90+
<td>1940</td>
91+
</tr>
92+
<td>Height(mm)</td>
93+
<td>1240</td>
94+
</tr>
95+
<td>Seating Capacity</td>
96+
<td>2</td>
97+
</tr>
98+
<td>Ground Clearance(unlden)</td>
99+
<td>110mm</td>
100+
</tr>
101+
<td>Wheel Base(mm)</td>
102+
<td>2650</td>
103+
</tr>
104+
<td>Kerb Weight(kg)</td>
105+
<td>1630</td>
106+
</tr>
107+
<td>No. of Doors</td>
108+
<td>2</td>
109+
</tr>
110+
111+
</table>
112+
<table>
113+
<caption><b>Interior</b></caption>
114+
115+
<tr>
116+
<th>Statistic</th>
117+
<th>Status</th>
118+
</tr>
119+
<tr>
120+
<td>Tachometer</td>
121+
<td> &#9989;</td>
122+
</tr>
123+
<tr>
124+
<td>Electronic Multi-Tripmeter</td>
125+
<td>&#9989;</td>
126+
</tr>
127+
<td>Leather Seats</td>
128+
<td>&#9989;</td>
129+
</tr>
130+
<td>Leather Steering Wheel</td>
131+
<td>&#9989;</td>
132+
</tr>
133+
<td>Folding table in the rear</td>
134+
<td>&#10060;</td>
135+
</tr>
136+
</table>
137+
<table>
138+
<caption><b>Exterior</b></caption>
139+
140+
<tr>
141+
<th>Statistic</th>
142+
<th>Status</th>
143+
</tr>
144+
<tr>
145+
<td>Adjustable Headlights</td>
146+
<td> &#9989;</td>
147+
</tr>
148+
<tr>
149+
<td>Fogs Light-Front</td>
150+
<td>&#10060;</td>
151+
</tr>
152+
<td>Fogs Light-Rear</td>
153+
<td>&#9989;</td>
154+
</tr>
155+
<td>Power Adjustable Exterior Rear View Mirror</td>
156+
<td>&#9989;</td>
157+
</tr>
158+
<td>Manually Adjustable Ext. Rear View Mirror</td>
159+
<td>&#10060;</td>
160+
</tr>
161+
</table>
162+
<table>
163+
<caption><b>Pricing</b></caption>
164+
165+
<tr>
166+
<th>Model</th>
167+
<th>Price</th>
168+
</tr>
169+
<tr>
170+
<td>Audi R8</td>
171+
<td>Rs.2.72 - 3.63 Cr*(Price in New Delhi)Diesel/Petrol-Automatic</td>
172+
</tr>
173+
<tr>
174+
<td>Audi Q7</td>
175+
<td>Rs.60 - 70L *(Price in New Delhi)Petrol-Manual/Automatic</td>
176+
</tr>
177+
<td>Audi A8</td>
178+
<td>Rs.1 - 1.50 Cr*(Price in New Delhi)Petrol-Manual</td>
179+
</tr>
180+
181+
</table>
182+
<div class="frame3">
183+
<iframe width="800" height="415" src="https://www.youtube.com/embed/u_wB9JiIGy4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
184+
</div>
185+
186+
</body>
187+
</html>

0 commit comments

Comments
 (0)