diff options
Diffstat (limited to 'app/assets')
| -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> |
