-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
49 lines (49 loc) · 2.68 KB
/
about.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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="template/template.css" type="text/css">
<link rel="icon" href="favicon.ico">
<title>Jeremy's Website</title>
</head>
<body>
<div id="side">
<div id="icon">
<a href="https://jeremykubenjet.com"><img src="favicon.ico" alt="logo" width=100 class="logo"></a>
</div>
<div style="margin-left: 20%;">
<br>
<a href="index.html">home</a>
<br>
<a href="about.html">about</a>
<br>
<a href="stories.html">stories</a>
<br>
<a href="professional.html">professional</a>
</div>
</div>
<div id="main">
<h4>Last Updated 2025-01-13</h4>
<h1>About</h1>
<fieldset>
<legend>Bio</legend>
<p>Hello, I'm Jeremy Ku-Benjet. I'm on the internet now!</p>
<p>Maybe you want it a bit more? I'm from New York City but have been living in Ithaca for a while. I probably spend to much time and energy programming and thinking about old tech, sometimes both at the same time. I listen to all too much music (no, but like actually, it's a problem). My favorite song is <a href="https://feryquitous.bandcamp.com/album/xrv">Xrv by Feryquitous</a>, everyone go listen to it.</p>
<p>For fun I read, cook, play bass guitar (badly), break (also badly), write (software and stories), and every once in a while draw or make music. One day I want to combine those last three into a video game. I wish I had more time to make and play video games.</p>
<p>I'll probably populate this site with projects I feel like writing up or possibly my own ramblings as they come in typical blog style.
</fieldset>
<fieldset>
<legend>Friends</legend>
<p>Here's a list of some friends' and acquaintances' websites you might or might not find cool (in no particular order):<p>
<ul>
<li><a href="https://jasonklein.dev/">Jason Klein</a></li>
<li><a href="https://iwei20.github.io/">Ivan Wei</a></li>
<li><a href="https://andrew-juang.github.io/">Andrew Juang</a></li>
<li><a href="https://pabloraigoza.github.io/">Pablo Raigoza</a></li>
<li><a href="https://jonathanjma.github.io/"> Jonathan Ma</a></li>
<li><a href="https://janpaul.pl/">Jan-Paul Ramos-Dávila</a></li>
<li><a href="https://seniormars.com/">SeniorMars</a></li>
<li><a href="https://zzigak.github.io/">Žiga Kovačič</a></li>
<li><a href="https://kabirsamsi.com/">Kabir Samsi</a></li>
<li><a href="https://andrewlasson.cargo.site/">Andy Lasson</a></li>
</ul>
</div>
</body>