aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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