Hello There! I am Aaron Anthony Monis. You may know me as PandaZGV2 on online platforms. I
love reading, coding, playing, eating and sleeping.
My Profile Picture
Assignment Specifications
HTML + CSS
My Personal Homepage consists of multiple pages linked through hyperlinks in the navbar.
My profile image and the three images in the 'About Me' section in about.html have been included
through external links using Google Photos.
My GitHub profile and Facebook ID have been linked in contact.html (external websites).
'My Timetable' in about.html has been created using merged cells.
Each webpage has a background color made using gradients.
JavaScript
The navigation bar sticks to the top on scrolling, this has been implemented using inline JS and the
fixed-top class of BootStrap.
The text in the navbar changes color on hovering on the respective element, this has been
implemented
using JS and HTML Event Attributes.
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.
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.