-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
33 lines (32 loc) · 1.91 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ben Blaine</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="container">
<div id="content">
<h2>About</h2>
<img src="ben.png" style="max-width: 100%; width: 250px; height: auto;">
<p>Currently, I live in Camps Bay, South Africa, and work at <a href="https://neurabuild.com">Neurabuild</a>. I grew up around the Helderberg and studied at Stellies.</p>
<p>Email: <a href="mailto:benblaine@gmail.com">benblaine@gmail.com</a></p>
<p>I try to spend time with: <a href="https://www.lucahart.com/">Luca</a>, computers, rock climbing, building products, family, the internet, friends, games, surfing, guitar, making things, lifting weights, sprinting on beaches - in no specific order.</p>
<p>I love making things people still use: <a href="https://snapscan.co.za">Snapscan</a>, <a href="https://offerzen.com">Offerzen</a>, <a href="https://www.investec.com/en_za/banking/tech-professionals/programmable-banking.html">Investec Programmable Banking</a>, <a href="https://www.neurabuild.com/our-projects">Synapse, Readup, EcoEar.</a></p>
<p>And I've painfully loved making things people don't use anymore.</p>
<p> I'm <a href="https://github.com/benblaine">benblaine</a> on GitHub and <a href="https://x.com/benblainex">benblainex</a> on x.com</p>
</div>
<div id="links">
<ul>
<li>Ben Blaine</li>
<li><a href="about.html">About</a></li>
<li><a href="ooda.html">OODA</a></li>
<li><a href="bluf.html">BLUF</a></li>
<li><a href="community-engineer.html">Community Engineer</a></li>
</ul>
</div>
</div>
</body>
</html>