From a983c92e2779666a5eed2c77bc9265bdee9ed418 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 24 Oct 2020 08:50:46 +0300
Subject: [PATCH] Update About page.

- Remove full stops in resume list (doesn't seem right).
- Add Hebrew name (trying to improve SEO).
- Moving freelance status to the front.
- Replace {filename} with {static} (Pelican warns about that).
---
 content/pages/about.rst | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/content/pages/about.rst b/content/pages/about.rst
index 7ecf476..6f1c5b5 100644
--- a/content/pages/about.rst
+++ b/content/pages/about.rst
@@ -6,8 +6,8 @@ About me
 :slug: about-me
 
 Hi.
-I'm Nimrod Adar, a Linux and BSD sysadmin and a backend Python developer
-residing in Zikhron Ya'akov, Israel.
+I'm Nimrod Adar (נמרוד אדר), a freelance DevOps engineer, Linux and BSD sysadmin
+and a backend Python developer residing in Zikhron Ya'akov, Israel.
 
 This is my blog about what I do and thus it serves 2 purposes. The 1st is to be
 my personal journal to document the how or why of some problem solving. The 2nd
@@ -16,20 +16,21 @@ and for me to publish whenever I need to. The other major part of the site is my
 code repo (click on the "Code" link at the top of the page), where I publish my
 opensource software.
 
-Also, I'm a part-time freelancer so you can contact me at `nimrod@shore.co.il
-<mailto: nimrod@shore.co.il>`_ or at 052-8713696 (+972-52-871-3696 outside of Israel).
+you can contact me at `nimrod@shore.co.il <mailto: nimrod@shore.co.il>`_ or at
+`052-8713696 <tel:0528713696>`_ (`+972-52-871-3696 <tel:+972528713696>`_ outside
+of Israel).
 
 Résumé
 ------
 
 My résumé is available online in the following formats:
 
-    - `HTML (single file) <https://www.shore.co.il/resume>`_.
-    - `OpenDocument text <https://www.shore.co.il/resume/resume.odt>`_.
-    - `PDF <https://www.shore.co.il/resume/resume.pdf>`_.
-    - `Microsoft Word docx <https://www.shore.co.il/resume/resume.docx>`_.
+    - `HTML (single file) <https://www.shore.co.il/resume>`_
+    - `OpenDocument text <https://www.shore.co.il/resume/resume.odt>`_
+    - `PDF <https://www.shore.co.il/resume/resume.pdf>`_
+    - `Microsoft Word docx <https://www.shore.co.il/resume/resume.docx>`_
 
 There's also a `repository <https://www.shore.co.il/cgit/resume/about>`_ that
 contains the original reStructuredText version and publishing pipeline.
 
-Last thing, my public `GPG public key <{filename}/static/nimrod.asc>`_
+Last thing, my public `GPG public key <{static}/static/nimrod.asc>`_
-- 
GitLab