-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (72 loc) · 3.62 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css' />
<meta name="description" content="Meet Iwan and he'll buy you a cup of coffee for some conversation." />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="/css/index.css">
<title>Meet me for coffee</title>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/index.js" type="text/javascript"></script>
</head>
<body>
<div id="intro-row" class="row">
<div id="intro-row-contents">
<div id="intro">
<h1>I'm Iwan</h1><h2>I run <a href="https://coderfit.com">coderfit.com</a> and Gulenko GmbH, Reach me at [email protected] or +41 77 986 9000 anytime!<</h2><br>
</div><div id="me-wrapper"><div id="me"></div></div>
- </div>
</div>
</div>
<div id="body-row" class="row">
<div id="story">
<img id="travel" src="/images/travel.svg">
<p>I work in recruitment over 8 years; over 100 people reviewed my work on Linkedin, see:<br>
<a href="https://www.linkedin.com/in/iwan-gulenko/" target="_blank">https://www.linkedin.com/in/iwan-gulenko/</a>.<br>
<p>Find more about what I do on <a href="https://www.linkedin.com/in/iwan-gulenko/" target="_blank">coderfit.com</a></p>
</div>
<div id="about-me">
<div id="what-i-do">
<p>what</p>
<p>i do</p>
</div>
<div id="about-me-text">
<p></p>
<p>My recruitment career started at Europython, I gave a talk on how to make tech recruiting suck less:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/u6PTaTDHUG4" frameborder="0" allowfullscreen></iframe>
<p>Here is another talk I gave at <a href="http://jscraftcamp.org/" target="_blank">JSCraftCamp in Munich</a>:</p>
<iframe src="//www.slideshare.net/slideshow/embed_code/key/htwRk6tFS9hXho" width="695" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
<p>On evenings, I try to be social and you might bump into me on <a href="http://www.meetup.com/members/184491197/" target="_blank">some meetups in Zurich</a>.</p>
</div>
</div>
<div class="three row clearer" id="zurich-background"></div>
<div id="lonely">
<h3>I want to meet more people in Switzerland.</h3>
<h2>Do you live in Zurich?</h2>
<h1>Let's meet up!</h1>
</div>
<div id="coffee">
<div id="coffee-background"></div>
<p>Here's my offer: I buy you a coffee and we talk about whatever it is you're passionate about.</p>
<div id="explain-wrapper">
<div id="explain">Tell me about your <div id="thing">self</div></div>
</div>
<div id="call-to-action">
<div id="send-email-wrapper" class="row">
<a href="mailto:[email protected]?Subject=Let%27s%20meet%20in%20Zurich%21"><div id="send-email">Let's Meet</div></a>
</div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65207600-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>