-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (82 loc) · 3.3 KB
/
index.html
File metadata and controls
93 lines (82 loc) · 3.3 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Robert Bouma</title>
<!-- STYLES: BOOTSTRAPS -->
<link type="text/css" href="css/bootstrap.min.css" rel="stylesheet">
<link type="text/css" href="css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- STYLES: THEMES -->
<link type="text/css" href="css/theme.css" rel="stylesheet">
<link type="text/css" href="css/theme-responsive-767.css" rel="stylesheet">
<link type="text/css" href="css/theme-responsive-768-979.css" rel="stylesheet">
<!-- ICONS -->
<link type="text/css" href="css/font-awesome.css" rel="stylesheet">
<link type="text/css" href="css/style.css" rel="stylesheet">
<style type="text/css">
#twitter-widget-0{width:610px;}
</style>
<body>
<div class="container">
<div class="row">
<div class="sidebar span5">
<div class="cover">
<div class="cover-photo">
<div class="cover-image">
<a href="http://robertbouma.nl" class="cover-avatar">
<img src="img/rbouma.jpg">
</a>
</div>
</div>
<div class="cover-author">
<h1 class="brand">Robert Bouma</h1>
<h2 class="tagline">Scrum Master</h2>
<!-- <p class="social-icon">
<a class="social-twitter" href="https://twitter.com/robertbouma"></a>
<a class="social-linkedin" href="https://www.linkedin.com/in/robertbouma"></a>
<a class="social-github" href="https://github.com/rob-erwt"></a>
</p> -->
</div>
</div>
</div>
<div class="content span7 offset5">
<ul class="nav">
<li class="active"><a href="#home" class="tab">
<i class="icon-home shaded"></i>
<b>Home</b>
</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="home">
<section class="about">
<h2 class="section-head"><b></b>
Welkom
</h2>
<p>Ik ben Scrum Master / Agile Coach voor
bedrijven en/of development teams en voorheen allround webdeveloper met ruim 10 jaar ervaring en werkzaam bij de <a href="http://nos.nl">NOS</a>.
Gespecialiseerd in Agile, Scrum, XP en Kanban. Maar ook jarenlange ervaring met PHP, CSS, JavaScript en HTML.
Meer informatie vind je op mijn LinkedIn pagina. Voor vragen kun je natuurlijk altijd contact opnemen.</p>
<p>Verder echtgenoot, vader en liefhebber van games, gadgets, films en boeken en woonachtig in Hilversum.</p>
<p>Zie mijn <a href="https://www.linkedin.com/in/robertbouma">Linkedin pagina</a> of <a href="https://github.com/rob-erwt">Github</a> voor meer informatie.</p>
<p>Ook te vinden op:
<ul>
<li>Mastodon: <a href="https://mastodon.nl/@rob_erwt" rel="me">@rob_erwt@mastodon.nl</a></li>
<li>Bluesky: <a href="https://bsky.app/profile/robertbouma.nl">@robertbouma.nl</a></li>
</ul>
</p>
</section>
</div><!--/.tab-pane-->
</div><!--/.tab-content-->
</div>
</div>
</div>
<!-- SCRIPTS: BASE -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/jquery-ui-1.10.1.custom.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$('.nav a.tab').click(function (e) {
e.preventDefault();
$(this).tab('show');
})
</script>
</body></html>