-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (265 loc) · 15.3 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!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.0" />
<link rel="stylesheet" href="index.css" />
<title>Ableton</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<header class="pt-[0.75rem] navbar">
<nav class="flex justify-between px-[2rem] pb-[1.25rem]">
<div class="flex container w-[50%] items-center gap-3">
<!-- <img src="images/svgexport-1.svg" alt="" srcset=""> -->
<div class="">
<img src="images/svgexport-1.svg" class="w-[3.75em] h-[1.75em]" />
</div>
<ul class="flex cursor-pointer gap-[7px] px-3">
<li href="#" class="mx-[0.75rem] py-2">
<a href="#">Live</a>
</li>
<li href="#" class="mx-[0.75rem] py-2">
<a href="#">Push</a>
</li>
<li href="#" class="mx-[0.75rem] py-2">
<a href="Note">Note</a>
</li>
<li href="#" class="mx-[0.75rem] py-2">
<a href="#">Link</a>
</li>
<li href="#" class="mx-[0.75rem] py-2">
<a href="#">Shop</a>
</li>
<li href="#" class="mx-[0.75rem] py-2">
<a href="#">Packs</a>
</li>
<li href="#" class="mx-[0.75rem] py-2">
<a href="#">Help</a>
</li>
<li href="#" class="mx-[0.75rem] text-[rgb(255,118,77)] py-2">
<a href="#">More <span id="span" class="relative mx-2"></span></a>
</li>
</ul>
</div>
<div class="flex w-[50%] justify-end inner-container gap-4 items-center">
<a href="#" class="text-[1.25rem] text-[rgb(0,0,255)] font-normal">Try Live for free</a>
<a href="#" class="text-[16px] leading-[24px] font-[700]">Log in or register</a>
</div>
</nav>
<div class="border-[1px] border-[#eee]"></div>
<div class="">
<ul class="flex w-[1480px] px-[40px] py-[20px]">
<li class="mr-[5px] pr-[10px] text-[16px] font-[600] text-[rgb(255,118,77)]">
<a href="#">About</a>
</li>
<li class="mr-[5px] pr-[10px] text-[16px] font-[600]">
<a href="#">Job</a>
</li>
<li class="mr-[5px] pr-[10px] text-[16px] font-[700]">
<a href="#">Apprenticeships</a>
</li>
</ul>
</div>
</header>
<div
class="min-h-[calc(100vh-120px)] bg-[url('images/person.jpg')] bg-cover bg-no-repeat bg-[50%_50%] mx-[8.33333vw] mb-[8.33333vw] relative">
<img src="images/Ableton.svg" class="absolute top-[43%] left-[33%]" />
</div>
<div class="mb-[8.3333vw]">
<div class="max-w-[748px] mx-auto">
<h1 class="text-[30px] font-bold mb-[0.7em]">We make <a href="#" class="text-[rgb(0,0,255)]">Live</a>, <a
href="#" class="text-[rgb(0,0,255)]">Push</a> and <a href="#" class="text-[rgb(0,0,255)]">Link</a> —
unique software and hardware for music creation and performance. With these products, our community of
users creates amazing things.</h1>
<p class="text-[20px]">Ableton was founded in 1999 and released the first version of Live in 2001. Our
products are used by a community of dedicated musicians, sound designers, and artists from across the
world.</p>
</div>
</div>
<div class="flex items-center justify-evenly pt-[8.333rem] mb-[8.333vw]">
<div class="bg-[url('images/bg-2.jpg')] bg-cover bg-no-repeat bg-[50%_50%] w-[41.6667vw] h-[41.6667vw]"></div>
<div class="bg-[url('images/bg-3.jpg')] bg-cover bg-no-repeat bg-[50%_50%] w-[33.333vw] h-[25vw] z-10"></div>
<div id="bg" class="h-[50vw] w-[55vw] -z-10 absolute right-0 "></div>
</div>
<div class="mb-[8.3333vw]">
<div class="max-w-[748px] mx-auto">
<h1 class="text-[30px] font-bold mb-[0.7em]">Making music isn’t easy. It takes time, effort, and learning.
But when you’re in the flow, it’s incredibly rewarding.</h1>
<p class="text-[20px]">We feel the same way about making Ableton products. The driving force behind Ableton
is our passion for what we make, and the people we make it for.</p>
</div>
</div>
<div class="mb-[8.3333vw]">
<div class="w-[748px] bg-[url(images/man.jpg)] bg-cover bg-no-repeat bg-[50%_50%] h-[30vw] mx-auto relative">
<div
class="absolute top-[38%] left-[45%] bg-blue-600 p-[2rem] rounded-[50%] flex items-center justify-center">
<img src="images/svgexport-2.svg" class="w-[30px]" alt="">
</div>
</div>
</div>
<div class="mb-[8.3333vw]">
<div class="max-w-[748px] mx-auto">
<h1 class="text-[30px] font-bold mb-[0.7em]">We are more than 350 people from 30 different countries divided
between our headquarters in Berlin and our offices in Los Angeles and Tokyo.</h1>
<p class="text-[20px]">Most of us are active musicians, producers, and DJs, and many of us use Live and Push
every day. We come from a wide range of cultural and professional backgrounds. Some of us have PhDs,
some are self-taught, and most of us are somewhere in between. What connects us is the shared belief
that each of us has the skills and knowledge to contribute to something big: helping to shape the future
of music culture.</p>
</div>
</div>
<div class="flex items-center justify-between p-[8.333rem] mb-[8.333vw]">
<div id="bg3" class="h-[75vw] w-[58.333vw] -z-10 absolute left-0 "></div>
<div class="flex flex-col items-center gap-[7.7rem]">
<div class="bg-[url('images/board.jpg')] bg-cover bg-no-repeat bg-[50%_50%] w-[33.333vw] h-[25vw] z-10">
</div>
<div
class="bg-[url('images/ableton-bg.jpg')] bg-cover bg-no-repeat bg-[50%_50%] w-[33.333vw] h-[25vw] z-10">
</div>
</div>
<div class="bg-[url('images/music.jpg')] bg-cover bg-no-repeat bg-[50%_50%] w-[41.6667vw] h-[41.6667vw] "></div>
</div>
<div class="mb-[8.3333vw]">
<div class="max-w-[748px] mx-auto">
<h1 class="text-[30px] font-bold mb-[0.7em]">We believe it takes focus to create truly outstanding
instruments. We only work on a few products and we strive to make them great.</h1>
<p class="text-[20px]">Rather than having a one-size-fits-all process, we try to give our people what they
need to work their magic and grow. We’ve learned that achieving the best results comes from building
teams that are richly diverse, and thus able to explore problems from a wider set of perspectives. We
don’t always agree with each other, but opinion and debate are valued and openly encouraged.</p>
</div>
</div>
<div class="flex items-center justify-between mx-[8.333vw] mb-[8.3333vw]">
<img src="images/poster.jpg" alt="" class="max-w-[100%] h-auto">
</div>
<div class="mb-[8.3333vw]">
<div class="max-w-[748px] mx-auto">
<h1 class="text-[30px] font-bold mb-[0.7em]">We’re passionate about what we do, but we’re equally passionate
about improving who we are.</h1>
<p class="text-[20px]">We work hard to foster an environment where people can grow both personally and
professionally, and we strive to create a wealth of opportunities to learn from and with each other.
Alongside an internal training program, employees are actively supported in acquiring new knowledge and
skills, and coached on applying these in their daily work. In addition, staff-organized development and
music salons are a chance to discuss new technologies, production techniques and best practices.</p>
</div>
</div>
<div class="flex items-center justify-evenly py-[8.333rem] mb-[8.33333vw]">
<div class="bg-[url('images/bg-4.jpg')] bg-cover bg-no-repeat bg-[50%_50%] w-[33.333vw] h-[25vw] z-10"></div>
<div
class="bg-[url('images/bg-5.jpg')] bg-cover bg-no-repeat bg-[50%_50%] w-[41.6667vw] h-[41.6667vw] self-start">
</div>
<div id="bg2" class="h-[50vw] w-[55vw] -z-10 absolute "></div>
</div>
<div class="mb-[8.3333vw]">
<div class="max-w-[748px] mx-auto">
<h1 class="text-[30px] font-bold mb-[0.7em]">We want our employees to love it here. Since we’re looking for
exceptional talent from around the world, we will do everything we can to make your transition as easy
as possible.</h1>
<p class="text-[20px]">If you're joining us in Berlin, we'll help with relocation and paperwork. We’ll even
provide you with free German or English lessons. Plus, working in Germany means you can expect
comprehensive health insurance for you and your family, as well as generous maternity and paternity
leave. Office hours are flexible, but it’s not all work; we have several company and team outings
throughout the year as well as a variety of fun, informal small-group activities.</p>
</div>
</div>
<div class="flex justify-center mx-[8.3333vw] mb-[8.3333vw] ">
<div class="bg-[url('images/media.jpg')] bg-cover bg-no-repeat bg-[50%_50%] w-[43.333vw] h-[41.6667vw]"></div>
<div class="flex flex-col justify-evenly items-center p-[8.3333rem] max-w-[50%] bg-[#b1c5ff]">
<h1 class="text-[30px] font-bold">We’re really proud of the work we’ve done so far. But there’s so much more
to come. If you’d like to be a part of it, please join us.</h1>
<a href="#" class="text-[blue] text-[30px] font-bold w-full text-left link">See latest jobs</a>
</div>
</div>
<div class="border-[1px] border-[#eee] mt-[8.33333vw]"></div>
<footer class="mx-[8.3333vw] mt-[8.3333vw]">
<div class="mb-[4.16667vw]">
<img src="images/Ableton-1.svg" alt="">
</div>
<div class="flex justify-between mb-[2rem] pb-[4.1667vw]">
<div class="w-[25%]">
<h2 class="after:content-['\00a0›'] text-[20px]">Register Live or Push</h2>
<h2 class="after:content-['\00a0›'] text-[20px]">About Ableton</h2>
<h2 class="after:content-['\00a0›'] text-[20px]">Jobs</h2>
<div class="flex gap-[8px] mt-[5px]">
<img src="images/Facebook.svg" alt="" class="bg-[#3477f2]">
<img src="images/Twitter.svg" alt="" class="bg-[#1da1f2]">
<img src="images/Youtube.svg" alt="" class="bg-[#ff001d]">
<img src="images/Instagram.svg" alt="" class="bg-[#f77737]">
</div>
</div>
<div class="w-[30%]">
<h2 class="text-[20px]">Education</h2>
<h2 class="after:content-['\00a0›'] text-[20px]">Offers for students and teachers</h2>
<h2 class="after:content-['\00a0›'] text-[20px]">Ableton for the Classroom</h2>
<h2 class="after:content-['\00a0›'] text-[20px]">Ableton for the Colleges and Universities</h2>
</div>
<div class="w-[40%]">
<h2 class="text-[20px]">Sign Up to our newsletter</h2>
<h2 class="text-[20px]">Enter your email address to stay up to date with the
latest offers,tutorials, downloads, surveys and more</h2>
<form method="post" class="mt-[1em]">
<div class="flex">
<div class="flex-1">
<input type="email" placeholder="Email Address" class="py-[.4em] px-[.75em] text-[20px] bg-[#eeeeee] w-[100%]">
</div>
<input type="submit" value="Sign Up"
class="py-[0.35em] px-[1.5em] bg-[blue] text-[white] text-[20px]"></input>
</div>
</form>
</div>
</div>
<div class="flex justify-between mb-[2em] pb-[4.16667vw]">
<div class="w-[25%]">
<h2 class="text-[20px]">Community</h2>
<h2 class="after:content-['\00a0›'] text-[20px]">Find Ableton User Groups</h2>
<h2 class="after:content-['\00a0›'] text-[20px]">Find Certified Training</h2>
<h2 class="after:content-['\00a0›'] text-[20px]">Became a Certified Trainer</h2>
</div>
<div class="w-[30%]">
<h2 class="text-[20px]">Distributors</h2>
<h2 class="after:content-['\00a0›'] text-[20px]">Find Distributors</h2>
<h2 class="after:content-['\00a0›'] text-[20px]">Try Push in store</h2>
</div>
<div class="w-[40%]">
<h2 class="text-[20px]">Language and Location</h2>
<form method="post" class="mt-[1em]">
<div class="flex gap-3">
<div class="max-w-[200px]">
<select name="language" id="" class="font-[inherit] font-bold bg-[lightgrey] w-[100%] py-[.35em] pl-[.75em]">
<option value="" disabled selected >English</option>
<option value="">Hindi</option>
<option value="">Marathi</option>
<option value="">Japanese</option>
</select>
</div>
<div class="w-[200px]">
<select name="language" id="" class="font-[inherit] font-bold bg-[lightgrey] w-[100%] py-[.35em] pl-[0.75em] pr-[50px]">
<option value="" disabled selected >India</option>
<option value="">USA</option>
<option value="">UK</option>
<option value="">Japan</option>
</select>
</div>
</div>
</form>
</div>
</div>
<div class="flex justify-between pb-[8.33333vw]">
<div class="flex text-[15px] font-[600] footer-link">
<a class="">Contacts</a>
<a class="ml-[.75rem]">Press Resources</a>
<a class="ml-[.75rem]">Legal Info</a>
<a class="ml-[.75rem]">Privacy Policy</a>
<a class="ml-[.75rem]">Cookie Settings</a>
<a class="ml-[.75rem]">Imprint</a>
</div>
<div class="flex">
<a class="text-[15px] font-[600] mr-[1rem]">Made in Berlin</a>
<img src="images/svgexport-3.svg" alt="">
</div>
</div>
</footer>
</body>
</html>