summary refs log tree commit diff
path: root/tech/ev/index.html
blob: 1a6eacff66c3e8b423bc44a0816b1e407412681e (plain) (blame)
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
<!doctype html>
<html lang="en"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="../css/main.css">
<link rel="shortcut icon" href="../i/favicon.ico">
<title>Tech Showcase: EVs</title></head><body>

<header>
	<h1>Non-Car Electric Vehicles
	<i>Technology Showcase</i></h1>
</header>

<nav>
	<a href=".." class="btn">Home</a>
	<a href="../print" class="btn">3D Printers</a>
	<a href="" class="btn">EVs</a>
	<a href="../drone" class="btn">Drones</a>
	<a href="../template" class="btn">Template</a>
	<a href="http://github.com/4stc/tech_showcase" class="btn">Source</a>
	<i>Technology / EVs</i>
</nav>

<main>
<div class="col" id="left">
	<h2>Cars aren't the only EVs</h2>
	<p>While there is a lot that could be said about electric cars,
	I'm far more interested in the advancement of the other kinds of
	EVs, such as:</p>
	<div class="grid">
		<figure>
			<figcaption>E-Bikes</figcaption>
			<img src="../i/bike1.png" alt="photo of an E-Bike">
			<img src="../i/bike2.png" alt="photo of an E-Bike">
		</figure>

		<figure>
			<figcaption>E-Scooters</figcaption>
			<img src="../i/scooter.png" alt="photo of an E-Scooter">
		</figure>
		<figure>
			<figcaption>E-Skateboards</figcaption>
			<img src="../i/board.png" alt="photo of an E-Skateboard">
		</figure>
	</div>
</div>
<div class="col" id="right">
	<h2>Core Advancements</h2>
	<ul>
		<li><h3>Cost</h3>
		<p>Electricity is fairly cheap and the price doesn't fluctuate
		nearly as much as something like gas</p></li>
		<li><h3>Less Risk</h3>
		<p>EV injuries which don't involve cars are usually not overly
		serious</p></li>
		<li><h3>Accessibility</h3>
		<p>Easier to use than cars and no license or training is required</p></li>

	</ul>
	<h2>Challenges to Overcome</h2>
	<ul>
		<li><h3>Lack of Adoption</h3>
		<p>Most towns/cities were designed specifically for cars, which
		means using non-car EVs can be tricky in some situations</p></li>
		<li><h3>Short Distance Focus</h3>
		<p>Currently electric cars are the only EVs designed for long
		distance travel. There are some very powerful electric bikes,
		but even are lacking for long distance travel</p></li>
	</ul>
</div>
</main>

<footer>
	<p>Made by Name Surname |
	<a href="../i/wireframe_mobile.png" target="_blank">Mobile Wireframe</a> |
	<a href="../i/wireframe_desktop.png" target="_blank">Desktop Wireframe</a>
	</p>
</footer>

</body></html>