Skip to content

Commit 451f7a4

Browse files
committed
✨ feat: English about me page
1 parent fef9b10 commit 451f7a4

File tree

4 files changed

+68
-0
lines changed

4 files changed

+68
-0
lines changed

content/about/_index.en.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "About"
33
layout: "simple"
44
---
55

6+
- About [Me]({{< relref "tomy" >}})
67
- Regarding [Privacy]({{< relref "privacy" >}})
78
- Regarding [Copyright]({{< relref "copyright" >}})
89
- How to [Subscribe]({{< relref "subscribe" >}})

content/tomy/_index.en.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "Tomy Hsieh"
3+
layout: "tomy"
4+
params:
5+
headline: "👋🏻 Hi, I’m Tomy Hsieh."
6+
---
7+
8+
#### 🏛 Academic
9+
10+
I'm studying for a Master's in Software Engineering at Carnegie Mellon University.
11+
12+
#### 💼 Work
13+
14+
I will work as a Full-time Software Engineer Intern at [WeRide.ai](https://weride.ai) during the Summer of 2024.
15+
16+
My previous experience includes working as a Software Engineer Intern at Intel and as a Research Assistant at NLP Lab during my time at NCHU.
17+
18+
**I'm actively seeking a Full-time Software Engineer position starting in Spring 2025.**
19+
20+
Connect with me on [LinkedIn](https://www.linkedin.com/in/tomy0000000) or read my [CV](https://cv.tomy.me).
21+
22+
#### 🧑🏻‍💻 Develop
23+
24+
Find my open-source works on [GitHub](https://github.com/tomy0000000) and the [project portfolio](https://projects.tomy.me).
25+
26+
#### 🗺️ Travel
27+
28+
I enjoyed traveling alone.
29+
30+
Some of my recent journeys include:
31+
32+
- 2020: 🇯🇵 Japan
33+
- 2022: 🇪🇺 Europe (during my exchange program in 🇫🇷 France)
34+
- 🇧🇪 🇳🇱 🇪🇸 🇵🇹 🇩🇪 🇩🇰 🇮🇪 🇬🇧
35+
- 2023: 🇹🇭 Bangkok + 🇻🇳 HCMC (Workation)
36+
- 2023: 🇺🇸 San Francisco
37+
- 2023: 🇺🇸 Boston
38+
- 2023: 🇸🇬 Singapore
39+
- 2024: 🇺🇸 Washington D.C.
40+
- 2024: 🇺🇸 Chicago
41+
42+
#### ✍🏻 Writing
43+
44+
I wrote reflections and digestion of my daily life in Chinese, which you can find [here]({{< relref path="posts" lang="zh-tw" >}}).
45+
46+
#### 🙋🏻‍♂️ Reach out
47+
48+
Connect with me on different platforms.
49+
50+
Links are available on [bento](https://bento.me/tomy0000000).

layouts/_default/tomy.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{{ define "main" }}
2+
<article class="max-w-full">
3+
<section class="prose mt-6 max-w-full dark:prose-invert">
4+
<h1 class="text-center md:text-start mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
5+
{{ .Params.headline | emojify }}
6+
</h1>
7+
<img
8+
src="/img/tomy-lego.webp"
9+
alt="Tomy Hsieh as LEGO minifigure"
10+
loading="lazy"
11+
class="mx-auto md:m-0 md:float-right h-72 rounded-lg shadow-lg transform scale-75 rotate-6"
12+
/>
13+
{{ .Content | emojify }}
14+
</section>
15+
<footer class="pt-8">{{ partial "sharing-links.html" . }}</footer>
16+
</article>
17+
{{ end }}

static/img/tomy-lego.webp

88.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)