Skip to content

Commit ddbce64

Browse files
committed
Major update to the text.
1 parent 3dbea2e commit ddbce64

File tree

1 file changed

+33
-5
lines changed

1 file changed

+33
-5
lines changed

index.html

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,48 @@
1313
<link rel="author" href="https://plus.google.com/+SimonVreeman">
1414
<link rel="publisher" href="https://plus.google.com/+Vreeman">
1515
<style type="text/css">
16-
@media(min-width: 768px){.container{max-width:600px;}}
16+
.footer{
17+
margin-top: 20px;
18+
padding-top: 15px;
19+
color: #777;
20+
border-top: 1px solid #e5e5e5;
21+
}
22+
@media( min-width: 768px ) {
23+
.container{
24+
max-width:600px;
25+
}
26+
}
1727
</style>
1828
</head>
1929
<body>
2030
<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>
2131
<div class="container">
2232
<div class="page-header">
23-
<h1>Simon Vreeman</h1>
33+
<h1>Simon Vreeman <small>Online Marketeer</small></h1>
2434
</div>
35+
<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>
36+
<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>
37+
38+
<div class="well well-lg"><!-- panel panel-default -->
39+
<!-- <div class="panel-heading"> -->
40+
<h4 class="panel-title">A/B testing with Google Tag Manager</h4>
41+
<!-- </div> -->
42+
<!-- <div class="panel-body"> -->
43+
<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>
44+
<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>
45+
<!-- </div> -->
46+
</div>
47+
<h4>Find me elsewhere</h4>
2548
<ul class="list-inline">
26-
<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>
27-
<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>
28-
<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>
49+
<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>
50+
<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>
51+
<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>
52+
<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>
53+
<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>
2954
</ul>
55+
<div class="footer">
56+
<p>Hosted on <a href="http://github.com/simonvreeman/simonvreeman.github.io" target="_blank">Github</a>.</p>
57+
</div>
3058
</div> <!-- /container -->
3159
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
3260
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js"></script>

0 commit comments

Comments
 (0)