-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (46 loc) · 1.96 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
<!DOCTYPE html>
<html lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>abello</title>
<link rel="stylesheet" href="./assets/css/reset.css" type="text/css">
<link rel="stylesheet" href="./assets/css/fonts.css" type="text/css">
<link rel="stylesheet" href="./assets/css/styles.css" type="text/css">
<link rel="icon" type="image/png" href="./assets/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./assets/images/favicon-16x16.png" sizes="16x16">
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-90157298-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<img class="logo" src="./assets/images/logo.png" alt="logotype">
<div class="text">
<h1>Crafting great apps.</h1>
<p>Your project is our project. We pride ourselves when you succeed.</p>
<p class="contacts">
<span>Send us a message at</span><a href="mailto:[email protected]" title="">[email protected]</a><br>
<span>or give us a call on </span><a href="tel:+4793892689">(+47) 93 89 26 89</a><br>
<span>if you want to work with us</span>
</p>
<hr>
<a href="https://github.com/abellono" class="github"></a>
</div>
</div>
</body>
</html>