]> Untitled Git - monorepo.git/commitdiff
add birthday
authorPreston Pan <preston@nullring.xyz>
Sat, 27 Jan 2024 04:35:07 +0000 (20:35 -0800)
committerPreston Pan <preston@nullring.xyz>
Sat, 27 Jan 2024 04:35:07 +0000 (20:35 -0800)
about.org
index.org

index 5d594ea6c008c8ded1f6facfc1169840dadcbd25..ab738b0ffb7220c9524c8d0ba317bb879851fb27 100644 (file)
--- a/about.org
+++ b/about.org
@@ -35,3 +35,6 @@ My callsign is ~VE7PPN~.
 
 * Professional
 Here you can find [[file:./resume2.pdf][my resume]], which contains it all. I am always open for new job opportunities!
+
+* How Old am I?
+born in 12/23/2005, but does it really matter?
index a6cd5986e4eb34be926deb611c56469f20e5a076..0ab13c5024aac8472e785c17e57c8b62b5cff68b 100644 (file)
--- a/index.org
+++ b/index.org
@@ -64,7 +64,7 @@ website:
 #+begin_src shell :exports code :results silent
 cd ~/org/website
 git add .
-git commit -m "\"fix\" for mobile"
+git commit -m "add birthday"
 git push github main
 rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
 #+end_src