From 4117285c98bef8392f03cdba4642ecf2bec59a9e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 5 Jul 2021 14:05:47 +0200 Subject: Refactor skills section class names --- app/assets/index.html | 36 ++++++++++++++++++------------------ app/stylesheets/print/skills.styl | 4 ++-- app/stylesheets/web/skills.styl | 4 ++-- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/app/assets/index.html b/app/assets/index.html index 5461ac0..89a3beb 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -61,42 +61,42 @@

Skills

-
DevOps
-
Ansible, Terraform, Docker, Vagrant, Makefile, certbot.
+
DevOps
+
Ansible, Terraform, Docker, Vagrant, Makefile, certbot.
-
Back-end
-
Ruby on Rails, PostgreSQL, Redis, MongoDB, MySQL, Django.
+
Back-end
+
Ruby on Rails, PostgreSQL, Redis, MongoDB, MySQL, Django.
-
Front-end
-
ReactJS, HTML5, Next.js, StimulusJS, TypeScript.
+
Front-end
+
ReactJS, HTML5, Next.js, StimulusJS, TypeScript.
-
Programming
-
Ruby, Python, Bash, TypeScript, Rust.
+
Programming
+
Ruby, Python, Bash, TypeScript, Rust.
-
Paradigms
-
+
Paradigms
+
Design Patterns, Test Driven Development (TDD), Behavior Driven Development (BDD), Continuous Integration and Delivery (CI/CD), RESTful APIs.
-
Tools
-
+
Tools
+
Vim, Git, tmux, ssh, Asana, Atlassian, CircleCI, TravisCI, Terminal, bash, Notion, Sidekiq, ...
-
Security
-
+
Security
+
nc, nmap, curl, ffuf, gobuster, sqlmap, xxd, searchsploit, meta-sploit, commix, gdb, ltrace, ...
-
Platforms
-
+
Platforms
+
Amazon Web Services (AWS), DigitalOcean, Heroku, Google Cloud Platform (GCP), Ubuntu/CentOS/ParrotOS Linux.
-
Languages
-
English (Professional), German (Basic), Arabic (Native).
+
Languages
+
English (Professional), German (Basic), Arabic (Native).
diff --git a/app/stylesheets/print/skills.styl b/app/stylesheets/print/skills.styl index 63c04d6..57c51fa 100644 --- a/app/stylesheets/print/skills.styl +++ b/app/stylesheets/print/skills.styl @@ -2,12 +2,12 @@ margin-top: 1.5em } -.skills__content__title { +.skills__title { min-width: 12% margin-left: 15px } -.skills__content__items { +.skills__items { margin-bottom: 0.1em margin-left: 15px } diff --git a/app/stylesheets/web/skills.styl b/app/stylesheets/web/skills.styl index 5614523..29e9fd3 100644 --- a/app/stylesheets/web/skills.styl +++ b/app/stylesheets/web/skills.styl @@ -10,7 +10,7 @@ } -.skills__content__title { +.skills__title { min-width: 14% text-align: right font-weight: 900 @@ -19,7 +19,7 @@ } } -.skills__content__items { +.skills__items { width: 80% margin-bottom: 0.1em margin-left: 25px -- cgit v1.2.3