summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ2024-04-26 01:14:01 +0000
committerJJ2024-04-26 01:14:01 +0000
commit68b8ed81cbf87341e84947ec027e371d4d433015 (patch)
tree996add6a7a9d30c3db294df7c9e1d77b817e35eb
parentdc8466112fe96da838883b7c0e379d94d402326d (diff)
switch from apropos.codes to toki.la
-rw-r--r--CNAME2
-rw-r--r--LICENSE2
-rw-r--r--_includes/footer.html2
-rw-r--r--about.html4
-rw-r--r--index.html4
-rw-r--r--monogram.html10
-rw-r--r--toaster-ovens.html8
7 files changed, 16 insertions, 16 deletions
diff --git a/CNAME b/CNAME
index 5931451..f6fa54f 100644
--- a/CNAME
+++ b/CNAME
@@ -1 +1 @@
-apropos.codes
+toki.la
diff --git a/LICENSE b/LICENSE
index 589ec8e..e7add8c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
BSD Zero Clause License
-Copyright (C) 2023 JJ <https://apropos.codes>
+Copyright (C) 2024 JJ <https://toki.la>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
diff --git a/_includes/footer.html b/_includes/footer.html
index c1db3ec..049de4a 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,3 +1,3 @@
<footer>
- <span><img src="assets/copyleft.svg" width="12" height="12" title="https://en.wikipedia.org/wiki/Criticism_of_copyright" /> 2020-2023 </span>
+ <span><img src="https://toki.la/assets/copyleft.svg" width="12" height="12" title="https://en.wikipedia.org/wiki/Criticism_of_copyright" /> 2020-2024 </span>
</footer>
diff --git a/about.html b/about.html
index f3b0fd5..28233a7 100644
--- a/about.html
+++ b/about.html
@@ -9,9 +9,9 @@ title: About
<p> I'm currently a third-year student at the <a href="https://www.ubc.ca/">University of British Columbia</a> in Vancouver, Canada, majoring in <a href="https://you.ubc.ca/ubc_programs/mathematics-vancouver-bsc/">Mathematics</a> with some <a href="https://you.ubc.ca/ubc_programs/linguistics/">Linguistics</a> and <a href="https://you.ubc.ca/ubc_programs/computer-science-vancouver-bsc/">Computer Science</a> on the side. Previously, I lived on Bainbridge Island, Washington, and was a captain of <a href="https://spartronics4915.com/">the local FIRST robotics team</a>. </p>
<p> I'm passionate about <a href="https://www.pluggabletransports.info/">decentralized and resilient systems</a>, <a href="https://maplebacon.org/">computer security</a>, <a href="https://linguistics.ubc.ca/">linguistics</a>, and <a href="https://www.math.ubc.ca/">general mathematics</a>. I'm also broadly interested in <a href="https://en.wikipedia.org/wiki/Programming_language_theory">programming language theory</a>, and have grown particularly interested in <a href="https://ncatlab.org/nlab/show/type+theory">type theory</a>: finding it to be a nice intersection between a good number of my interests. In my spare time, I enjoy ice skating, playing ultimate frisbee, folding origami, capturing flags, reading books, and (occasionally) rock climbing. </p>
<!-- the <a href="">solarpunk</a> and <a href="">indieweb</a> movements, -->
- <p> I'm also a hobbyist programmer, skilled at <a href="https://nim-lang.org/">Nim</a>, <a href="https://www.rust-lang.org/">Rust</a>, and <a href="https://www.java.com/en/">Java</a>, sufficiently proficient in <a href="https://racket-lang.org/">Racket</a>, <a href="https://www.python.org/">Python</a>, and <a href="https://en.wikipedia.org/wiki/C_(programming_language)">C</a>, and currently learning <a href="https://www.haskell.org/">Haskell</a>, <a href="https://wiki.portal.chalmers.se/agda/pmwiki.php">Agda</a>, and <a href="https://www.typescriptlang.org/">TypeScript</a>. Most of my projects are created in one or more of those languages. If you're interested, several projects are available <a href="https://git.apropos.codes">here on my website</a>, with the rest having taken up residence in <a href="https://github.com/omentic">the depths of my GitHub profile</a> (with some on <a href="https://sr.ht/~apropos/">SourceHut</a>). </p>
+ <p> I'm also a hobbyist programmer, skilled at <a href="https://nim-lang.org/">Nim</a>, <a href="https://www.rust-lang.org/">Rust</a>, and <a href="https://www.java.com/en/">Java</a>, sufficiently proficient in <a href="https://racket-lang.org/">Racket</a>, <a href="https://www.python.org/">Python</a>, and <a href="https://en.wikipedia.org/wiki/C_(programming_language)">C</a>, and currently learning <a href="https://www.haskell.org/">Haskell</a>, <a href="https://wiki.portal.chalmers.se/agda/pmwiki.php">Agda</a>, and <a href="https://www.typescriptlang.org/">TypeScript</a>. Most of my projects are created in one or more of those languages. If you're interested, several projects are available <a href="https://git.toki.la">here on my website</a>, with the rest having taken up residence in <a href="https://github.com/omentic">the depths of my GitHub profile</a> (with some on <a href="https://sr.ht/~apropos/">SourceHut</a>). </p>
<p> If you're looking to contact me, feel free to reach out over email to jj [at] toki.la. </p>
- <p> If you're looking to hire me, you may be interested in <a href="https://apropos.codes/resume">my resume</a> (also available as a <a href="https://apropos.codes/resume/resume.pdf">PDF</a>).</p>
+ <p> If you're looking to hire me, you may be interested in <a href="/resume">my resume</a> (also available as a <a href="/resume/resume.pdf">PDF</a>).</p>
<h2>Credits</h2>
<p> This website is based off of the websites of <a href="https://czeng.org">Cat Zeng</a>, <a href="https://nora.codes/">Leonora Tindall</a> (2020), and <a href="https://hojberg.xyz">Simon Højberg</a>. </p>
</main>
diff --git a/index.html b/index.html
index 57edb17..8126f61 100644
--- a/index.html
+++ b/index.html
@@ -8,8 +8,8 @@ title: my special corner of the web
<div id="intro">
<img id="face" src="assets/compass.jpg"/>
<div id="profile">
- <p> Hello, I'm JJ, and I go by apropos on the Internet. </p>
- <p> I'm a third-year student at the <a href="https://ubc.ca">University of British Columbia</a>, flag hunter for <a href="https://maplebacon.org">Maple Bacon</a>, <a href="https://ncatlab.org/nlab/show/mathematics">mathematics</a>, <a href="https://ncatlab.org/nlab/show/linguistics">linguistics</a>, and <a href="https://ncatlab.org/nlab/show/type+theory">type theory</a> aficionado, and occasional rock climber and ultimate frisbee player. </p>
+ <p> Hi! I'm JJ. I go by apropos, among other names, on the Internet. </p>
+ <p> I'm a third-year student at the <a href="https://ubc.ca">University of British Columbia</a>, flag hunter for <a href="https://maplebacon.org">Maple Bacon</a>, <a href="https://ums-ubc.com">mathematics</a>, <a href="https://wiki.toki.la/linguistics">linguistics</a>, and <a href="https://ncatlab.org/nlab/show/type+theory">type theory</a> aficionado, and occasional rock climber and ultimate frisbee player. </p>
<p> Outside of school, sports, and social life, I enjoy building and contributing to <a href="https://www.gnu.org/philosophy/free-sw">free-and-open-source</a> projects. The majority of my work can either be found on <a href="https://github.com/omentic">GitHub</a> or at <a href="https://sr.ht/~apropos">SourceHut</a>. </p>
</div>
</div>
diff --git a/monogram.html b/monogram.html
index a350ce7..5bfda39 100644
--- a/monogram.html
+++ b/monogram.html
@@ -5,15 +5,15 @@ title: monogram
<main style="font-family: 'Fira Code', monospace; width: 100%; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;">
<img src="assets/compass.jpg" style="width: 250px; height: auto; margin-bottom: 2.5em;"/>
<nav style="margin-bottom: 10em;">
- <a href="https://apropos.codes" style="color: black;">home</a>
+ <a href="/" style="color: black;">home</a>
·
- <a href="https://apropos.codes/about" style="color: black;">about</a>
+ <a href="/about" style="color: black;">about</a>
·
- <a href="https://apropos.codes/resume" style="color: black;">resume</a>
+ <a href="/resume" style="color: black;">resume</a>
·
- <a href="https://apropos.codes/posts" style="color: black;">posts</a>
+ <a href="/posts" style="color: black;">posts</a>
·
- <a href="https://apropos.codes/bookshelf" style="color: black;">bookshelf</a>
+ <a href="/bookshelf" style="color: black;">bookshelf</a>
</nav>
</main>
<!--
diff --git a/toaster-ovens.html b/toaster-ovens.html
index f70951b..e092416 100644
--- a/toaster-ovens.html
+++ b/toaster-ovens.html
@@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>I LOVE TOASTER OVENS</title>
- <link rel="icon" type="image/jpg" href="https://apropos.codes/assets/light.png"/>
- <link rel="stylesheet" href="https://apropos.codes/css/style.css"/>
+ <link rel="icon" type="image/jpg" href="https://toki.la/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
<style>
body {
background-image: url('assets/avante-elite.jpg');
@@ -34,10 +34,10 @@
</head>
<body>
<main>
- <a href="https://applianceri.ng/next?host=apropos.codes">
+ <a href="https://applianceri.ng/next?host=toki.la">
<img src="assets/avante-elite.jpg" alt="Avante Elite Convection Toaster Oven"/>
</a>
- <a href="https://applianceri.ng/next?host=apropos.codes"><h1>I LOVE TOASTER OVENS</h1></a>
+ <a href="https://applianceri.ng/next?host=toki.la"><h1>I LOVE TOASTER OVENS</h1></a>
<h3>in praise of the avante elite convection toaster oven <i>(T-Fal Ot8085002)</i></h3>
<p>toaster ovens are incredibly multifunctional, offering (as their name implies) both the ability to toast and the ability to oven. their small size and usage of a standard outlet makes them easily usable within a small living area, yet they can reach temperatures of up to many degrees fahreaighnheit - comparable to a standard integrated kitchen oven. </p>
<p>first invented and brought to the market in 1910 by william s. hadaway jr. of new york, toaster ovens were at first a commercial failure, due in large part to the bulk of early ovens and the lack of sliced bread. by 1925, toaster oven designs had been refined enough to warrant their use as home appliances, and when bread was first sliced in 1928, the sliced bread market and toaster oven market grew in parallel. </p>