Hello There! I am Aaron Anthony Monis.
You may know me as PandaZGV2 on online platforms. I love reading, coding, playing, eating and sleeping.
profile picture
My Profile Picture

Assignment Specifications

    HTML + CSS
  1. My Personal Homepage consists of multiple pages linked through hyperlinks in the navbar.
  2. My profile image and the three images in the 'About Me' section in about.html have been included through external links using Google Photos.
  3. My GitHub profile and Facebook ID have been linked in contact.html (external websites).
  4. 'My Timetable' in about.html has been created using merged cells.
  5. Each webpage has a background color made using gradients.
    JavaScript
  1. The navigation bar sticks to the top on scrolling, this has been implemented using inline JS and the fixed-top class of BootStrap.
  2. The text in the navbar changes color on hovering on the respective element, this has been implemented using JS and HTML Event Attributes.
  3. The form in skills.html allows people to add information about my skills. To submit the form one must write their name, the skill and the skill level before clicking on the submit button. This information is added to the table and is preserved even after the session ends.
  4. The 'Image Gallery' in about.html allows you to display a set of 5 images that change on clicking the image. Clicking the 5th image should lead to the 1st image.