-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
118 lines (103 loc) · 4.82 KB
/
index.php
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<title>A collective of creators. Konscript_</title>
<meta name="description" content="A young collective of creators/developers/hackers" />
<meta name="author" content="Caesar" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta name="viewport" content="width=480, maximum-scale=1" />
<link rel="shortcut icon" href="img/favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon.png" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Terminal+Dosis+Light" type="text/css" />
<link rel="stylesheet" href="css/main.css?v=1" type='text/css' />
<?php if(isset($_GET["eegg"])): ?>
<link rel="stylesheet" href="css/eegg.css" type='text/css' />
<?php endif; ?>
<script src="http://www.modernizr.com/downloads/modernizr-2.0.6.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="bp">
<div id="body-wrapper">
<div id="body-container">
<div id="header-container">
<div id="header"><span class="word">konscript</span><span class="underscore">_</span></div>
</div><!-- #header-container -->
<div id="content-container">
<div id="content" class="hfeed">
<div>
We're a team of digital natives with too many bits in our brains.</strong> We build websites, apps and engaging online experiences for clients and ourselves. We're located in cozy Copenhagen.
</div>
<div>
<label>Clients:</label>
<section>
<a href="http://sikkerrejse.dk" target="_blank" rel="client">Danske Lægers Vaccinations Service</a>,
<a href="http://aquestionof.net" target="_blank" rel="client">A Question Of</a>,
<a href="http://rosemunde.dk/site" target="_blank" rel="client">Rosemunde</a>,
<a href="http://kilsgaard-eyewear.com" target="_blank" rel="client">Kilsgaard eyewear</a>,
<a href="http://roskilde-festival.dk" target="_blank" rel="client">Roskilde Festival</a>,
<a href="http://itu-innovators.dk." target="_blank" rel="client">ITU Innovators</a>,
<a href="http://taniaellis.com" target="_blank" rel="client">Tania Ellis</a> etc.
</section>
</div>
<div>
<label>Projects:</label>
<section>
<a href="http://kobstaden.dk" target="blank">Købstaden</a>,
Social Money,
Vaporistas,
Prosty,
Project Identity,
Kane etc.
</section>
</div>
<div>
<label>Agents:</label>
<section>
<a href="http://laander.com" rel="person">Lasse Boisen Andersen</a>,
<a href="http://dk.linkedin.com/pub/s%C3%B8ren-louv-jansen/32/3a6/504" rel="person">Søren Louv-Jansen</a>,
<a href="http://cosic.dk" rel="person">Vanja Cosic</a>,
<a href="http://dk.linkedin.com/pub/jakob-harder-holmelund/27/65b/717" rel="person">Jakob Harder Holmelund</a>,
<a href="http://lieberkind.it" rel="person">Tomas Lieberkind</a>,
<a href="http://about.me/ksmandersen" rel="person">Kristian S.M. Andersen</a> and
<a href="http://www.facebook.com/thomas.didriksen" rel="person">Thomas Didriksen</a>.
</section>
</div>
<div>
Say
<a href="mailto:[email protected]" rel="e-mail">[email protected]</a>,
<a href="http://twitter.com/konscript" target="_blank" rel="twitter">tweet</a>,
<a href="http://facebook.com/konscript" target="_blank" rel="facebook">face us</a> or
<a href="http://goo.gl/maps/tiZ4d" target="_blank" rel="location">drop by</a>. Coffee is on us if you do!
</div>
</div><!-- .content .hfeed -->
</div><!-- #content-container -->
<div id="footer-container">
<div id="footer">
</div><!-- #footer -->
</div><!-- #footer-container -->
</div><!-- #body-container -->
</div><!-- #body-wrapper -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/modules/jquery-1.6.2.js">\x3C/script>')</script>
<script src="js/modules/jquery.pulse.js"></script>
<script src="js/main.js"></script>
<!--[if lt IE 7 ]>
<script src="js/modules/dd_belatedpng_0.0.8a-min.js"></script>
<script>DD_belatedPNG.fix('.word'); // Read goo.gl/mZiyb</script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5307016-11']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>