Skip to content

Commit c30384f

Browse files
committed
fix about.js
1 parent ad59fbe commit c30384f

3 files changed

Lines changed: 22 additions & 27 deletions

File tree

about.html

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
<script src="/src/js/index.js" async></script>
3737
<script src="/src/js/about.js" async defer></script>
38-
<script src="/src/js/project.js" async defer></script>
3938
<script
4039
src="https://cdn.plot.ly/plotly-2.27.0.min.js"
4140
charset="utf-8"
@@ -161,21 +160,23 @@ <h1>johan cho</h1>
161160
<div id="about_me" class="resume_section_container">
162161
<h3>about</h3>
163162
<hr />
164-
<p>aka tandy</p>
163+
<p>some people know me as <i>tandy</i>.</p>
165164
<p>
166165
application specialist at keolis commuter services (mbta commuter
167166
rail) and recent industrial engineer graduate from northeastern.
168-
experience in IT, education and data-focused/transit/gis software
169-
development.
167+
experience in information technology, education and
168+
data-focused/transit/gis software development.
170169
</p>
171170
<p>
172171
i grew up in stoughton then sharon, massachusetts. i enjoy biking,
173172
running, exploring massachusetts, video games and helping others
174-
out. we're always looking for counter-strike or team fortress 2
175-
teammates.
173+
out.
174+
</p>
175+
<p>
176+
i use archlinux on a minisforum v3 amd tablet. i used an
177+
imac/macbook air for about 14 years until switching to windows and
178+
linux.
176179
</p>
177-
178-
<p>i use arch btw</p>
179180
</div>
180181
<!-- <div id="_projects" class="resume_section_container">
181182
<h3>projects</h3>
@@ -230,10 +231,7 @@ <h3>work</h3>
230231

231232
<h4>application specialist</h4>
232233
<ul class="subheader mtneg15">
233-
<li>
234-
keolis commuter services (mbta commuter rail) - digital
235-
solutions
236-
</li>
234+
<li>keolis commuter services - digital solutions</li>
237235
<li>06/2025 - now</li>
238236
</ul>
239237
</div>
@@ -258,16 +256,14 @@ <h4>database course assistant grader</h4>
258256
<div class="resume_section">
259257
<h4>software developer intern</h4>
260258
<ul class="subheader mtneg15">
261-
<li>john hancock - mimta</li>
259+
<li>john hancock - hrng - mimta</li>
262260
<li>05/2024 - 08/2024</li>
263261
</ul>
264262
</div>
265263
<div class="resume_section">
266-
<h4>IT analyst co-op</h4>
264+
<h4>information technology analyst co-op</h4>
267265
<ul class="subheader mtneg15">
268-
<li>
269-
harvard kennedy school of government - information technology
270-
</li>
266+
<li>harvard kennedy school - information technology</li>
271267
<li>01/2024 - 05/2024</li>
272268
</ul>
273269
</div>
@@ -277,10 +273,7 @@ <h4>IT analyst co-op</h4>
277273

278274
<h4>digital solutions co-op</h4>
279275
<ul class="subheader mtneg15">
280-
<li>
281-
keolis commuter services (mbta commuter rail) - digital
282-
solutions
283-
</li>
276+
<li>keolis commuter services - digital solutions</li>
284277
<li>01/2023 - 08/2023</li>
285278
</ul>
286279
</div>
@@ -300,9 +293,11 @@ <h3>education</h3>
300293
<h4>northeastern university</h4>
301294
<ul class="subheader mtneg15">
302295
<li>2021 - 2025</li>
303-
<li>industrial engineering</li>
296+
<li>
297+
<strong>industrial engineering</strong>, bachelor of science
298+
</li>
304299
<ul>
305-
<li>mathematics minor</li>
300+
<li>mathematics, minor</li>
306301
</ul>
307302
<li>
308303
<a

projects/school.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ <h1>IE4515 final</h1>
291291
</summary>
292292
<div id="ie4515_content" class="project-card-content">
293293
<p>
294-
my man had no idea what he was doing with this class. he didn't
295-
even know any <span class="AMPL">ampl</span>, but i taught it to
296-
myself anyways
294+
my professor didn't know <span class="AMPL">ampl</span>, but i
295+
taught it to myself anyways. this is the final project i cooked
296+
up.
297297
</p>
298298
</div>
299299
</details>

src/css/about.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ h3 {
127127
text-align: center;
128128
}
129129
}
130-
#about_me,
130+
#about_me > p,
131131
#software-list,
132132
#_certifications,
133133
#_caption {

0 commit comments

Comments
 (0)