Empowering Today’s Learners to Become Tomorrow’s Leaders
You have completed all of the tasks required for your Procedures site in this module. You will now start working on the your Portfolio site. Make sure to close all of the files related to the procedures site and apply all of the following instructions on this page to your Portfolio site.
Put an image of yourself on your index.html page. You can use any image you want but please keep it appropriate and try not use an extremely large sized file. If this file is going to be part of your site, should you link to it in the folder where it currently sits on your computer or should you move a copy to your images folder and then link to that one? You decide, keeping in mind my stressing the concept of having one single root directory. If your image still appears very large once you get it to show up on your page, use the 'width' and 'height' attributes in your image code to adjust the size.
Add some brief text below the picture (a sentece or two with appropriate <p> or <br> spacing) including some info about where & when the photo was taken.
Create a new page call it contact.html.
Give it a heading and a title
Create a table with your street address, city, state, country, phone number and email. You can just borrow the table code you used in the procedures portion of this module, but you may have to add more rows.
Create a relative link back to index.html but do it using an image in place of your link text. If you've learned how to create a simple hyperlink to a page or external website and use a text phrase as your link text and you've also learned how to make an image appear on a page using an html image code, could you not just put the html image code in the place of the link text inside of the hyperlink html code? I'm sure you can! If you have trouble, try looking up the solution at w3schools.com.
Save the file.
Now, in index.html, create a relative link to contact.html using appropriate link text.
Save the file.
Create a new page call it education.html.
Give it a heading and a title
Add an unordered list of your past education (ie. Elementray, Middle, High & Others)
Create an absolute link to one of your past schools. If you can't locate a link to any school that you've attended prior to coming Camanche High School, then link to Camanche's website. Use appropriate link text.
Create a relative link back to the index page. Use appropriate link text.
Save the file.
Now, in index.html, create a relative link to education.html. Use appropriate link text.
Save the file.
Create a new page call it employment.html.
Give it a heading and a title
Add an ordered list of your past employment
Create an absolute link to a website for one of your past employers. Use appropriate link text.
Add a comment (in the code) anywhere on the page. This will not be visible when viewing in a browser.
Create a relative link back to the index page.
Save the file.
Now, in index.html, create a relative link to the employment page. Use appropriate link text.
Save the file.
View your files in a browser and check that all of the links work, including the absolute links.
Fix anything that does not work! Remember that links are simply based on exact file paths. If they don't work, maybe you have a typo. Make sure that the file name in your link matches the actual file name that you've given to that file in your root directory.