-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3dbea2e
commit ddbce64
Showing
1 changed file
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,20 +13,48 @@ | |
<link rel="author" href="https://plus.google.com/+SimonVreeman"> | ||
<link rel="publisher" href="https://plus.google.com/+Vreeman"> | ||
<style type="text/css"> | ||
@media(min-width: 768px){.container{max-width:600px;}} | ||
.footer{ | ||
margin-top: 20px; | ||
padding-top: 15px; | ||
color: #777; | ||
border-top: 1px solid #e5e5e5; | ||
} | ||
@media( min-width: 768px ) { | ||
.container{ | ||
max-width:600px; | ||
} | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KWCTDH" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KWCTDH');</script> | ||
<div class="container"> | ||
<div class="page-header"> | ||
<h1>Simon Vreeman</h1> | ||
<h1>Simon Vreeman <small>Online Marketeer</small></h1> | ||
</div> | ||
<p class="lead">I work at <a title="Valk Exclusief hotels & Restaurants" href="http://www.valkexclusief.nl/nl/" target="_blank">Valk Exclusief</a> as an Online Marketeer. Before that I worked at Budeco as an Online Business Developer and cofounded WPspeciali.st.</p> | ||
<p>I like to optimize websites for our users based on evidence and data. My work is focused around Search Engine Optimization, Conversion Rate Optimization and Web Analytics. I live in a small town called Harfsen and work in Utrecht. Find me on <a title="Simon Vreeman on Twitter" rel="me nofollow" href="https://twitter.com/vreeman">Twitter</a>, <a title="Simon Vreeman on Linkedin" rel="me nofollow" href="https://www.linkedin.com/in/simonvreeman">LinkedIn</a> and <a title="Simon Vreeman on Google+" rel="me nofollow" href="https://plus.google.com/+SimonVreeman?rel=author">Google+</a> or <a title="Send Simon Vreeman an e-mail" rel="me nofollow" href="mailto:[email protected]">drop me a line</a>.</p> | ||
|
||
<div class="well well-lg"><!-- panel panel-default --> | ||
<!-- <div class="panel-heading"> --> | ||
<h4 class="panel-title">A/B testing with Google Tag Manager</h4> | ||
<!-- </div> --> | ||
<!-- <div class="panel-body"> --> | ||
<p>I made a simple script for A/B testing with Google Tag Manager. It uses the random macro of Google Tag Manager. Measuring and analysis is done with Google Analytics. You can find more details on the README.md.</p> | ||
<p><i class="fa fa-download fa-fw"></i> <a title="A/B testing with Google Tag Manager" href="https://github.com/simonvreeman/A-B-testing-with-Google-Tag-Manager" target="_blank">Download the script from Github</a></p> | ||
<!-- </div> --> | ||
</div> | ||
<h4>Find me elsewhere</h4> | ||
<ul class="list-inline"> | ||
<li><a class="text-muted" title="Simon Vreeman on Google+" rel="me nofollow" href="https://plus.google.com/+SimonVreeman?rel=author"><i class="fa fa-google-plus fa-lg"></i></a></li> | ||
<li><a class="text-muted" title="Simon Vreeman on Linkedin" rel="me nofollow" href="https://www.linkedin.com/in/simonvreeman"><i class="fa fa-linkedin fa-lg"></i></a></li> | ||
<li><a class="text-muted" title="Simon Vreeman on Twitter" rel="me nofollow" href="https://twitter.com/vreeman"><i class="fa fa-twitter fa-lg"></i></a></li> | ||
<li><a class="text-muted" title="Simon Vreeman on Google+" rel="me nofollow" href="https://plus.google.com/+SimonVreeman?rel=author"><i class="fa fa-google-plus fa-lg fa-fw"></i></a></li> | ||
<li><a class="text-muted" title="Simon Vreeman on Linkedin" rel="me nofollow" href="https://www.linkedin.com/in/simonvreeman"><i class="fa fa-linkedin fa-lg fa-fw"></i></a></li> | ||
<li><a class="text-muted" title="Simon Vreeman on Twitter" rel="me nofollow" href="https://twitter.com/vreeman"><i class="fa fa-twitter fa-lg fa-fw"></i></a></li> | ||
<li><a class="text-muted" title="Simon Vreeman on Github" rel="me nofollow" href="https://github.com/simonvreeman"><i class="fa fa-github fa-lg fa-fw"></i></a></li> | ||
<li><a class="text-muted" title="Send Simon Vreeman an e-mail" rel="me nofollow" href="mailto:[email protected]"><i class="fa fa-envelope fa-lg fa-fw"></i></a></li> | ||
</ul> | ||
<div class="footer"> | ||
<p>Hosted on <a href="http://github.com/simonvreeman/simonvreeman.github.io" target="_blank">Github</a>.</p> | ||
</div> | ||
</div> <!-- /container --> | ||
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> | ||
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js"></script> | ||
|