Using the new skills you have developed in Photoshop Elements and using HTML, Create a one page portfolio.
You may want to do a page for your html site- or make buttons to take you to your sites. Remember we can not post any personal information – first names only!
Include links to the work you have completed.
HTML Business Site
Melon Project
Koala Project
Layer project (dress the stickman)
Create a custom heading for your page in Photoshop elements. Be sure to play with the
Layer styles and the effects options. A good size to make your heading would be 760 pixels by 60 pixels.
Here is a sample layout.
Your first name here Portfolio
HTML Business Site
Melon Project
Koala Project
Layer project (dress the stickman)
Good size –
760 x 60
Remember
your html codes:
To
create a link
<a
href=”name your file.jpg or gif”>what appears on page as the link </a>
To
add an image:
<img
src=”name of your image”>
You
could also make a thumbnail image of your project and make that the link.
<a
href= image.jpg> <img src=”image.jpg” height =20 width =20> </a>
See
other student samples for more ideas.