diff --git a/.gitignore b/.gitignore index a5f6d8d..78d1a56 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules dist dist-ssr *.local +*.log .* !.gitignore \ No newline at end of file diff --git a/index.html b/index.html index 0cedb11..ca3059e 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,11 @@ - Lester Huang + + + diff --git a/public/images/interests/bouldering.png b/public/images/interests/bouldering.png deleted file mode 100644 index 93b3d94..0000000 Binary files a/public/images/interests/bouldering.png and /dev/null differ diff --git a/public/images/interests/bouldering.webp b/public/images/interests/bouldering.webp new file mode 100644 index 0000000..6eb2edc Binary files /dev/null and b/public/images/interests/bouldering.webp differ diff --git a/public/images/interests/frisbee.png b/public/images/interests/frisbee.png deleted file mode 100644 index 31f6474..0000000 Binary files a/public/images/interests/frisbee.png and /dev/null differ diff --git a/public/images/interests/frisbee.webp b/public/images/interests/frisbee.webp new file mode 100644 index 0000000..2805d5e Binary files /dev/null and b/public/images/interests/frisbee.webp differ diff --git a/public/images/interests/photography.png b/public/images/interests/photography.png deleted file mode 100644 index eb5ea5f..0000000 Binary files a/public/images/interests/photography.png and /dev/null differ diff --git a/public/images/interests/photography.webp b/public/images/interests/photography.webp new file mode 100644 index 0000000..d97472b Binary files /dev/null and b/public/images/interests/photography.webp differ diff --git a/public/images/interests/puzzles.png b/public/images/interests/puzzles.png deleted file mode 100644 index 6c56f0a..0000000 Binary files a/public/images/interests/puzzles.png and /dev/null differ diff --git a/public/images/interests/puzzles.webp b/public/images/interests/puzzles.webp new file mode 100644 index 0000000..1520c4d Binary files /dev/null and b/public/images/interests/puzzles.webp differ diff --git a/public/images/work/jhu.png b/public/images/work/jhu.png deleted file mode 100644 index 732896d..0000000 Binary files a/public/images/work/jhu.png and /dev/null differ diff --git a/public/images/work/jhu.webp b/public/images/work/jhu.webp new file mode 100644 index 0000000..e47aa5f Binary files /dev/null and b/public/images/work/jhu.webp differ diff --git a/public/images/work/lehigh.png b/public/images/work/lehigh.png deleted file mode 100644 index ef240d0..0000000 Binary files a/public/images/work/lehigh.png and /dev/null differ diff --git a/public/images/work/lehigh.webp b/public/images/work/lehigh.webp new file mode 100644 index 0000000..77f94fc Binary files /dev/null and b/public/images/work/lehigh.webp differ diff --git a/public/images/work/mm.png b/public/images/work/mm.png deleted file mode 100644 index f502611..0000000 Binary files a/public/images/work/mm.png and /dev/null differ diff --git a/public/images/work/mm.webp b/public/images/work/mm.webp new file mode 100644 index 0000000..c4a3da2 Binary files /dev/null and b/public/images/work/mm.webp differ diff --git a/public/images/work/optum.png b/public/images/work/optum.png deleted file mode 100644 index aca93df..0000000 Binary files a/public/images/work/optum.png and /dev/null differ diff --git a/public/images/work/optum.webp b/public/images/work/optum.webp new file mode 100644 index 0000000..a8613ea Binary files /dev/null and b/public/images/work/optum.webp differ diff --git a/public/logo.png b/public/logo.png deleted file mode 100644 index 528752e..0000000 Binary files a/public/logo.png and /dev/null differ diff --git a/public/logo.webp b/public/logo.webp new file mode 100644 index 0000000..2f43fad Binary files /dev/null and b/public/logo.webp differ diff --git a/src/components/InterestInfo.vue b/src/components/InterestInfo.vue index af98b36..a9add29 100644 --- a/src/components/InterestInfo.vue +++ b/src/components/InterestInfo.vue @@ -1,19 +1,25 @@