fix(about): add name to about page
This commit is contained in:
parent
1c6eb2d6fa
commit
dfd90ba2de
@ -18,10 +18,10 @@ import { projects } from "@/data/projects";
|
|||||||
|
|
||||||
<!-- this could be in markdown but eh -->
|
<!-- this could be in markdown but eh -->
|
||||||
<p>
|
<p>
|
||||||
Hello! It's very nice to meet you — I'm a student and Linux enthusiast who
|
Hello! It's very nice to meet you — my name's Daniel, a student studying
|
||||||
is quite passionate about some subjects but is quite lazy in every other.
|
Computer Engineering at the University of Waterloo who is quite passionate
|
||||||
|
about some subjects but is quite lazy in every other.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
I've dabbled extensively and non-extensively in a variety of topics to
|
I've dabbled extensively and non-extensively in a variety of topics to
|
||||||
play with, including:
|
play with, including:
|
||||||
@ -31,6 +31,8 @@ import { projects } from "@/data/projects";
|
|||||||
<li>GUI toolkits very very briefly in GTK, Qt, and Swing</li>
|
<li>GUI toolkits very very briefly in GTK, Qt, and Swing</li>
|
||||||
<li>Linux and server administration</li>
|
<li>Linux and server administration</li>
|
||||||
<li>web development in the form of a Chrome extension and my sites</li>
|
<li>web development in the form of a Chrome extension and my sites</li>
|
||||||
|
<li>hackathons</li>
|
||||||
|
<li></li>
|
||||||
<li>Godot Engine Cat Simulator DX</li>
|
<li>Godot Engine Cat Simulator DX</li>
|
||||||
<li>ski instruction</li>
|
<li>ski instruction</li>
|
||||||
<li>writing of literature</li>
|
<li>writing of literature</li>
|
||||||
@ -39,7 +41,8 @@ import { projects } from "@/data/projects";
|
|||||||
<p>…and other things that I'm forgetting right now.</p>
|
<p>…and other things that I'm forgetting right now.</p>
|
||||||
<p>
|
<p>
|
||||||
I have two server machines at home — a Dell OptiPlex 780 and a Dell
|
I have two server machines at home — a Dell OptiPlex 780 and a Dell
|
||||||
Latitude E5520. Yes, one of them is a laptop.
|
Latitude E5520. One of them is a laptop and I'm surprised it hasn't burnt
|
||||||
|
up yet.
|
||||||
</p>
|
</p>
|
||||||
<h3>OptiPlex 780 ("asvyn")</h3>
|
<h3>OptiPlex 780 ("asvyn")</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user