From 8863fe743e75f5d8a8ab8bf748459ef552b09c08 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 3 Mar 2016 11:39:43 +0200
Subject: [PATCH] - Added my resume and settings to this branch. - Updated the
 documentation accourdingly.

---
 Makefile   |  4 +--
 README.rst | 13 +++++---
 resume.rst | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 106 insertions(+), 7 deletions(-)
 create mode 100644 resume.rst

diff --git a/Makefile b/Makefile
index 13d27b0..98ad029 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 # Server name to upload
-SERVER = hostname.tld
+SERVER = www.shore.co.il
 
 # Destination folder on the server
-DEST = /var/www/resume
+DEST = /var/www/htdocs/www.shore.co.il/resume
 
 # Source resume
 RESUME = resume.rst
diff --git a/README.rst b/README.rst
index af7f37f..4d0a7b2 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,11 @@
-Resume generator
-================
-
-A (very) little framework to generate your resume from whatever markup that
-suits you (and that Pandoc can read).
+Nimrod Adar's resume
+====================
+
+My resume in RestructureText, make targets for generating PDF, HTML, ODT and
+DOCX versions and uploading to my web server. The pre-prepared version are
+available `here <https://www.shore.co.il/blog/pages/about-me.html>`_. The
+version in the master branch is generic and without my resume, in the nimrod
+branch are my resume and specific settings.
 
 Dependencies
 ------------
diff --git a/resume.rst b/resume.rst
new file mode 100644
index 0000000..5cb0cb0
--- /dev/null
+++ b/resume.rst
@@ -0,0 +1,96 @@
+Nimrod Adar - Resume (November 2015)
+####################################
+
+Contact information
+-------------------
+
+:Tel:
+   +972-52-871-3696
+
+:Mail:
+   nimrod@shore.co.il
+
+:Blog:
+    https://www.shore.co.il/blog/
+
+:Git repos:
+    https://www.shore.co.il/cgit/
+
+About me
+--------
+
+- Born in ’83.
+
+- Resides in Haifa, Israel.
+
+- German and Israeli citizenship.
+
+- First computer - 1989, first program - 1993, first homelab - 1999.
+
+- Python backend developer (dabbled in C, C++, Scheme, Pascal, Perl, PHP, JS,
+  Ruby, currently learning Clojure and Lua).
+
+- sh < Awk < Fabric < Ansible.
+
+- Believe in secure by default, not implemented if not reproducable (that
+  includes testing), build with failure in mind and opensource.
+
+- Speaks Hebrew (mother tongue), English (Fluent) and some Yiddish.
+
+- Avid sailor, used to be rank 2nd in Israel in 5.5m Catamarens.
+
+- Likes: Python, Ansible, git, SSH, vim, local unit test, automated CI tests.
+
+- Dislikes: Bureaucracy, knowledge silos, 
+
+Employment
+----------
+
+:2014-2015:
+  DevOps in `Wise ecommerce <https://www.wiser.com/>`_, in charge of
+  reliability, automation, scaling. Helped transition the company from single
+  physical server to AWS. Proudest moment: scaling a single process to 10,000s
+  of requests a minute running on 10s of nodes on AWS (using Ansible and LXC).
+
+:2013-2014:
+   Sysadmin in Intel Haifa, managing a cluster of ~250 SuSE Linux servers and
+   ~80 TB of EMC and NetApp NAS appliances in production and DR replicated
+   environments, shell and Python scripting, automation, software deployment,
+   monitoring and growth projection.
+
+:2008-2013:
+  Technical director of Haifa's cinematheque. Setup a windows based ticketing
+  system with PowerShell automation, new LAMP based web site with online
+  orders, new digital projection system with Linux-based players, networking
+  projection rooms and self built 20TB NAS based on Debian.
+
+:2007-2009:
+   Volunteered as a tutor at Hadar Haifa learning center, teaching math and
+   English.
+
+:2007-2008:
+    Jr. sysadmin and helpdesk in Haifa University' library. Assisted in
+    decommissioning a Novell directory and moving to Active Directory and
+    supported Windows and RHEL servers, networking, VMware ESX, backup and
+    Windows Terminal Services with thin-clients.
+
+Education
+---------
+
+:2007-2010:
+   Haifa University, majoring in CS.
+
+:2006:
+   Technion, majoring in MIS
+
+Military Service
+----------------
+
+:2002-2005:
+   L.T. Of the Israeli Navy Commanding School, exemplary service.
+
+Job expectations
+----------------
+
+Looking for a sysadmin/ devops position. Preferably in Haifa, Tel-aviv or
+anywhere with a train station near, remote work is also possible.
-- 
GitLab