-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (77 loc) · 2.79 KB
/
Copy pathindex.html
File metadata and controls
81 lines (77 loc) · 2.79 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>
.:Para O'Kelly:.
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="https://kit.fontawesome.com/ed453297d4.js" crossorigin="anonymous"></script>
</head>
<body>
<main class="content">
<h1>Para O'Kelly</h1>
<section>
<h2>About</h2>
<p>Full-stack web developer since 2016.</p>
<p>I've mostly been doing Ruby on Rails for backend, but I'm also a consummate lover of Typescript.
Making beautiful, fun, and accessible applications delights me.</p>
<p>For some reason I also end up doing and enjoying infrastructure wherever I go. All AWS so far, but I'd be keen
to branch out in future.</p>
<p>Following are a few of the little productivity tools I've built in my downtime.</p>
</section>
<section>
<h2>Little productivity tools:</h2>
<ul>
<li>
<details>
<summary>
<i class="fa fa-solid fa-info"></i>
<a class="remote-link" href="https://lastclicked.app">
<h3>Last Clicked</h3>
<div>Go ›</div>
</a>
</summary>
<p>
A React web app for keeping track of those infrequent chores. The leaves decay the longer it's been since
you last clicked them.
</p>
</details>
</li>
<li>
<details>
<summary>
<i class="fa fa-solid fa-info"></i>
<a class="remote-link" href="https://paraxial.github.io/task-sorter">
<h3>Task Sorter (WIP)</h3>
<div>Go ›</div>
</a>
</summary>
<p>
In-progress: a framework-less app for sorting out what you want to do first, depending on how you're judging
your priorities. Useful if you're getting overwhelmed by task lists.
</p>
</details>
</li>
</ul>
</section>
<section>
<h2>Find me elsewhere</h2>
<div class="visual-box">
<a class="icon-links" href="https://www.linkedin.com/in/paraxial/" aria-label="LinkedIn"><i class="fa fa-solid fa-linkedin"></i></a>
<a class="icon-links" href="https://www.github.com/paraxial/" aria-label="Github"><i class="fa fa-solid fa-github"></i></a>
</div>
</section>
</main>
<footer class="content">
<small>
Last updated 2024.
</small>
</footer>
</body>
</html>