]> Untitled Git - monorepo.git/commitdiff
add linkedin
authorPreston Pan <preston@nullring.xyz>
Sat, 27 Jan 2024 06:36:25 +0000 (22:36 -0800)
committerPreston Pan <preston@nullring.xyz>
Sat, 27 Jan 2024 06:36:25 +0000 (22:36 -0800)
about.org
index.org

index ab738b0ffb7220c9524c8d0ba317bb879851fb27..6fd68f84f846ed01a9cf625ef63eb992c3e84fb6 100644 (file)
--- a/about.org
+++ b/about.org
@@ -32,6 +32,8 @@ Here are all the methods you should use to contact me:
 - ret2pop@gmail.com
 *** Amateur Radio (In case the world ends)
 My callsign is ~VE7PPN~.
+*** Linkedin
+You can see my [[https://www.linkedin.com/in/preston-pan-4aa635296/https://www.linkedin.com/in/preston-pan-4aa635296/][personal linkedin profile]].
 
 * Professional
 Here you can find [[file:./resume2.pdf][my resume]], which contains it all. I am always open for new job opportunities!
index b8530d5714e81dd4becd66b721ed22579348b994..61e1b2abb81ad6609f9ecc48e3e8737075838b0f 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 "add FLI explanation"
+git commit -m "add linkedin"
 git push github main
 rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
 #+end_src