-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (65 loc) · 2.99 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Kreta.io - Modern project management software</title>
<link href='//fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/app.css" type="text/css"/>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="images/favicons/apple-touch-icon-57x57.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/favicons/apple-touch-icon-114x114.png"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/favicons/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/favicons/apple-touch-icon-144x144.png"/>
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="images/favicons/apple-touch-icon-120x120.png"/>
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="images/favicons/apple-touch-icon-152x152.png"/>
<link rel="icon" type="image/png" href="images/favicons/favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="images/favicons/favicon-16x16.png" sizes="16x16"/>
</head>
<body>
<!-- Google Tag Manager -->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-53XGWT" height="0" width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<script>(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(), event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'//www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PSKVDC');</script>
<!-- End Google Tag Manager -->
<div class="index__container">
<picture>
<source srcset="images/bg-400.jpg" media="(max-width: 400px)">
<source srcset="images/bg-767.jpg" media="(max-width: 767px)">
<source srcset="images/bg-1024.jpg" media="(max-width: 1024px)">
<source srcset="images/bg-1440.jpg" media="(max-width: 1440px)">
<img class="index__image" src="/images/bg.jpg">
</picture>
<div class="index__caption">
<img class="index__logo" src="images/logo.svg"/>
<h1 class="index__title">Modern project manager for software development.</h1>
</div>
</div>
<div class="index__follow">
<span>Follow us:</span>
<a class="index__follow-link" href="http://twitter.com/kreta_io">
<svg class="index__follow-icon">
<use xlink:href="svg/symbols.svg#twitter"></use>
</svg>
</a>
<a class="index__follow-link" href="http://github.com/kreta">
<svg class="index__follow-icon">
<use xlink:href="svg/symbols.svg#github"></use>
</svg>
</a>
</div>
</body>
</html>