From 69fd8aef98af7b266ce7c3c6f957149997d9ba75 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 8 Nov 2015 09:38:35 +0200 Subject: [PATCH] Updated the about page with links to my resume (also made the file 80 characters long). --- content/pages/about.rst | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/content/pages/about.rst b/content/pages/about.rst index f56ff79..2e2ee71 100644 --- a/content/pages/about.rst +++ b/content/pages/about.rst @@ -6,10 +6,30 @@ About me :slug: about-me Hi. -I'm Nimrod Adar, a Linux and BSD sysadmin and as-needed developer from Haifa, Israel. +I'm Nimrod Adar, a linux and BSD sysadmin and a backend Python developer +residing in Haifa, 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 is more outward facing, for it to be a (by no way complete) resource for others and for me to publish whenever I need to. +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 +is more outward facing, for it to be a (by no way complete) resource for others +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). +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). + +Resume +------ + +My resume is available online in the following formats: + + - `Single HTML 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.gpg>`_ -- GitLab