-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (79 loc) · 3.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>denelop — Writing code for humans.</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta property="og:type" content="website" />
<meta property="og:title" content="denelop" />
<meta property="og:description" content="Writing code for humans." />
<meta property="og:url" content="https://denelop.com" />
<meta property="og:image" content="https://denelop.com/banner.png" />
<meta
property="og:image:secure_url"
content="https://denelop.com/banner.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="denelop banner with logo" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-XGK9WXK6JX"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-XGK9WXK6JX");
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header style="min-height: 100vh">
<svg
class="logo-svg"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 193.5 195.29"
>
<path
d="M126.26,0C107.59,0,90.64,8.72,78.41,22.06A74.45,74.45,0,0,0,59.1,72.45l0,91.65a37,37,0,0,1-9.71-68.43V63.2A67.26,67.26,0,1,0,88.72,191.79V158.15l.07-35.07.07-25.55V64.11c.09,0,0,0,0,0,.88-11.15,7.25-20.73,15.83-26.9a37,37,0,1,1,30.44,65.92V46.76h-9.74a20.63,20.63,0,0,0-20.63,20.63v4.37l-.07-.05V123.8l0,4.21a38.93,38.93,0,0,1-1.55,11.25c-.3,1-.63,2-1,2.85a36.82,36.82,0,0,1-4.4,7.82v38.41A67.28,67.28,0,0,0,135,133.93,67.25,67.25,0,0,0,126.26,0"
/>
</svg>
<div class="logo-font logo-text" style="font-size: 2rem">denelop</div>
<div class="logo-slogan">Writing code for humans.</div>
<br />
<div style="text-align: center">
<!-- <span class="logo-font">denelop</span> <span>o.d.</span> -->
<small>
<a href="https://maps.app.goo.gl/PmvkMfGuEPHRwsKJ7"
>Radnička 70c, 71000 Sarajevo, BA</a
>
<br />
VAT ID: 4303762690001
<br />
<a href="mailto:[email protected]">[email protected]</a>
</small>
</div>
</header>
<!-- <main></main> -->
<footer>
<div>
<small>Copyright © 2022-2024. All rights reserved.</small>
</div>
<div>
<small class="logo-font logo-text">denelop</small> <small>o.d.</small>
</div>
</footer>
</body>
</html>