-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 2.25 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
<!DOCTYPE html>
<html lang=en">
<head>
<title>roddie.digital</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
</head>
<body>
<main>
<div class="parent">
<div class="roddie-digital rd-box box">roddie digital</div>
<a class="stuxnet box" href="https://roddie.digital/stuxnet" target="_blank">stuxnet</a>
<a class="poopmoji goldenrod-box box" href="https://roddie.digital/poopmoji" target="_blank">poopmoji</a>
<a class="spotter-guides khaki-box box" href="https://spotters.guide" target="_blank">spotter guides</a>
<a class="nagios box" href="https://github.com/roddie-digital/nagios" target="_blank">nagios</a>
<div class="unused-1 box"></div>
<a class="robots gold-box box" href="https://roddie.digital/robots" target="_blank">robots</a>
<a class="films lightcyan-box box" href="https://roddie.digital/films" target="_blank">films</a>
<a class="john-shuttleworth orange-box box" href="https://roddie.digital/shuttleworth">john shuttleworth songfinder field marshal</a>
<div class="unused-2 box"></div>
<a class="crlgen small-box khaki-box box" href="https://roddie.digital/scripts/crlgen.txt" target="_blank">OpenVPN CRL update script</a>
<a class="ublock small-box gold-box box" href="https://roddie.digital/scripts/topics.txt" target="_blank">uBlock Twitter filters</a>
<a class="focus small-box box" href="https://spotters.guide/focus" target="_blank">S-reg Focus spotter</a>
<a class="twitter small-box khaki-box box" href="https://twitter.com/roddie_digital">Twitter</a>
<a class="letterboxd small-box box" href="https://letterboxd.com/roddie" target="_blank">Letterboxd</a>
<a class="pdp small-box box" href="https://rdg.tl/pdp" target="_blank">Panel de Pon menus</a>
<a class="grand-designs small-box gold-box box" href="https://rdg.tl/gd" target="_blank">Grand Designs bingo</a>
<a class="food gold-box box" href="https://roddie.digital/food" target="_blank">food</a>
<a class="vegan-highland vh-box box" href="https://veganhighland.scot" target="_blank">vegan highland</a>
</div>
</main>
</body>
</html>