-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (103 loc) · 4.6 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
<!DOCTYPE html>
<html>
<title>Anvessa</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="Automotive, aerospace, aviation, startup, technology, mobility, new mobility, transportation, anvessa, cars, flying cars,
self driving cars, autonomous vehicles, VTOL, eVTOL, e-VTOL, USA, Michigan, startups, autonomous, flying, Flying car taxi, Uber Elevate, Airbus Vahana
Volocopter, Kitty hawk, Google, Airbus, Boeing, Larry page" />
<meta name="robots" content="index,follow" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link href="style.css" rel="stylesheet" >
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-color: #000;
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
<body>
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<div class="w3-display-middle">
<div class="w3-animate-top divLogo">
<img class="imgLogo" src="images/logo_white.png" alt="">
</div>
<p class="w3-large w3-center">We are building world's first multi-dimensional mobility device</p>
<div class="btnSubscribe">
<button class="w3-center w3-button subscribe" data-toggle="modal" data-target="#exampleModalCenter">Notify me</button>
</div>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<div class="contact">
Contact us <a class="anchor" href="mailto:founders@anvessa.com" target="_blank">founders@anvessa.com</a><br>
Careers <a href="mailto:careers@anvessa.com" target="_blank">careers@anvessa.com</a><br>
Press Enquiries <a href="mailto:media@anvessa.com" target="_blank">media@anvessa.com</a>
</div>
</div>
<div class="w3-display-bottommiddle w3-padding-large container-fluid">
<div class="container">
<div class="row">
<div class="col-lg-4">
</div>
<div class="col-lg-4 w3-center">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-google"></a>
<a href="https://www.linkedin.com/company/anvessa/" target="_blank" class="fa fa-linkedin"></a>
</div>
<div class="col-lg-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4 ">
</div>
<div class="col-sm-4">
<p>Copyright 2018 Anvessa. All rights reserved</p>
</div>
<div class="col-sm-4">
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Subscribe us</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<input type="text" class="form-control" id="recipient-name" placeholder="Enter email">
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Submit</button>
</div>
</div>
</div>
</div>
<!-- Modal over -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>