-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (88 loc) · 2.63 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
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
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html lang="en">
<head>
<title>Site currently under construction!</title>
<meta name="viewport" content="width=device-width, intitial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Rosario:ital,wght@0,300..700;1,300..700&display=swap"
/>
<link
rel="stylesheet"
href="https://rsms.me/inter/inter.css"
type="text/css"
charset="utf-8"
/>
<script src="https://kit.fontawesome.com/25cefc9777.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/css/argonoct.css" />
</head>
<body>
<nav>
<ul class="linkbar" id="nav-list">
<li><img src="monogram.svg" height="18pt"></li>
<li><a href="/index.html" id="active">Home</a></li>
<li><a href="#Portfolio">Portfolio</a></li>
<li><a href="#Projects">Projects</a></li>
</ul>
<hr>
</nav>
<h1>William P. Kelso</h1>
<p>
Programmer and amateur designer focused on creating tools,
systems, and ideas that work with a user, not against them.
Emphasis on form through functionality, accessibility by design, and sustainability.
Prone to being a massive nerd.
</p>
<section>
<h2>Portfolio</h2>
<ul class="gallery">
<a href=""><li>
<h3>Appcons</h3>
<p>A collection of opinionated icons for third-party applications that strives to better mesh with the visual language of elementary OS</p>
<img>
</li></a>
<a href=""><li>
<h3>AquaPack Robotics Website</h3>
<p>Rewrite and redesign of AquaPack Robotics’ website</p>
</li></a>
<a href=""><li>
<h3>elementary OS icons</h3>
<p>Open source system icon scheme, supporting the FreeDesktop specification</p>
</li></a>
</ul>
</section>
<section>
<h2 id="Projects">Projects</h2>
<ul class="gallery">
<a href=""><li>
<h3>Argonoct</h3>
<p>High contrast color scheme derived from Argonaut with
Noctis-like highlighting</p>
</li></a>
<a href=""><li>
<h3>SeaWolf VIII</h3>
<p>AUV</p>
</li></a>
<a href=""><li>
<h3>SeaWolf IX</h3>
<p>AUV</p>
</li></a>
</ul>
</section>
</body>
<footer>
<hr>
<ul class="linkbar">
<li><a href="https://github.com/wpkelso" title="Github"><i
class="fa-brands fa-github"></i> GitHub</a></li>
<li><a href="https://mastodon.online/@mirlo" title="Mastodon"><i
class="fa-brands fa-mastodon"></i> Mastodon</a></li>
</ul>
<small>
Copyright © 2024 William Kelso.
</small>
<div><img src="monogram.svg" height="18pt"> </div>
</footer>
</html>