-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.html
66 lines (66 loc) · 2.26 KB
/
welcome.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome Page</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body id="container">
<h1 class="fancy-header">Welcome to Electrify my ride!</h1>
<p> <strong>We</strong> take your <em>gas</em> ride, and make it <strong>full <em>electric</em>!</strong></p>
<hr>
<h2>What we invision</h2>
<ul>
<li>Making anyone's dream car into full electric </li>
<li>Make better use of country's infrastructure of solar, and nuclear energy</li>
<li>No more excuses because you don't like the modern looks of electric vehicles</li>
</ul>
<h2>How we do it</h2>
<ol>
<li>Talk to our representatives to see what we have to do to your ride. </li>
<li>Pick one of our already pre-made performance packages, or custom order it any way you like it</li>
<li>Drop it off, then pick it up</li>
</ol>
<h2>Our 2030 Goals</h2>
<ul>
<li>Create a different/ fun image of the new electric vehicles</li>
<li>Inform and intake people who have never considered electric vehicles</li>
<li>Bring back the american choice, no more being locked to these main stream electric manufactures.</li>
</ul>
<hr>
<h2> Here's some examples</h2>
<img src="img/pexels-cottonbro-4488643.jpg" alt="picture 1" width="200" height="200">
<img src="img/pexels-jae-park-3849549.jpg" alt="picutre 2" width="300" height="200">
<img src="img/pexels-jae-park-3849555.jpg" alt="picutre 3" width="300" height="200">
<img src="img/pexels-max-smirnov-6837029.jpg" alt="picutre 4" width="300" height="200">
<h2>Some example pricing</h2>
<table>
<tr>
<th>Package</th>
<th>Price</th>
<th>Time</th>
<th>Brief Description</th>
</tr>
<tr>
<td>Starter</td>
<td>$9000 US Dollars</td>
<td>14 Days</td>
<td>Gets you to electric, no extra bells and whistles. Basic electric engine functionality</td>
</tr>
<tr>
<td>Econ</td>
<td>$17000 US Dollars</td>
<td>3 Weeks</td>
<td>Gets you Starter package + Creature comforts like self-driving, Wi-Fi, Tablet control</td>
</tr>
<tr>
<td>Plaid</td>
<td>$22000 US Dollars</td>
<td>1 Month</td>
<td>Features of Econ + 1 extra motor for the rear axel. Up to 800 lbs torque and 1300 HP</td>
</tr>
</table>
<p><em>all packages come with 10-year warranty **</em></p>
<a href="#top">Go back to the top</a>
</body>
</html>