Skip to content

Commit

Permalink
about: update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas committed Jun 4, 2023
1 parent 3263700 commit 2719a23
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ node_modules/
.DS_Sotre
.DS_Store
.firebase
.vscode
_not-yet

9 changes: 8 additions & 1 deletion about/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ eleventyNavigation:
key: About Me/ Resume
order: 3
---

<h1>Resume</h1>
<section class="section">
<h2 class="section_title">
Who Am I? </h2>
<h3 class="entry_detail">I'm just a human who likes tech, excluding ChatGPT. It's not because I don't think it's useful or that it might replace my job. I just think it's a bit overrated.</h3>
<p class="entry_detail">Actually, a long time ago, I wrote an article on how to write an article for my portfolio/agency <a href="https://zaat.dev">Zaat.dev</a>. In it, I set the author to be <a href="https://github.com/zaatbot">zaatbot</a>. You can find the article here: <a href="https://zaat.dev/blog/adding-article/">zaat.dev/blog/adding-article/</a>. The article was published on <time datetime="2020-09-03">September 3, 2020</time>.</p>
<p class="entry_detail">While I certainly didn't use an AI generative tool to write it, it feels good knowing that what I faked at the time could actually be true today!</p>
</section>
{% for section in sections %}
<section class="section">
<h2 class="section_title">
Expand Down
12 changes: 8 additions & 4 deletions about/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ sections:
I am motivated to contribute for believes of the open source initiatives in general as well
as well for believing in a world where education is freely accessible for the general public.
summary:
- name: Two awards at Open edX conference 2023
description: I had the honor to be awarded two Awards at Open edX 2023 conference which was, held at MIT.
link: https://www.youtube.com/watch?v=uzCbTrWZnow
techs: [docker, i18n, caddy]
- name: Bug Fixing
description: fixed varied amount of bugs
link: https://github.com/pulls?q=is%3Apr+author%3Aghassanmas+org%3Aopenedx+
Expand Down Expand Up @@ -44,7 +48,7 @@ sections:
link: https://Madrasafree.com
description: Upgraded an Open edX server with ~100K users 4 versions as well doing customization and extending of the platform.
techs: [AWS, DevOps, Django, MySQL, MongoDB ,React, Docker/Docker-compose]
- name: Fullstack Developer @ Gazaskygeeks/FAC
- name: Fullstack Developer @ Gazaskygeeks/Founder&Coders
start_date: 2017-05
end_date: 2020-01
details: |
Expand Down Expand Up @@ -72,7 +76,7 @@ sections:
link: https://Zaat.to/DevOps
techs: [DevOps, nginx, AWS, NodeJS]
- name: Machine Learning
description: I wrote an article to explain the difference between
description: I wrote an article about machine learning concepts, where I used how humans as metaphor of explaining it.
link: https://Zaat.to/Ml
techs: [Machine Learning, Deep Learning, Transfer Learning]
- name: Ghassan.blog
Expand All @@ -99,8 +103,8 @@ sections:
description: Aata Compliance and privacy laws in the US
link: https://Zaat.to/DevOps
techs: [DevOps, nginx, AWS, NodeJS]
- name: Machine Learning
description: I wrote an article to explain the difference between
- name: Summary of AWS training course in Arabic
description: I talked about the basics of AWS services, I made this seesion, just after I passed AWS cloud practitioner exam.
link: https://Zaat.to/Ml
techs: [machine learning, data analytics]

Expand Down

0 comments on commit 2719a23

Please sign in to comment.