-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (78 loc) · 3.9 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Bram ten Hove - CTO</title>
<meta name="description" content="Bram ten Hove is an experienced SaaS CTO. Open to freelance work or consultancy.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#107FC9">
<link rel="shortcut icon" type="image/png" href="./assets/img/icons/icon-16.png">
<link rel="icon" sizes="192x192" href="./assets/img/icons/icon-192.png">
<link rel="apple-touch-icon" href="./assets/img/icons/icon-192.png">
<link rel="stylesheet" href="./assets/css/main.css">
<link rel="manifest" href="./manifest.json">
</head>
<body>
<section id="hero-title" class="hero is-medium is-bold has-text-centered">
<div class="hero-body">
<div class="container">
<h1 class="title">
<strong>Bram ten Hove</strong>
</h1>
<h2 class="subtitle">
CTO
</h2>
</div>
</div>
</section>
<div id="chat" class="container box">
<div class="messages"></div>
<div id="chat-scroll-indicator" class="has-text-centered">Don't feel like talking? Scroll down.</div>
<div class="columns responses">
<div class="column has-text-centered"></div>
</div>
</div>
<section class="section background-white">
<div class="container">
<h1 class="title">About me</h1>
<div class="content">
<p>Hi there! I’m Bram ten Hove. I’m a CTO living in Hengelo, The Netherlands. I’ve been building high performing teams that produce high quality software for years now. I love what I do!</p>
<p>Next to building websites, managing product teams and architecting the technical future, I enjoy spending time with my wife and little boy, playing with our two Bengal cats and drinking a glass of whisky every now and then.</p>
<a href="#contact" class="button is-primary is-medium">Get in touch</a> <a href="#work" class="button is-medium">Check my work</a>
</div>
</div>
</section>
<section id="callout" class="section is-medium is-hidden-mobile">
<div class="container has-text-centered">
<a href="#contact" class="button is-medium is-primary">Get in touch</a>
</div>
</section>
<section class="section" id="work">
<div class="container">
<h1 class="title">My work</h1>
<div class="content">
<p>I help organizations with my technical knowhow to achieve their goals.</p>
<p>I’m currently working as CTO at Open Social on the same-titled open source project, <a href="https://www.getopensocial.com" rel="nofollow">Open Social</a>.</p>
</div>
</div>
</section>
<section class="section background-white" id="contact">
<div class="container">
<h1 class="title">Get in touch</h1>
<div class="content">
<p>Interested in my help, working together, just want to talk or grab a coffee?<br>
Nice! Send me a message at <a>hello@bramtenhove.nl</a>.</p>
<p>You can also take a look at my <a href="https://www.linkedin.com/in/bramth" rel="nofollow">LinkedIn</a>, check out my <a href="https://github.com/bramtenhove" rel="nofollow">GitHub</a> or visit my <a href="https://www.drupal.org/u/bramtenhove" rel="nofollow">Drupal.org</a> profile.</p>
</div>
</div>
</section>
<link href="//fonts.googleapis.com/css?family=Averia+Sans+Libre:300,700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic" rel="stylesheet">
<script src="./assets/js/vendor/smooth-scroll/smooth-scroll.min.js" type="text/javascript"></script>
<script src="./assets/js/main.min.js" type="text/javascript"></script>
</body>
</html>