This repository has been archived by the owner on Dec 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (44 loc) · 1.8 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>
<head>
<title>cntrl</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="stylesheets/normalize.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="stylesheets/socialicons.css">
<link rel="stylesheet" href="stylesheets/animation.css">
<!--[if IE 7]>
<link rel="stylesheet" href="stylesheets/socialicons-ie7.css">
<![endif]-->
<link href="stylesheets/screen.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta property="og:image" content="http://cntrl.be/images/cntrl.png">
<meta property="og:site_name" content="cntrl.">
<meta property="og:title" content="digital agency.">
<meta property="og:url" content="http://cntrl.be">
<meta property="og:type" content="website">
</head>
<body>
<div class="background"></div>
<div class="container"><div class="inner">
<div class="headlines">
<h1><img src="images/cntrl.svg"></h1>
<hr>
<h2><span>digital agency.</span></h2>
</div>
<div class="links">
<a target="_blank" href="http://twitter.com/blackboxshots" class="icon-twitter"><span>Twitter</span></a>
<a target="_blank" href="http://facebook.com/blackboxshots" class="icon-facebook"><span>Facebook</span></a>
<a target="_blank" href="http://linkedin.com/in/blackboxshots" class="icon-linkedin"><span>LinkedIn</span></a>
<a target="_blank" href="http://instagram.com/blackboxshots" class="icon-instagram"><span>Instagram</span></a>
</div>
</div></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="javascript/jquery.fittext.js"></script>
<script>
$("body").on("touchmove", false);
$(document).ready(function() {
$("h2").fitText(1.3);
});
</script>
</body>
</html>