-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (61 loc) · 3.17 KB
/
index.html
File metadata and controls
63 lines (61 loc) · 3.17 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Archipelago</title>
</head>
<body>
<p>hhiihihihi welcome to my site</p>
<p>this is the archipelago</p>
<p>i made this site with my own two hands</p>
<p>im backend dev, i don't do frontend</p>
<p>but i tried my best</p>
<p>hope you like it</p>
<!-- i copied this from the dimension template from https://html5up.net/ -->
<h2>Projects</h2> <!-- does html care about whitespace? -->
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>NAS</td>
<td><strong>WANAS</strong></td>
<td><a href="https://nas.rchplg.com/">WANAS - Wide Area Network Attached Storage (powered by Copyparty)</a></td>
</tr>
<tr>
<td>Website</td>
<td><strong>UN7X</strong></td>
<td><a href="https://github.com/UN7X/un7x.github.io">UN7X - My personal brand-thing (i lost the domain; so heres the source code)</a></td>
</tr>
<tr>
<td>someThing</td>
<td><strong>Thingy</strong></td>
<td><a href="https://thingy.rchplg.com/">idk i didnt get this far in website making</a></td>
</tr>
</tbody>
</table>
</div>
<p> since i don't have a dedicated place for my personal portfolio yet, ill put here </p>
<p> hi, im West/Archie/Unix/Canis/Acer . (yes those names are in chronological order, i constantly change identity a lot)</p>
<p> im a backend developer, mostly working with python, C++, (learning) Rust, and Java </p>
<p> i also do some devops stuff, mostly with linux servers and bad security practices </p>
<p> i love lambda calculus, its my favorite topic in computer science </p>
<p> also, i took inspiration from <a href="https://tromp.github.io/">John Tromp</a>, really cool guy, also made a visual diagram system for lambda calculus </p>
<p> feel free to reach out to me on my email: archie@rchplg.com , or anything ending with @rchplg.com . cloudflare is really cool. so is rust. :D</p>
<p> also, check out my github: <a href="https://github.com/UN7X">https://github.com/UN7X</a></p>
<p> oh right, im also 16, Mexican, but a legal US citizen. i live in the US, i also lived in mexico for nearly 5 years too.</p>
<p> i like programming, gaming, and music. my favorite bands are half-alive and twenty one pilots. </p>
<p> my favorite games are roblox, and minecraft. im poor. </p>
<p> anyways, thanks for reading this far. cyaa </p>
</body>
<footer>
<p>© 2025 rchplg. All rights reserved. i think</p>
</footer>
</html>