Introduction
In this assignment you will create a site that will link to your course work throughout the semester and help you organize resources. You will use Dreamweaver to create a simple 2-column page. Plan to spend 1-3 hours on this lab.
As always, post questions to Moodle discussion forum. You can expect a response within two business days.
What to Do
Inside your 213root folder, create the following folders: styles & images. - Import your site definition or create a new one. See faq for screen shots.
- Create a new Dreamweaver file in 213root named 213portfolio.html (or .php). Take a look at my EXAMPLE of what you will be creating. Notice that it is very simple.
- Edit213portfolio.php so
it includes:
- page title (using <title> tag)
- your first name
- a list of projects. You'll add to this later.
- a list of links to web sites you find useful (you should have at least 5 now and you will need at least 10 by the end of the semester)
a footer with the revision date, your name, e-mail address, and
URL (with absolute link). You can use the Insert
-> Date feature to set this up to automatically
update. - CSS (embedded or external) that defines the font face & page color and sets up link hover colors. If you don't remember how to do an external style sheet, please see CSS video demonstrations.
BE SURE TO SEE THE EXAMPLE.
Submitting work
- Upload your files to the cis9 server. Don't forget to TEST YOUR WORK on the server!
- Submit your URL to Moodle.
Grading - 50 points
| Points | Requirements |
|---|---|
5 |
page title (shows up in browser title bar) |
10 |
name and image with alt text |
10 |
list of labs/projects so far |
10 |
list of useful links |
10 |
external CSS - change font face, page bg color, link attributes (link,visited,active,hover) |
5 |
footer |
