-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (127 loc) · 3.42 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Helbiz</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/personal-framework.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<!-- HEADER -->
<header class="main-menu only-desktop">
<div class="container">
<div class="col-md-4">
<img src="./img/helbiz-logo.svg" alt="">
</div>
<!-- Main Menù -->
<div class="col-md-8">
<ul>
<li>
<a href="#">Helbizgo</a>
</li>
<li>
<a href="#">Helbizcar</a>
</li>
<li>
<a href="#">Helbizair</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Cities</a>
</li>
<li>
<a href="#">Careers</a>
</li>
<li>
<a href="#">Shop</a>
</li>
<li>
<a href="#">Esp</a>
</li>
<li>
|
</li>
<li>
<a href="#">Ita</a>
</li>
<li>
|
</li>
<li>
<a href="#">Es</a>
</li>
</ul>
</div>
</div>
</header>
<!-- Jumbotron -->
<section class="jumbotron">
<div class="title">
<h1>Shared Mobility of Tomorrow</h1>
<small>Bringing the future of shared mobility to the streets of the world</small>
<div class="app-store">
<img src="./img/app-store-badge.svg" alt="">
<img src="img/app-store-badge.svg" alt="">
</div>
</div>
</section>
<!-- Section Two -->
<section class="products">
<div class="container">
<div class="col-md-6">
<div class="go">
<div class="text-box">
<h2>HelbizGO</h2>
<p>Next generation of electric city bikes.</p>
<a href="#">Learn More ></a>
</div>
<img src="./img/go-segway.jpg" alt="">
</div>
</div>
<div class="col-md-6">
<div class="bike">
<div class="text-box">
<h2>HelbizBike</h2>
<p>Seamless E-Scooter sharing globally.</p>
<a href="#">Coming soon</a>
</div>
<img src="./img/bike.jpg" alt="">
</div>
</div>
</div>
</section>
<!-- Section Three -->
<section class="how-works">
<div class="container">
<div class="col-xs-6 col-lg-4 col-left">
<div class="text">
<h3>How Does
<br>
Helbiz work?
</h3>
</div>
</div>
<div class="col-lg-4 only-desktop">
<div class="phone">
<img src="./img/iphone.png" alt="">
</div>
</div>
<div class="col-xs-6 col-lg-4 col-right">
<div class="text">
<h4>Step 1</h4>
<small>Leave curbside when finished</small>
</div>
</div>
</div>
</section>
<!-- Section Four -->
<section>
<div class="smart-mobility">
</div>
</section>
</body>
</html>