summaryrefslogtreecommitdiffstats
path: root/app/assets
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-06 22:36:02 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-06 22:36:02 +0200
commit1c3ce08c5c918eb55166d173cf79e15fe00973c9 (patch)
tree7f15f118dd3dc998096fc96123e9f5e62867743b /app/assets
parent11363adc5ec5fefb35d8aa43d691b3265cde22de (diff)
Finish the styling of the work Experience section
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/index.html47
1 files changed, 27 insertions, 20 deletions
diff --git a/app/assets/index.html b/app/assets/index.html
index 8170b19..30a16ce 100644
--- a/app/assets/index.html
+++ b/app/assets/index.html
@@ -81,13 +81,15 @@
</dl>
</article>
- <article>
+ <article class="work">
<h1>Work Experience</h1>
<article>
- <h2><a href="https://sapera.com/">Sapera GmbH.</a></h2>
- <em>Senior Developer/DevOps</em>
- <em>Berlin, Germany</em>
- <em>Apr. 2018 - Present</em>
+ <div class="info">
+ <h2><a href="https://sapera.com/">Sapera GmbH.</a></h2>
+ <em>Senior Developer/DevOps</em>
+ <em>Berlin, Germany</em>
+ <em>Apr. 2018 - Present</em>
+ </div>
<ul>
<li>
Implemented infrastructure as code (<abbr>IaC</abbr>) for different projects using Terraform and Ansible.
@@ -113,10 +115,12 @@
</ul>
</article>
<article>
- <h2><a href="https://liqid.de/">LIQID GmbH.</a></h2>
- <em>Senior Backend Developer</em>
- <em>Berlin, Germany</em>
- <em>Mar. 2016 - Dec. 2017</em>
+ <div class="info">
+ <h2><a href="https://liqid.de/">LIQID GmbH.</a></h2>
+ <em>Senior Backend Developer</em>
+ <em>Berlin, Germany</em>
+ <em>Mar. 2016 - Dec. 2017</em>
+ </div>
<ul>
<li>Maintained the RESTful API (used by admins and front-end).</li>
<li>Implemented and maintained the integration with Deutsche Bank.</li>
@@ -138,10 +142,12 @@
</ul>
</article>
<article>
- <h2>PrioriData GmbH.</h2>
- <em>Full Stack Developer</em>
- <em>Berlin, Germany</em>
- <em>Jul. 2015 - Mar. 2016</em>
+ <div class="info">
+ <h2>PrioriData GmbH.</h2>
+ <em>Full Stack Developer</em>
+ <em>Berlin, Germany</em>
+ <em>Jul. 2015 - Mar. 2016</em>
+ </div>
<p>Was acquired by <a href="https://airnow.com/">Airnow Data Ltd.</a></p>
<ul>
<li>Maintained the Rails web (dashboard) app.</li>
@@ -159,16 +165,17 @@
</li>
</ul>
</article>
-
<article>
- <h2>AskNative</h2>
- <em>Backend Developer/DevOps</em>
- <em>Remote, Egypt</em>
- <em>May. 2013 - Jul. 2015</em>
+ <div class="info">
+ <h2>AskNative</h2>
+ <em>Backend Developer/DevOps</em>
+ <em>Remote, Egypt</em>
+ <em>May. 2013 - Jul. 2015</em>
+ </div>
<ul>
<li>
- Reimplemented large portions of the API to follow better design patterns (Hexagonal Architecture, and
- <abbr title="Publish-Subscribe">Pub/Sub</abbr> pattern).
+ Reimplemented large portions of the API to follow better design patterns<br />
+ (Hexagonal Architecture, and <abbr title="Publish-Subscribe">Pub/Sub</abbr> pattern).
</li>
<li>Implemented the test suite for the API.</li>
<li>Implemented events booking feature via Stripe.</li>