-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.61 KB
/
Copy pathindex.html
File metadata and controls
37 lines (37 loc) · 1.61 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LowEnd Development</title>
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="stylesheet" href="site/style.css">
</head>
<body>
<main class="hero">
<svg viewBox="0 0 500 240" width="500" height="240" xmlns="http://www.w3.org/2000/svg"
style="max-width: 92vw; height: auto; display: block;">
<rect x="0" y="0" width="500" height="150" fill="#EC1D24"></rect>
<rect x="6" y="6" width="488" height="138" fill="none" stroke="#FFFFFF" stroke-width="3"></rect>
<text x="250" y="130" text-anchor="middle"
font-family="'Barlow Condensed', Impact, sans-serif"
font-size="155" font-weight="900" font-stretch="ultra-condensed" fill="#FFFFFF" letter-spacing="-6"
textLength="470" lengthAdjust="spacingAndGlyphs">LOW END
</text>
<text x="250" y="195" text-anchor="middle" font-family="'Barlow', Arial, sans-serif" font-size="36"
font-weight="300" fill="#FFFFFF" letter-spacing="18">
DEVELOPMENT
</text>
<text x="250" y="230" text-anchor="middle"
font-family="'Barlow Condensed', Arial, sans-serif"
font-size="11" font-weight="600" fill="#FFFFFF" letter-spacing="4" opacity="0.6">BUILDING AT 174 STROKES PER MINUTE
</text>
</svg>
</main>
<nav>
<a href="site/support.html">Support</a>
<a href="site/impressum.html">Impressum</a>
<a href="site/datenschutz.html">Datenschutz</a>
</nav>
</body>
</html>