-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (62 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Blumoon Technologies</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="blumoon technologies, blumoon, technologies, systems, software, application, development, outsourcing">
<style>
html, body, .container {
padding: 0;
margin: 0;
height: 100%;
}
.container {
position: relative;
}
.content {
position: absolute;
width: 100%;
color: #999999;
text-align: center;
font-family: sans-serif;
font-weight: 300;
font-size: 24px;
top: 20%;
}
.logo {
width: 800px;
}
@media (max-width: 850px) {
.content {
font-size: 16px;
font-size: 5vw;
top: 15%;
}
.logo {
width: 100%;
}
}
</style>
<div class="container">
<div class="content">
<p><img class="logo" alt="Blumoon Technologies Private Corp." src="logo.png"></p>
<p>Under Construction</p>
</div>
</div>
<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', 'http://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-41607704-7', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>