Notepad/enter/Wish List for website.md

1.3 KiB

- [] *Audio Cleanup

  • Embed an audio file onto the website with callout block
    • the markdown embedding on obsidian doesn't work in the eleventy/netlify rendering

[!help]- Shwetha is pronounced like this !Recording 20231210205353.webm "My name is Shwetha Jayaraj." Spoken shWAY-thah jay-rAHj. Origin: Sanskrit.

  • organize all side projects and code
<embed src="Recording-20231210205423.webm">


<a href="Recording-20231210205423.webm">Track 1</a>

<video src="Recording-20231210205423.webm" controls>
  <p>
    Your browser doesn't support HTML video. Here is a
    <a href="">link to the video</a> instead.
  </p>
</video>

<iframe
  src="Recording-20231210205423.webm"
  title="iframe Example 1"
  width="400"
  height="300">
</iframe>
<iframe src="Recording-20231210205423.webm">
</iframe>

-[] Github Pages Cleanup