generated from amitmerchant1990/reverie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (157 loc) · 5.37 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<!--
Directive by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>.bitbeckers</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div>
<span class="logo icon solid fa-code"></span>
<h1>Ken Beckers</h1>
<h3>| Development | Operations | Testing | Scrum Master |</h3>
</div>
<div>
<a href="#contact" class="button style2 down">Contact me</a>
</div>
<div>
<small> Or scroll down to learn more about me and what I do</small>
</div>
</div>
<!-- Main -->
<div id="main">
<div class="box alt container">
<section class="feature left">
<div class="image fit">
<img src="images/michse.jpg" alt="Profile picture Ken"/>
</div>
<div class="content">
<h3>Who I am</h3>
<p>
I'm Ken Beckers, a freelance back end and DevOps engineer with a knack for system thinking.
With my background in operational management and cognitive psychology
I can easily translate between
business requirements and technological solutions.
</p>
</div>
</section>
<section class="feature right">
<div class="image fit">
<img src="images/mathew-schwartz-iGheu30xAi8-unsplash.jpg" alt="" />
</div>
<div class="content">
<h3>What I build</h3>
<p>
Performant and resilient back end applications and infrastructure
with a focus on pipelines (CI/CD), testing, and architecture. I
get enthusiastic designing systems from scratch, interacting
with stakeholders, and testing out all possibilities within given
limitations.
</p>
</div>
</section>
<section class="feature left">
<div class="feature image fit">
<img src="images/ashim-d-silva-Kw_zQBAChws-unsplash.jpg" alt="" />
</div>
<div class="content">
<h3>My toolbox</h3>
<ul>
<li>
<b>Coding</b> | Java | JavaScript | Python | R | React |
Solidity | SQL | HTML | CSS |
</li>
<li>
<b>Operations</b> | Ansible | CI/CD Pipelines | Docker | Ganache | Grafana
| Jenkins | Linux | Team Foundation Server | Truffle |
</li>
<li>
<b>Testing</b> | Chai | Cucumber | Fitnesse | JUnit | Mocha |
Nose2 | PyTest |
</li>
<li><b>Scrum Master</b></li>
</ul>
</div>
</section>
</div>
</div>
<!-- Footer -->
<div id="footer">
<footer class="container medium">
<header class="major last">
<h2>Contact</h2>
</header>
<p id="contact">Please fill in the form below to drop me a message.</p>
<form method="post" action="https://formspree.io/mvovpybb" method="POST">
<div class="row">
<div class="col-6 col-12-mobilep">
<input type="text" name="name" placeholder="Name" />
</div>
<div class="col-6 col-12-mobilep">
<input type="email" name="email" placeholder="Email" />
</div>
<div class="col-12">
<textarea
name="message"
placeholder="Message"
rows="6"
></textarea>
</div>
<div class="col-12">
<ul class="actions special">
<li><input type="submit" value="Send Message" /></li>
</ul>
</div>
</div>
</form>
<ul class="icons">
<li>
<a
href="https://twitter.com/bitbeckers"
class="icon brands fa-twitter"
><span class="label">Twitter</span></a
>
</li>
<li>
<a
href="https://github.com/bitbeckers"
class="icon brands fa-github"
><span class="label">GitHub</span></a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/kenbeckers/"
class="icon brands fa-linkedin"
><span class="label">LinkedIn</span></a
>
</li>
</ul>
<ul class="copyright">
<li>© Ken Beckers 2020</li>
<li>KvK nummer: 80076955</li>
<li><a href="./av.html">Algemene Voorwaarden</a></li>
<li>Design: <a href="https://html5up.net">HTML5 UP</a></li>
<li>Images: <a href="https://unsplash.com/">UnSplash</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>