From 414a81a892092ac6173c9897696cf0f058ea4112 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 26 Jan 2024 22:36:25 -0800 Subject: add linkedin --- about.org | 2 ++ index.org | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit