diff --git a/.vscode/settings.json b/.vscode/settings.json index 9a57a42..7b03ed6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "cSpell.words": [ "Chun", + "Codepen", "dmhy", "metablock", "NCTU", diff --git a/public/index.css b/public/index.css index ff7ea2a..9d1e20e 100644 --- a/public/index.css +++ b/public/index.css @@ -58,6 +58,11 @@ header { } } } +@media print { + section > h2 { + margin: 1rem 0; + } +} section#experience { a { color: green; @@ -88,6 +93,11 @@ section#works { width: 1.2rem; } + svg:has(+ a:hover) { + transform: rotateY(360deg); + transition: transform 1s; + } + & + p { margin: 0.5rem; padding-left: 1rem; diff --git a/public/index.html b/public/index.html index e5e1a7d..cd31bda 100644 --- a/public/index.html +++ b/public/index.html @@ -43,22 +43,23 @@

Technical Skills

Experience

-

Senior Frontend Engineer @ 17LIVE Inc. ~

+

Senior Frontend Engineer @ 17LIVE Inc. ~

Software Engineer @ MiTAC Inc.

@@ -69,22 +70,17 @@

dmhy-subscribe

-

It use crontab to crawl target resource and store it into sqlite, and provide CLI to access sqlite. Implement self-designed migration flow for learning.

+

Utilized crontab to crawl target resources and store them into SQLite, and provide CLI to access SQLite. Implemented self-designed migration flow for learning.

rollup-plugin-userscript-metablock

-

Use magic-string and rollup to make userscript metadata can be version control.

-

- - winkblue -

-

A reactive DOM observer with simple API. I use this in one of company project.

+

Used magic-string and rollup to enable userscript metadata version control.

speedtest-monitor

-

Keep tracing my network speed and record it into sqlite. Then I visualize it by grafana.

+

Tracked network speed, recorded it into SQLite, and visualized it with Grafana.