diff options
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> |
