<?php header("location: https://antonwrisberg.com/?pk_campaign=wrisberg-org"); ?>
<!DOCTYPE HTML>
<html>
	<head>
		<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
		<meta name="author" content="Anton Wrisberg" />
		<meta name="description" content="Anton Wrisberg" />
		<meta name="keywords" content="wrisberg, anton, anton wrisberg" />
		<meta name="copyright" content="Anton Wrisberg - <?php echo date("Y"); ?>" />
		<meta name="google-site-verification" content="DN7vjpcmxwQdY1ZBDoYAvCUVHBgaIV0uGv1s5x8wtB8" />
		<title>WRISBERG</title>
		<base href="http://www.wrisberg.org/">
		<style>
* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

.page {
	width: 100%;
	height: 100%;
	display: table;
}

.middle {
	display: table-cell;
	vertical-align: middle;
	border: 15px white solid;
	box-shadow: inset 0 0 0 10px black;
}

.content {
	position: relative;
	margin: auto;
	width: 25%;
	padding-bottom: 25%;
}

a:hover svg {
	transform: scale(1.2);
}

svg {
	position: absolute;
	transition: transform .5s;
}

path {
	fill: #fff;
}

.s {
	fill: #000;
}

.n {
	fill: none;
	stroke: #000;
	stroke-width: 20;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#wrisberg {
	width: 160px;
	top: 40px;
	left: 45px;
}


#house {
	width: 100%;
	top: -27%;
	left: 3%;
}

#house_link:hover ~ .background {
	background: #87D37C;
}

#hand {
	width: 84%;
	top: 24%;
	left: 91%;
}

#hand_link:hover ~ .background {
	background: #CDAAD2;
}

#briefcase {
	width: 96%;
	top: 15%;
	left: -51%;
}

#briefcase_link:hover ~ .background {
	background: #6BB9F0;
}

#book {
	width: 120%;
	top: 83%;
	left: -1%;
}

#book_link:hover ~ .background {
	background: #4B77BE;
}

#typewriter {
	width: 104%;
	top: 25%;
	left: 20%;
}

#typewriter_link:hover ~ .background {
	background: #F5D76E;
}

#camera {
	width: 68%;
	top: 78%;
	left: -50%;
}

#camera_link:hover ~ .background {
	background: #F1A9A0;
}

#comment {
	font-family: monospace;
	font-size: 2em;
	text-align: center;
	width: 50%;
	margin-left: 50%;
	transform: rotate(30deg)
}

.background {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -100;
	transition: background .5s;
}
		</style>

		<!-- Privacy First Tracking -->
		<!-- Matomo -->
		<script type="text/javascript">
		  var _paq = window._paq = window._paq || [];
		  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
		  _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
		  _paq.push(["setCookieDomain", "*.wrisberg.org"]);
		  _paq.push(["setDomains", ["*.wrisberg.org","*.antonwrisberg.com","*.antonwrisberg.dk"]]);
		  _paq.push(["enableCrossDomainLinking"]);
		  _paq.push(["setDoNotTrack", true]);
		  _paq.push(["disableCookies"]);
		  _paq.push(['trackPageView']);
		  _paq.push(['enableLinkTracking']);
		  (function() {
		    var u="//analytics.wrisberg.org/";
		    _paq.push(['setTrackerUrl', u+'matomo.php']);
		    _paq.push(['setSiteId', '1']);
		    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
		    g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
		  })();
		</script>
		<!-- End Matomo Code -->
	</head>
	<body>
		<div class="page">
			<div class="middle">
				<?php echo file_get_contents("wrisberg.svg"); ?>
				<p id="comment">Messy website<br />Clean code</p>
				<div class="content">
					<a href="http://tjekdinleje.dk/" target="_blank" id="house_link"><?php echo file_get_contents("house.svg"); ?></a>
					<a href="http://facebook.com/wrisberg/" target="_blank" id="hand_link"><?php echo file_get_contents("hand.svg"); ?></a>
					<a href="https://www.linkedin.com/in/wrisberg/" target="_blank" id="briefcase_link"><?php echo file_get_contents("briefcase.svg"); ?></a>
					<a href="http://denblabog.dk/" target="_blank" id="book_link"><?php echo file_get_contents("book.svg"); ?></a>
					<a href="https://www.linkedin.com/pulse/13-r%C3%A5d-til-din-motiverede-kvote-2-ans%C3%B8gning-anton-wrisberg" target="_blank" id="typewriter_link"><?php echo file_get_contents("typewriter.svg"); ?></a>
					<a href="https://www.instagram.com/antonwrisberg/" target="_blank" id="camera_link"><?php echo file_get_contents("camera.svg"); ?></a>
					<div class="background"></div>
				</div>
			</div>
		</div>
	</body>
</html>
