-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
69 lines (62 loc) · 3.4 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
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<title>Rafael Winterhalter - software consultant</title>
<!--[if IE]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"/>
<link href="css/custom.css" rel="stylesheet"/>
<link href="//fonts.googleapis.com/css?family=Bevan" rel="stylesheet"/>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-2">
<div class="circular">
<img src="img/rafael-winterhalter.jpg" alt="Rafael Winterhalter"/>
</div>
</div>
<div class="col-xs-12 col-sm-7">
<h1>Rafael Winterhalter</h1>
<h4 style="margin-top: -10px;">making money using math</h4>
<div>
Hi there, I am a full-stack software consultant <a href="https://goo.gl/maps/UOim8">from
Germany</a>, living and <a href="https://www.scienta.no">working in Oslo, Norway</a>. I am
<a href="https://careers.stackoverflow.com/raphw">specialized on the Java platform</a> but I do generally
<a href="https://dzone.com/articles/dev-week-rafael-winterhalter">enjoy any kind of programming</a>.
I am fairly active in <a href="https://github.com/raphw">developing open source software</a> and I
believe in writing clean, modular code. I am regularly <a href="http://mydailyjava.blogspot.com/">blogging
about technology</a>. I also
<a href="https://www.youtube.com/playlist?list=PLJZg_b40WSWxixd7J57zPQRky9ReSRbCV">enjoy speaking</a>
at conferences and user group meetings and was pronounced a
<a href="https://blogs.oracle.com/javaone/entry/javaone_2014_rock_stars">Java One Rockstar</a>. I am the
author of <a href="https://bytebuddy.net">Byte Buddy</a>, a runtime code generator for the Java virtual
machine and won a Duke's Choice award and a Groundbreaker award for my efforts. I also created
<a href="https://documents4j.com">documents4j</a>, a document format converter for Java. For my
contributions to the ecosystem, I was elected a Java Champion.
<a href="https://www.linkedin.com/in/rafaelwth">Get in touch</a>, if you
<a href="https://twitter.com/rafaelcodes">want to talk</a> with me about something that you think that
<a href="https://stackoverflow.com/users/1237575/raphw">I could help you with</a>.
</div>
</div>
</div>
<div class="row" style="margin-top: 15px">
<div class="col-sm-4 col-sm-offset-2">
<iframe
width="560" height="315"
src="https://www.youtube.com/embed/videoseries?list=PLJZg_b40WSWxixd7J57zPQRky9ReSRbCV"
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-sm-4">
<iframe
width="560" height="315"
src="https://player.vimeo.com/video/233647882?color=ff9933&portrait=0"
frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
</div>
</div>
</div>
</body>
</html>