-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
88 lines (87 loc) · 4.27 KB
/
work.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style2.css">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>
</head>
<body>
<div class="main">
<div class="header">
<ul>
<li><a href="index.html">About</a></li>
<li><a href="work.html">Work/Writing</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="content">
<ul>
<a href="https://technology.complyadvantage.com/jsonview-versatile-data-presentations-in-spring-2/" target="_blank">
<li>
<div class="title">JsonView</div>
<div class="summary">JsonView: Versatile data presentations in Spring</div>
<div class="date">2024</div>
</li>
</a>
<a href="./projects/nuff.html" target="_blank">
<li>
<div class="title">Nuff</div>
<div class="summary">Django and React Native app - Michelin for millenials</div>
<div class="date">2023</div>
</li>
</a>
<a href="https://medium.com/@rdlou/a-simple-guide-to-a-simple-payment-in-the-uk-d38e9ba574bb" target="_blank">
<li>
<div class="title">Journey of a £10 payment</div>
<div class="summary">A Simple Guide to a Simple Payment in the UK</div>
<div class="date">2023</div>
</li>
</a>
<a href="https://medium.com/@rdlou/what-on-earth-is-a-clearing-house-a253bee138ff" target="_blank">
<li>
<div class="title">Clearing house?</div>
<div class="summary">What on earth is a clearing house?</div>
<div class="date">2023</div>
</li>
</a>
<a href="./projects/double-or-quits.html" target="_blank">
<li>
<div class="title">Double or quits</div>
<div class="summary">The new payment method not from Klarna</div>
<div class="date">2020</div>
</li>
</a>
<a href="./projects/canicovid.html" target="_blank">
<li>
<div class="title">Can I Covid</div>
<div class="summary">Yes/No elastic search lookup on the UK covid laws.</div>
<div class="date">2020</div>
</li>
</a>
<a href="https://rdlou.medium.com/how-to-clean-a-wallabee-c1bff0a38437" target="_blank">
<li>
<div class="title">Watching shoes dry...</div>
<div class="summary">How to clean a Wallabee</div>
<div class="date">2020</div>
</li>
</a>
<a href="./projects/niito.html" target="_blank">
<li>
<div class="title">Niito</div>
<div class="summary">Sourcing platform for recruiters</div>
<div class="date">2018</div>
</li>
</a>
</ul>
</div>
</div>
</body>
</html>