website/index.html

57 lines
1.5 KiB
HTML
Raw Normal View History

2018-11-22 22:59:12 +00:00
<!DOCTYPE html>
<html lang="en">
2020-10-27 00:00:54 +00:00
<!--
  l、
゙(゚、 。
 l、゙ ~ヽ
 じしf_, )
-->
2018-11-22 22:59:12 +00:00
<head>
2020-10-27 00:43:42 +00:00
<title>jack bond-preston</title>
2020-10-26 23:04:29 +00:00
2018-11-22 22:59:12 +00:00
<meta charset="UTF-8">
2020-10-26 23:04:29 +00:00
2018-11-22 22:59:12 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2020-10-26 22:49:26 +00:00
<link rel="stylesheet" href="style/stylesheet.css">
2022-05-24 03:14:31 +01:00
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=">
2018-11-22 22:59:12 +00:00
</head>
2018-11-22 22:59:12 +00:00
<body>
2020-10-26 23:04:29 +00:00
2020-10-26 22:49:26 +00:00
<h1>
2020-10-26 22:58:43 +00:00
<a href="https://jackbondpreston.me">jack bond&hyphen;preston</a>
2020-10-26 22:49:26 +00:00
</h1>
2020-10-26 22:49:26 +00:00
<h2>contact</h2>
<p>
you can contact me via <a href="mailto:jackbondpreston@outlook.com">email</a> or on <a href="https://www.linkedin.com/in/jack-bond-preston-922706150/">linkedin</a>
</p>
<p>
my cv is available for viewing <a href="cv.pdf">here</a>
</p>
2020-10-26 22:49:26 +00:00
<h2>open source</h2>
<p>
2022-02-15 15:10:56 +00:00
i have personal accounts on <a href="https://github.com/jackbondpreston">github</a> and <a href="https://gitlab.com/jackbondpreston">gitlab</a>
</p>
<p>
2022-05-21 04:09:55 +01:00
some of my work at arm on <a href="https://www.arm.com/architecture/cpu/morello">morello</a> is available on the <a href="https://git.morello-project.org/morello/musl-libc/-/commits/morello/master?author=Jack%20Bond-Preston">morello musl gitlab</a>
</p>
<p>
my <a href="https://www.xilinx.com/products/boards-and-kits/x2-series/onload.html">onload</a> commits at amd can be found on <a href="https://github.com/Xilinx-CNS/onload/commits?author=jbondpre-amd">the github repo</a>
2020-10-26 22:49:26 +00:00
</p>
2018-11-22 22:59:12 +00:00
2022-11-14 02:29:11 +00:00
<h2>articles</h2>
<p>
[14/11/2022] <a href="articles/f91w">sensor watch</a>
</p>
2018-11-22 22:59:12 +00:00
</body>
2020-10-26 23:04:29 +00:00
</html>