/AltSchoolAssignment-1

This is first assignment from AltSchool Africa. It has a profile page of myself, with links to contact, register, login and calculator pages.

Primary LanguageHTML

AltSchool Assignment-1

Project Goal: Build a simple HTML & CSS driven web application made up of a few linked pages and styled content

I created a HTML page with the following information: Home page which I called About Me with contact page, register page login page links at the top of the About me page.

The following were included in my About Me page: My name. A little about me. My goal for the Diploma course I am running with AltSchool Africa. My Education (my past education and certificates). My Job experience and my hobbies & skills

The Contact section within my About me page was done using a form with the following fields: Name, Email, Message, Priority (this is dropdown option). The form has a submit button and basic HTML validation.

My register page has the following fields with HTML validation as well:First Name, Last Name, Phone, Gender (dropdown option), Country, State/province, Username, Password & Confirm password.

My Login page has a username field and a password field with basic HTML validation to the login form. It has a submit button with the label of “Sign In”

My About me page has a navigation menu at the top. It links the pages together so that there’s no dead end and you can always go from the home page to the other pages and then back to the home page.

I also created a Calculator page and created a calculator UI in it, using the HTML Table element. I will be back to make the calculator functional, but the goal for now is to make it look great using what I had learnt about HTML & CSS. The Calculator has: A text field at the top, Numbers 0 to 9 and Regular Maths operators like addition (+), subtraction (-), multiplication (*), division (/), and modulo (%)

I added a photo of myself

As a bonus task, I re-created the calculator UI in a new page, using CSS flexbox instead of using a table.