-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
262 lines (250 loc) · 13.1 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
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tyler Lentz</title>
<link rel="stylesheet" media="screen" href="css/about.css">
<link rel="stylesheet" media="screen" href="css/page.css">
<link rel="stylesheet" media="screen" href="css/global.css">
<script type="module" src="js/page-splitter.js"></script>
<script type="module" src="js/slide-gallery.js"></script>
<script typy="module" src="js/pageloadfade.js"></script>
<!-- Backup if javascript is disabled, so everything isn't completely invisible -->
<noscript>
<style>
.fadein {
opacity: 1 !important;
}
</style>
</noscript>
</head>
<body>
<header>
<h1>About</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html" class="current">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="booklog.html">Book Log</a></li>
<li><a href="posts.html">Posts</a></li>
</ul>
</nav>
</header>
<main>
<page-splitter class="fadein">
<section slot="1">
<h2>General</h2>
<div class="vcenter">
<picture>
<source srcset="images/about/tyler-crop.png" media="(max-width: 800px)" height="311"/>
<img class="left"
loading="lazy"
src="images/about/tyler.png"
alt="Me in a suit."
width="289"
height="639">
</picture>
<p>
Hi, I'm <span class="highlight">Tyler Lentz</span>.
I grew up in <span class="highlight">Santa Clarita, California</span>
and am currently in my third year of studying <span class="highlight">Computer Science</span> at
<span class="highlight">UCSD</span>.
</p>
<p>
I am interested in all things <span class="highlight">Fantasy</span> and <span class="highlight">Sci-fi</span>, and especially books.
I especially enjoy systems programming and systems design in general. I also try and go for runs when I get the chance.
</p>
<p>
I am currently one of two Software Leads for the club <span class="highlight">Triton UAS</span> at UCSD.
To learn more about what we do, please visit <a href="https://tuas.ucsd.edu/">our website</a>.
</p>
<p>
If you would like to view my resume, click <a href="/data/2024-04-03-resume-lentz-1.pdf">here</a>
</p>
<p>
To keep reading, you can either scroll down or press the "Down" arrow key.
</p>
</div>
</section>
<section slot="2">
<h2>Academics</h2>
<div class="vcenter">
<picture>
<source srcset="images/about/2022-competition.jpg" media="(max-width: 800px)" width="323" height="213"/>
<img class="center"
loading="lazy"
src="images/about/2022-competition.jpg"
alt="TUAS 2022 5th place team."
width="646"
height="426">
</picture>
<p>
I graduated from <span class="highlight">Saugus High School</span> in the year 2020.
From there I went to <span class="highlight">UCSD</span> where I currently am in my fourth and final year and am
expected to graduate this June.
Some of my favorite classes I've taken at <span class="highlight">UCSD</span> include:
</p>
<ul class="class-list">
<li>CSE 120: <span class="highlight">Operating Systems</span>, taught by Professor <span class="highlight">Joseph Pasquale</span>.</li>
<li>CSE 123: <span class="highlight">Computer Networks</span>, taught by Professor <span class="highlight">Alex Snoeren</span>.</li>
<li>CSE 131: <span class="highlight">Compiler Construction</span>, taught by Professor <span class="highlight">Joe Politz</span>.</li>
<li>CSE 134B: <span class="highlight">Web Client Languages</span>, taught by Professor <span class="highlight">Thomas Powell</span>.</li>
</ul>
</div>
</section >
<section slot="3">
<h2>Favorites</h2>
<div class="vcenter">
<p>I have many kinds of favorites, so here is a selection of my favorite favorites:</p>
<slide-gallery>
<div slot="1">
<figure>
<picture>
<source
srcset="images/about/favorites/the-wheel-of-time-crop.webp"
media="(max-width: 800px)"
height="272"
width="295" />
<img
src="images/about/favorites/the-wheel-of-time.webp"
alt="The Wheel of Time"
width="400"
height="600" />
</picture>
<figcaption>Fantasy Series: <span class="highlight">The Wheel of Time</span></figcaption>
</figure>
</div>
<div slot="2">
<figure>
<picture>
<source
srcset="images/about/favorites/asoiaf-crop.jpg"
media="(max-width: 800px)"
width="300"
height="300" />
<img
src="images/about/favorites/asoiaf.jpg"
alt="A Song of Ice and Fire"
width="400"
height="600" />
</picture>
<figcaption>Fantasy Series: <span class="highlight">A Song of Ice and Fire</span></figcaption>
</figure>
</div>
<div slot="3">
<figure>
<picture>
<source
srcset="images/about/favorites/realm-of-the-elderlings-crop.jpg"
media="(max-width: 800px)"
width="300"
height="300"
/>
<img
src="images/about/favorites/realm-of-the-elderlings.jpg"
alt="Realm of the Elderlings"
width="400"
height="600" />
</picture>
<figcaption>Fantasy Series: <span class="highlight">Realm of the Elderlings</span></figcaption>
</figure>
</div>
<div slot="4">
<figure>
<picture>
<source
srcset="images/about/favorites/the-expanse-crop.jpg"
media="(max-width: 800px)"
width="300"
height="300"
/>
<img
src="images/about/favorites/the-expanse.jpg"
alt="The Expanse"
width="400"
height="600">
</picture>
<figcaption>Sci-fi Series: <span class="highlight">The Expanse</span></figcaption>
</figure>
</div>
<div slot="5">
<figure>
<picture>
<source
srcset="images/about/favorites/children-of-men-crop.jpg"
media="(max-width: 800px)"
width="300"
height="300"
/>
<img
src="images/about/favorites/children-of-men.jpg"
alt="Children of Men"
width="400"
height="600">
</picture>
<figcaption>Film: <span class="highlight">Children of Men</span></figcaption>
</figure>
</div>
<div slot="6">
<figure>
<picture>
<source
srcset="images/about/favorites/outer-wilds-crop.png"
media="(max-width: 800px)"
width="300"
height="300"
/>
<img
src="images/about/favorites/outer-wilds.png"
alt="Outer Wilds"
width="400"
height="600">
</picture>
<figcaption>Video Game: <span class="highlight">Outer Wilds</span></figcaption>
</figure>
</div>
<div slot="7">
<figure>
<picture>
<source
srcset="images/about/favorites/chainsaw-man-crop.jpg"
media="(max-width: 800px)"
width="300"
height="300"
/>
<img
src="images/about/favorites/chainsaw-man.jpg"
alt="Chainsaw Man"
width="400"
height="600">
</picture>
<figcaption>Anime/Manga: <span class="highlight">Chainsaw Man</span></figcaption>
</figure>
</div>
<div slot="8">
<figure>
<picture>
<source
srcset="images/about/favorites/noooo.gif"
media="(max-width: 800px)"
width="300"
height="300"/>
<img
src="images/about/favorites/noooo.gif"
alt="NOOOO! gif"
width="498"
height="498"/>
</picture>
<figcaption>Gif/Emoji: <span class="highlight">This one</span></figcaption>
</figure>
</div>
</slide-gallery>
</div>
</section>
</page-splitter>
</main>
</body>
</html>