-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
52 lines (48 loc) · 1.52 KB
/
index.htm
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
<!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, PaCi, and ParkCity on <a href="#links">various
platforms</a>.
</p>
<p>
I enjoy solving logic puzzles with my friends, <a href="#projects">programming</a>, <a href="https://pacratrepairs.github.io/repair.htm">hardware repair</a>, and learning ways to automate tasks like video editing and
broadcasting workflows
</p>
</div></span>
<span class="squeeze">
<div>
<h1 id="links">links</h1>
<div>
<ul>
<li><a href="#">../</a></li>
<li><a rel="me" href="https://mastodon.social/@parkcity">Mastodon</a></li>
<li><a href="https://www.youtube.com/@itspacrat">YouTube</a></li>
<li><a href="https://twitch.tv/itspacrat">Twitch</a></li>
<li><a href="https://github.com/itspacrat">Github</a></li>
</ul>
</div>
</div>
<div>
<h1 id="projects">projects</h1>
<div>
<ul>
<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>
</div>
</span>
</div>
</body>
</html>