Directions: Create a digital resume portfolio homepage that highlights your best work, your performances and activities, your awards and recognitions, and your professional progress and growth.
Create a portfolio home page.
Name the file index.html.
Save the file in your personal folder. This will be the only file not inside of a folder.
Create a table that is divided into two columns. Use a 660 table width. Your first td will be width or 540 and your second td will be a width of 120.
Your second td will be your menu bar and will link to all of the sub-directories in your portfolio.
Linked pages will be stored in organized folders called typing, journals, la_essays, graphics, and so on.
The main title for this home page should be Your Name's Portfolio.
Update and maintain your portfolio on a regular basis.
Include additional folders for your other subject areas such as science, la, ss, math, and electives.
Example
<html>
<body>
<center>
<table width=660 border=1>
<tr>
<td width=540 valign=top>
expository essay will go in the left column of the table.
</td>
<td width=120 valign=top>
Links will go in the right column of the table.
</td>