Skip to content

Commit

Permalink
update pronouns and pronunciation
Browse files Browse the repository at this point in the history
  • Loading branch information
seojinjung committed Jul 15, 2024
1 parent 936ee6e commit bd7b46b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# seojinjung.github.io
My personal website. Currently under construction.

# TO DO:
## TO DO:
- fill in yamls
- about
- footer
Expand All @@ -13,6 +13,7 @@ My personal website. Currently under construction.
- add images
- favicon
- organize sections
- personal projects?
- name pronunciation

Jekyll theme by [@mkhangg](https://github.com/mkhangg).
12 changes: 7 additions & 5 deletions docs/_data/about.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# basic information
name: seojin jung (they/them)
name: seojin jung
profile-pic:
pronunciation: /sʌdʒɪn dʒʌŋ/
# pronunciation-emoji: 🎧
# repurpose pronunciation for pronouns instead
pronunciation: they/them
# /sʌdʒɪn dʒʌŋ/ <- for if i decide to add pronunciation
pronunciation-emoji: 🎧

# emoji indicator
# emoji: 🍀
# desc-emoji: four-leaf clover
emoji: 🐛
desc-emoji: bug

# social links
scholar:
Expand Down
Binary file added docs/assets/sounds/seojinjung.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ btn.on('click', function(e) {

// Play pronunciation audio when the emoji is clicked
document.getElementById('volumeEmoji').addEventListener('click', function() {
const pronunicationAudio = new Audio('assets/sounds/khang.mp3');
const pronunicationAudio = new Audio('assets/sounds/seojinjung.mp3');
pronunicationAudio.play();
});

Expand Down

0 comments on commit bd7b46b

Please sign in to comment.