diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 14:24:03 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 14:24:03 +0200 |
| commit | 13f6a6fac32aad4bf6d3e2a18fb1615d6c41dab5 (patch) | |
| tree | dc74b0e26ac9a655274d58b98427141f41b53cc2 /app/assets | |
| parent | 79c1ee1c608ce5761973d3353ad0da802d3f9645 (diff) | |
Refactor education section to use BEM naming
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index c55e982..4acda28 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -285,11 +285,11 @@ <article class="education"> <h1 class="education__header section-header">Education</h1> <article class="education__details"> - <h2 class="education__details__degree">B.E. in Computer Science and Engineering</h2> - <p class="education__details__university">Arab Academy for Science and Technology</p> - <p class="education__details__gpa">GPA 3.1/4.0 (B - Very Good)</p> - <em class="education__details__location">Alexandria, Egypt</em> - <em class="education__details__duration">Sep. 2005 - Jan. 2011</em> + <h2 class="education__degree">B.E. in Computer Science and Engineering</h2> + <p class="education__university">Arab Academy for Science and Technology</p> + <p class="education__gpa">GPA 3.1/4.0 (B - Very Good)</p> + <em class="education__location">Alexandria, Egypt</em> + <em class="education__duration">Sep. 2005 - Jan. 2011</em> </article> </article> </main> |
