-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (58 loc) · 3.18 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preload" href="/styles/styles-b087866d01.css" as="style" type="text/css" />
<link rel="preload" href="/fonts/Roboto-v32-400-normal-latin-6f4e8ed001.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
<link rel="preload" href="/fonts/Roboto-v32-500-normal-latin-8eaf7e1401.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
<link rel="preload" href="/images/NathanLarsen-2023-750px.jxl" as="image" type="image/jxl" />
<link rel="preload" href="/images/NathanLarsen-2023-750px.webp" as="image" type="image/webp" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/styles/styles-b087866d01.css" />
<title>Nathan Larsen</title>
<meta name="description" content="Personal website of Nathan Larsen, a student at Georgia State University working on a computer science degree." />
<link rel="canonical" href="https://nathan2055.com/" />
</head>
<body>
<div class="container-fluid">
<h1>Nathan Larsen</h1>
<div class="row">
<div class="column">
<p>
<br />
<picture>
<source type="image/jxl" srcset="/images/NathanLarsen-2023-750px.jxl">
<source type="image/webp" srcset="/images/NathanLarsen-2023-750px.webp">
<source type="image/jpeg" srcset="/images/NathanLarsen-2023-750px.jpg">
<img width="750" height="750" src="/images/NathanLarsen-2023-750px.jpg" alt="Nathan Larsen">
</picture>
</p>
</div>
<div class="column">
<h2>Who am I</h2>
<p>I'm just this guy, you know?</p>
<p>I'm currently studying at Georgia State University for a computer science degree, but I've been
programming in various contexts since I was 12.</p>
<p>I've previously worked on several projects relating to Wikipedia, such as the <a
href="https://github.com/WPAFC">Articles for creation helper script</a>, but I haven't been as
active on there recently as I was a few years ago.</p>
</div>
<div class="column">
<h2>Projects I've been involved in</h2>
<ul>
<li><a href="https://github.com/WPAFC">Yet another Articles for creation helper script</a></li>
<li><a href="https://github.com/DiamondSwordDev/moddle">Moddle</a></li>
<li><a href="https://github.com/Nathan2055/perspective">Perspective</a></li>
</ul>
<h2>Elsewhere on the web</h2>
<ul>
<li><a href="https://github.com/Nathan2055">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/nathan-larsen-336181170">LinkedIn</a></li>
<li><a href="https://en.wikipedia.org/wiki/User:Nathan2055">Wikipedia</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>