diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-07 06:54:57 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-07 06:54:57 +0200 |
| commit | 08788aa48f30c6821fdd4ec15b16f05f075769d7 (patch) | |
| tree | 671021b87d746cffcedbb08d3f20256a3feed6b3 /app/assets | |
| parent | ca6bdbb39732d0b491d9f55c0fa1f1abbff9e865 (diff) | |
Style the education section of the page
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 9f9cff5..8e9856a 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -239,13 +239,13 @@ </article> </article> - <article> + <article class="education"> <h1>Education</h1> - <strong>B.E. in Computer Science and Engineering</strong> - <strong>GPA 3.1/4.0 (B - Very Good)</strong> - <a href="https://aast.edu"> - Arab Academy for Science and Technology (<abbr>AASTMT</abbr>) - </a> + <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> + </article> </article> </main> </body> |
