-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
67 lines (58 loc) · 1.71 KB
/
Copy pathindex.htm
File metadata and controls
67 lines (58 loc) · 1.71 KB
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
<!DOCTYPE html>
<html>
<head>
<title>PacRat</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="web/style/melon.css">
<link rel="icon" type="image/x-icon" href="pacrat.ico">
</head>
<body>
<div class="parent">
<h1 id="pagetitle">its PacRat</h1>
<span class="staple">
<div class="staple">
<p>
My name is Blake, and I go by the handles PacRat and Parker on <a href="#links">various
platforms</a>.
</p>
<p>
I enjoy solving logic puzzles with my friends, <a href="#projects">programming,</a> hardware repair,
and learning ways to automate tasks like video editing and
broadcasting workflows
</p>
</div>
</span>
<span class="squeeze">
<div>
<h1 id="links">links</h1>
<ul>
<!-- TOP of page nav -->
<li><a href="#">../</a></li>
<!-- -->
<li><a href="https://github.com/itspacrat">Github</a></li>
<li><a rel="me" href="https://mastodon.social/@itspacrat">Mastodon</a></li>
<li><a href="https://www.youtube.com/@itspacrat">YouTube</a></li>
<li><a href="https://twitch.tv/itspacrat">Twitch</a></li>
</ul>
</div>
<div>
<h1 id="projects">projects</h1>
<ul>
<li>
<h2>
<p><a href="https://itch.io/c/5757536/stuff-ive-worked-on">itch.io projects</a>: a
collection of itch games I've helped develop</p>
</h2>
</li>
<h2>
<li>
<p><a href="https://github.com/itspacrat/linecheck_rs">linecheck</a>: a collection of
useful iterator checks, written in rust</p>
</li>
</h2>
</ul>
</div>
</span>
</div>
</body>
</html>