-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (231 loc) · 12.3 KB
/
index.html
File metadata and controls
239 lines (231 loc) · 12.3 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Steven Chen</title>
<link rel="icon" type="image/png" href="/images/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous" />
<style>
html {
font-family: "Roboto", sans-serif;
}
.container {
padding-top: 60px;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary sticky-top">
<div class="container-fluid">
<a class="navbar-brand">Steven Chen</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#Home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://quartz.stevenchen.one/">Projects (New)</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Projects">Projects (Old)</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:sc0.steven.chen@gmail.com">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div id="Home" class="container min-vh-100 d-flex align-items-center justify-content-center">
<div class="px-4 py-5 my-5 text-center">
<h1 class="display-1 fw-bold text-body-emphasis">Hello</h1>
<div class="col-lg-6 mx-auto">
<br />
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a type="button" class="btn btn-outline-secondary btn-lg px-4 gap-3"
href="assets/StevenChen_2025.pdf">Resume</a>
<a type="button" class="btn btn-outline-secondary btn-lg px-4 gap-3"
href="https://github.com/Altereno">GitHub</a>
<a type="button" class="btn btn-outline-secondary btn-lg px-4 gap-3"
href="https://www.linkedin.com/in/sc0-steven-chen/">LinkedIn</a>
</div>
</div>
</div>
</div>
<div id="About" class="container min-vh-100 overflow-hidden d-flex align-items-center justify-content-center">
<div class="row gx-5">
<div class="col-md">
<h1>About Me</h1>
<h5>
I'm currently pursuing a Bachelor's degree in Electrical and Computer Engineering at The University
of Texas at Austin.
</h5>
<h5>
I'm particularly interested in networking, self-hosting, and infrastructure automation. To support
my learning, I built a homelab environment where I test and explore various technologies hands-on.
</h5>
<h5>
I document everything I work on to make troubleshooting and future setups easier. You can find my
documentation and side projects below.
</h5>
<br /><br />
</div>
<div class="col-md">
<h1>Current Homelab</h1>
<h5>
I'm using Proxmox VE as the hypervisor for all my virtualized services. For storage, I use TrueNAS
Scale, taking advantage of ZFS for snapshots and backups.
</h5>
<h5>
Networking is handled with pfSense as the firewall/router, along with a combination of TP-Link and
MikroTik devices for switching and routing.
</h5>
<h5>
Most of my self-hosted services are deployed using Docker Compose, with data stored on NFS volumes.
Services are reverse proxied internally for access.
</h5>
<br /><br />
</div>
</div>
</div>
<div id="Projects" class="container min-vh-100">
<div class="container px-4 py-5" id="custom-cards">
<h2 class="pb-2 border-bottom">Documentation & Personal Projects</h2>
<div class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 py-5">
<div class="col">
<a class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow"
style="text-decoration: none" href="https://quartz.stevenchen.one/">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">
New Writeups Here
</h3>
<p>
All the new writeups are now written in Markdown using Obsidian and rendered with
Quartz.
</p>
</div>
</a>
</div>
<div class="col">
<a class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow"
style="text-decoration: none" href="/writeups/bookstack/kubernetes-the-hard-way.html">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">
Kubernetes The Hard Way
</h3>
<p>
My experience through Kelsey Hightower's Kubernetes The Hard
Way lab. Adapted for AMD64 machines. Added some basic IaC with
Terraform on Proxmox. Wrote some steps in Ansible for
practice.
</p>
</div>
</a>
</div>
<div class="col">
<a class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow"
style="text-decoration: none" href="/writeups/bookstack/pterodactyl-panel-installation.html">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">
Pterodactyl Panel Installation
</h3>
<p>
Installation of the game server management platform,
Pterodactyl. Installed locally using internal DNS and reverse
proxy.
</p>
</div>
</a>
</div>
<div class="col">
<a class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow"
style="text-decoration: none" href="https://github.com/jayupad/My-Journal-Buddy">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">
Journal Buddy
</h3>
<p>
Journaling app with AI integration, part of Texas
Luminescence.
</p>
</div>
</a>
</div>
<div class="col">
<a class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow"
style="text-decoration: none" href="/writeups/bookstack/portainer-installation.html">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">
Portainer Installation
</h3>
<p>
Installation of Portainer, a Docker container management
software, on a Ubuntu VM with iSCSI connections for persistent
volumes.
</p>
</div>
</a>
</div>
<div class="col">
<a class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow"
style="text-decoration: none" href="/writeups/bookstack/agario-clone.html">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">
Agar.io Clone (Abandoned)
</h3>
<p>My attempt at creating an Agar.io clone.</p>
</div>
</a>
</div>
<div class="col">
<a class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow"
style="text-decoration: none" href="/writeups/bookstack/jellyfin-installation.html">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">
Jellyfin Installation
</h3>
<p>
Installation of Jellyfin, a software media system, on a Ubuntu
LXC container with GPU passthrough for hardware transcoding.
</p>
</div>
</a>
</div>
<div class="col">
<a class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow"
style="text-decoration: none" href="/writeups/bookstack/nut-installation.html">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">
NUT Installation
</h3>
<p>
Installation of Network UPS Tools, for sharing UPS information
to devices on the same network.
</p>
</div>
</a>
</div>
</div>
</div>
</div>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>