-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
44 lines (41 loc) · 2.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>front-end</title>
<link rel="stylesheet" href="./dist/styles.css">
</head>
<body>
<!-- Hero section: Page title and intro -->
<div>About us</div>
<h1>Connecting fans to a world of entertainment</h1>
<div>We’re the smart marketing platform for the creative and music industries. Our links route millions of fans across the globe to the content they love, in the apps they love.</div>
<!-- Content section: Company story -->
<h1>Company Story</h1>
<div>Linkfire was founded in 2014 by two Danish marketers. It was their response to the increasingly complex nature of digital music marketing. Listeners the world over are streaming through different services—so how do you connect to all of them at once, simply and smartly?</div>
<div>Our technology links fans directly to the content they love in their favorite app. At the same time, we empower everyone from major labels to independent artists with unparalleled audience insights.</div>
<div>Since we started, we’ve become a trusted partner to the music industry’s biggest names, as well as thousands of soon-to-be biggest names. We’re headquartered in Copenhagen, with offices in NYC, LA, and Hamburg.</div>
<img src="./src/img/founders.png">
<!-- Content section: About Linkfire -->
<h1>Who We Are</h1>
<div>We’re developers, engineers, product managers, and more, drawn from every corner of the globe. The common denominator? Music—we live and breathe the stuff. Some of us are even successful musicians ourselves. So when we say ‘we rock’, we really do mean it.</div>
<div>Linkfire is based across three time zones, in offices alive with possibility and purpose. Every day we help artists we adore realize their potential through the power of music data.</div>
<div>Underpinning our culture are collaborative, agile processes, and something we like to call the ‘Nordic spirit.’ It means working together with transparency, respect, and honesty. And that goes for the way we do business too.</div>
<img src="./src/img/team.jpg">
<!-- Spots section: Linkfire offices -->
<div>Where to find us</div>
<h1>Linkfire offices</h1>
<img src="./src/img/copenhagen.png">
<b>Copenhagen</b>
Artillerivej 86, 3rd Floor, 2300 Copenhagen, Denmark
<img src="./src/img/new-york.png">
<b>New York</b>
81 Prospect St, Brooklyn, NY 11201, United States
<img src="./src/img/los-angeles.png">
<b>Los Angeles</b>
314 5th Avenue, Venice, Los Angeles, CA 90291, United States
<img src="./src/img/hamburg.png">
<b>Hamburg</b>
Hahnenkamp 1, 22765 Hamburg, Germany
</body>
</html>