-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPartners.html
More file actions
112 lines (102 loc) · 4.44 KB
/
Partners.html
File metadata and controls
112 lines (102 loc) · 4.44 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hyperloop One - Work</title>
<link rel="icon" type="image/png" href="images\loop.png">
<link rel="stylesheet" type="text/css" href="css\Index.css">
<link rel="preconnect" href="//fonts.googleapis.com">
<link rel="preconnect" href="//fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="//www.google-analytics.com">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
</head>
<body class="about about_index">
<div class="nav">
<div class="container">
<a href="#"><img src="hyperloop.png" class="nav__logo" alt="Logo" /></a>
<div class="nav__menu">
<li class="nav__menu__item ">
<a href="home.html">Home</a>
</li>
<li class="nav__menu__item ">
<a href="About.html">About</a>
</li>
<li class="nav__menu__item">
<a href="work.html">Works</a>
</li>
<li class="nav__menu__item active">
<a href="Partners.html">Partners</a>
</li>
<li class="nav__menu__item ">
<a href="#">Blog</a>
</li>
</div>
</div>
</div>
<div class="container u-pt-70">
<div class="pure-g">
<div class="pure-u pure-u-md-20-24 pure-u-sm-24-24">
<div class="heading heading--jumbo">Partners</div>
<p>Our partners have been always valuable whether it is an individual or billion-dollar firm or a megastructural company. We believe in the fact that nothing great is possible without friends.</p>
<p>Hyperloop always welcomes all kinds of help an individual can do to make the future better with us. We are always more than happy to have you as our partners in this beautiful journey.</p>
<p>Listed below are some of the big companies supporting us in this beautiful journey of building a better future: </p>
</div>
</div>
<!-- Services -->
<div class="pure-g pure-g--gutter u-pt-70">
<div class="pure-u pure-u-md-8-24 pure-u-sm-24-24 u-pb-20">
<div class=" u-pb-20">
<img src="images\tesla.jpg" class="banner--micro u-mt-20 banner--grayscale" alt="tesla" />
</div>
<div class="heading heading--base" >Tesla Automobiles</div>
</div>
<div class="pure-u pure-u-md-8-24 pure-u-sm-24-24 u-pb-20">
<div class=" u-pb-20" >
<img src="images\ourcrowd.png" class="banner--micro u-mt-20 banner--grayscale " alt="OurCrowd" />
</div>
<div class="heading heading--base">OurCrowd Ltd.</div>
</div>
<div class="pure-u pure-u-md-8-24 pure-u-sm-24-24 u-pb-20">
<div class=" u-pb-20">
<img src="images\dpworldmain.png" class="banner--micro u-mt-20 banner--grayscale" alt="DPworlds" />
</div>
<div class="heading heading--base">DP World Enterprises</div>
</div>
</div>
<div class="pure-g pure-g--gutter u-pt-70">
<div class="pure-u pure-u-md-8-24 pure-u-sm-24-24 u-pb-20">
<div class=" u-pb-20">
<img src="images\sherpacapital.png" class="banner--micro u-mt-20 banner--grayscale" alt="Sherpa Capital" />
</div>
<div class="heading heading--base" >Sherpa Capital</div>
</div>
<div class="pure-u pure-u-md-8-24 pure-u-sm-24-24 u-pb-20">
<div class=" u-pb-20" >
<img src="images\virgin.png" class="banner--micro u-mt-20 banner--grayscale " alt="Virgin" />
</div>
<div class="heading heading--base">Virgin Capital</div>
</div>
</div>
<div class="u-text-center u-pt-70">
<a href="mailto:aniket.perai@gmail.com?Subject=Let's%20make%20something%20great%20togethers" target="_blank" class="button button--jumbo u-max-width">Come on Partner with us !</a>
</div>
<footer>
<div class="container">
<div class="pure-g pure-g--gutter">
<div class="pure-u pure-u-md-8-24">
2159 BAY STREET, LOS ANGELES, CA 90021
</div>
<div class="pure-u pure-u-md-8-24">
The website designed with HTML 5 , CSS 3 and JavaScript. Developed by Aniket.
</div>
<div class="pure-u pure-u-md-8-24">
<a href="mailto:aniket.perai@gmail.com" target="_blank" class="button button--grey" href="">Currently we are not interested in employing</a>
</div>
</div>
<center><h6 style="padding-top: 40px;">© & Developed By: Aniket Perai : All Rights Reserved</h6></center>
</div>
</footer>
</body>
</html>