-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
30 lines (24 loc) · 829 Bytes
/
about.html
File metadata and controls
30 lines (24 loc) · 829 Bytes
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
---
layout: page
title: About
header: About
group: navigation
---
{% include JB/setup %}
<div class="row">
<div class="span2">
<p align="center">
<img style="border: 2px #3a3a3a solid" src="{{ ASSET_PATH }}/../../images/Capture.PNG" alt=""/>
</p>
</div>
<div class="span8">
<p>
I'm Barry Pitman, and this is my software development blog! I've been working as a software developer at
<a href="ww.ubiquitech.co.za">Ubiquitech</a> since 2010. I mostly work on Java web applications, but also
double up as a DBA, sysadmin, and front-end developer (jack of all trades - master of none!).
</p>
<p>
I'm living in Brussels, Belgium with my wife, though I count myself as a South African.
</p>
</div>
</div>