aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-26 22:36:25 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-26 22:36:25 -0800
commit414a81a892092ac6173c9897696cf0f058ea4112 (patch)
tree82b8b098bb2bcebeb154b9fc85e841af74d3e7f3
parent8052f784a5a3c74fa0a2bacfc6d088eaa75f0213 (diff)
add linkedin
-rw-r--r--about.org2
-rw-r--r--index.org2
2 files changed, 3 insertions, 1 deletions
diff --git a/about.org b/about.org
index ab738b0..6fd68f8 100644
--- 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!
diff --git a/index.org b/index.org
index b8530d5..61e1b2a 100644
--- 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