-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathendorsements.html
45 lines (45 loc) · 1.39 KB
/
endorsements.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
href="/assets/images/pixel_coffee_mug.png"
/>
<meta name="author" content="Derek Andersen" />
<meta
name="description"
content="The personal website of Derek Andersen, only on the World Wide Web!"
/>
<link rel="stylesheet" type="text/css" href="/main.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<script src="//code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="/JavaScript/header.js"></script>
<script src="/JavaScript/color-theme-toggle.js"></script>
<title>Endorsements / Derek Andersen</title>
</head>
<body onload="fillHeader()">
<div class="content">
<h3 class="section">Derek's Endorsements</h3>
<p class="text">
Stuff I genuinely like and recommend highly — websites, tools,
media, products, etc.
</p>
<ul>
<li>
<p>
<a href="https://practicaltypography.com/" target="_blank"
>Practical Typography (web book)</a
>
</p>
</li>
<li>https://www.extratricky.com/pokeworld/rb/1</li>
</ul>
</div>
</body>
</html>