-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
117 lines (95 loc) · 4.1 KB
/
contact.html
File metadata and controls
117 lines (95 loc) · 4.1 KB
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
<!DOCTYPE html>
<html lang="en" class="canvas">
<head>
<meta charset="utf-8" />
<meta name="author" content="Jasper Moelker, Active IDs (www.ActiveIDs.nl)" />
<meta name="title" content="contact" />
<!-- project info -->
<title>Active IDs | contact</title>
<link rel="shortcut icon" href="/favicon.ico" />
<!--[if lt IE 9]><script src="/js/html5.js"></script><![endif]-->
<!-- Google Analytics (only in prod env) -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21351446-1']);
_gaq.push(['_setDomainName', '.activeids.nl']);
_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>
<script type="text/javascript" src="/assets/7dc771e3411a40db3f22dfc4a32d933a.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="/assets/7dc771e3411a40db3f22dfc4a32d933a.css" />
</head>
<body class="canvas">
<header class="center">
<nav>
<div class="left"></div>
<ul>
<li class="logo"><a href="/"><img src="/images/ActiveIDs_logoS_inv.png" /></a></li>
<li><a href="/">web projects</a></li>
<li><a href="#">wiki</a></li>
<li><a href="/office">office</a></li>
<li><a href="/contact">contact</a></li>
<!-- SEARCH:
<li>
<span class="separator"></span>
</li>
<li>
<form class="searchWidget">
<input type="text" />
</form>
</li>
-->
</ul>
<div class="right"></div>
</nav>
<div style="clear:both;"></div>
</header>
<div class="center">
<h1>contact</h1>
<div class="page">
<div class="content neutralLinks">
<div class="map" style="float:right;">
<img style="float:left;" alt="Active IDs locations" src="
http://maps.google.com/maps/api/staticmap?sensor=false&size=420x470¢er=52.3,5.2&zoom=7
&style=feature:all|element:geometry|hue:0x00ffff|saturation:-100|lightness:30&style=feature:all|element:labels|visibility:off&style=feature:water|element:geometry|hue:0xff0000|saturation:100|lightness:100
&style=feature:road|element:geometry|visibility:off
&markers=icon:http://www.activeids.nl/images/ActiveIDs_marker_h45.png|52.080949,4.317621
" />
</div>
<h2>Direct contact</h2>
<br /><a href="mailto:info@activeids.nl">info@ActiveIDs.nl</a>
<br /><a href="/">www.ActiveIDs.nl</a>
<div class="itemSpacer"></div>
<h2>Post</h2>
<a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Active+IDs,+Pampushout,+Amersfoort,+The+Netherlands&aq=0&sll=37.0625,-95.677068&sspn=62.61328,131.396484&ie=UTF8&hq=Active+IDs,&hnear=Hofwijckplein65,+The+Netherlands&z=16&iwloc=A" target="_blank">
Hofwijckplein 65
<br />2515RL Den Haag
<br />The Netherlands
</a>
<div class="itemSpacer"></div>
<h2>Registration</h2>
<table>
<tr>
<td>ING bank account: </td>
<td>NL97INGB0005350443</td>
</tr>
<tr>
<td style="padding-right:10px;">Chamber of Commerce (KvK): </td>
<td>56798644</td>
</tr>
<tr>
<td>Tax registration no. (btw): </td>
<td>NL8523.07.226.B01</td>
</tr>
</table>
<div style="clear:both;"></div>
</div>
</div>
</div>
<footer>
</footer> </body>
</html>