-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (103 loc) · 4.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="">
<meta property="og:site_name" content="Flears" />
<meta property="og:title" content="Flears" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://www.flears.com/" />
<meta property="og:image" content="/assets/img/logo.png" />
<meta property="og:type" content="website" />
<meta name="twitter:image:alt" content="Flears">
<meta name="twitter:card" content="summary_large_image">
<title>Flears</title>
<link rel="home" href="https://www.flears.com">
<link rel="icon" href="/favicon.svg">
<!-- Insert analytics code here -->
<link rel="stylesheet" href="/assets/build/css/main.css?id=9d39004bbcec248d9068">
</head>
<body>
<header class="header">
<a href="/" class="header__link">
<h1 class="header__title">Flears</h1>
</a>
<!-- <nav class="header__nav nav">
<ul class="nav__list">
<li class="nav__item">
<a href="#" class="nav__link">Something</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link">Something</a>
</li>
</ul>
</nav> -->
</header>
<main class="main">
<section class="hero">
<div class="hero__content">
<div class="hero__bg-figure">
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="gfx-wrap" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1080 1080" style="enable-background:new 0 0 1080 1080;" xml:space="preserve">
<style type="text/css">
.st0{stroke:#000000;stroke-miterlimit:10;}
.st1{stroke:#74B9FF;stroke-miterlimit:10;}
.st2{fill:#74B9FF;}
</style>
<circle id="gfx-circle" class="st0" cx="533" cy="463" r="141.5"/>
<g id="gfx-arrow_4_">
<line class="st1" x1="532.5" y1="462.5" x2="706.6" y2="546.6"/>
<path class="st2" d="M707.4,546.4l-2.6-3.5c-0.2-0.3-0.7-0.3-0.9,0.1l-1.8,4c-0.2,0.4,0.1,0.7,0.5,0.7l4.3-0.4
C707.4,547.2,707.6,546.7,707.4,546.4z"/>
</g>
<g id="gfx-arrow_3_">
<line class="st1" x1="532.5" y1="462.5" x2="683.7" y2="676.5"/>
<path class="st2" d="M684.4,676.8l-0.5-4.3c0-0.4-0.5-0.6-0.8-0.3l-3.5,2.6c-0.3,0.2-0.3,0.7,0.1,0.9l4,1.7
C684.1,677.5,684.5,677.2,684.4,676.8z"/>
</g>
<g id="gfx-arrow_2_">
<line class="st1" x1="532.5" y1="462.5" x2="854.8" y2="411.4"/>
<path class="st2" d="M855.3,410.8l-4.1-1.4c-0.4-0.1-0.7,0.2-0.7,0.6l0.8,4.3c0.1,0.4,0.5,0.5,0.8,0.3l3.3-2.8
C855.8,411.4,855.7,411,855.3,410.8z"/>
</g>
<g id="gfx-arrow">
<line class="st1" x1="533.5" y1="462.5" x2="663.5" y2="329.5"/>
<path class="st2" d="M663.6,328.7l-4.2,1.3c-0.4,0.1-0.5,0.6-0.2,0.8l3.2,3c0.3,0.3,0.7,0.1,0.8-0.3l1-4.3
C664.3,328.9,664,328.6,663.6,328.7z"/>
</g>
<g id="gfx-arrow_1_">
<line class="st1" x1="533.1" y1="463.1" x2="245.9" y2="435.7"/>
<path class="st2" d="M245.2,436.1l3.6,2.4c0.3,0.2,0.8,0,0.8-0.4l0.3-4.4c0-0.4-0.4-0.7-0.7-0.5l-3.9,1.9
C244.9,435.4,244.9,435.9,245.2,436.1z"/>
</g>
</svg>
</div>
<h2 class="hero__heading">
Software that
<br />
<span style="color:#2ecc71">changes</span>
</h2>
</div>
</section>
<div class="showcase">
<h2 class="showcase__title">
everything.
<br />
<br />
90.5%
</h2>
</div>
</main>
<footer class="footer">
<ul class="footer__legal-list">
<li class="footer__legal-item">
<a href="/general/imprint" class="footer__legal-link">Imprint</a>
</li>
</ul>
</footer>
<script src="/assets/build/js/main.js?id=5dd822863934b75738db"></script>
</body>
</html>