diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 12:05:25 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 12:05:25 +0200 |
| commit | d2ae7fb89b94e725b74e7bd54ee4eb548783d044 (patch) | |
| tree | a58241329b24ced7e7950dde279070f15bd271f8 /app/assets/index.html | |
| parent | 936e7ebc1e581ec63bc4d4fbea8dd700ce8906de (diff) | |
Convert the education block to use BEM convention
Diffstat (limited to 'app/assets/index.html')
| -rw-r--r-- | app/assets/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 33c68e0..b70ce5c 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -283,13 +283,13 @@ </article> <article class="education"> - <h1>Education</h1> - <article> - <h2>B.E. in Computer Science and Engineering</h2> - <p>Arab Academy for Science and Technology</p> - <p>GPA 3.1/4.0 (B - Very Good)</p> - <em>Alexandria, Egypt</em> - <em>Sep. 2005 - Jan. 2011</em> + <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> </article> </article> </main> |
