graphic design | parkland college

Graphic Design Exercises

Integrated: Portfolio Web Site Template

 

Objective

 

To learn to web site production techniques by example. To learn layout, slicing and CSS techniques in Illustrator, Photoshop and Dreamweaver by recreating this web site.

 

Discussion

 

Photoshop and Illustrator are often used by web designers as a layout tool to create "mockups" of screen shots for client approval prior to production. Once the design of the page has been resolved, the "mock-up" can be used as a contract proof for production in Dreamweaver. Pixel elements can also be easily "extracted" and imported into Dreamweaver. Although CSS is the preferred approach to positioning elements on a web page, often designers still rely on tables in order to get browsers to respond consistently to non-static layouts.

See example of the entire process

 

Procedure

 

slicing and cropping

  1. download starter files, examine site map, Illustrator files
  2. reveal all layers, file > export as PSD files (72 DPI, layers=yes, anti-aliasing=yes)
  3. duplicate "resume.psd", rename "bullets.psd"
  4. open "bullets.psd" reveal square and triangle layers
  5. draw guides and slice per examples
  6. rename slices "square", "triangleLeft", "triangleRight"
    (slice select tool: double-click on slice)
  7. hide background layer
  8. file > save for web: select user slices, GIF 16 no dither, matte=black; images only, all user slices
  9. open "resume.psd" draw guides, crop per example
  10. slice tool: create slices from guides (click button in options bar)
  11. hide background layer
  12. file > save for web: select all slices, GIF 16 no dither, matte=black; "resume.html", HTML & images, all slices
  13. repeat with "index.html"
  14. move exported files into new folder "portfolio_html"

coding the front page

  1. launch Dreamweaver
  2. site > define sites: new site "portfolio"
  3. local root folder: choose "portfolio_html" folder
  4. window > site files (F8): refresh
  5. open "index.html"
  6. select <table> tag: align=center
  7. window > css: add tag "body" (define in "portfolio.css")
  8. category=type: verdana, 11/18, light gray
  9. category=background: color=black
  10. category=box: margin=0 (all)
  11. select first red box, link to "01.html"
  12. window > behaviors: add behavior "swap image" (+)
  13. set source to "portfolio_tn/01.jpg"
  14. file > preview in browser (opt+F12)
  15. repeat with other red boxes

finishing the HTML file

  1. view > head content
  2. add title "Jane Smith Graphic Designer"
  3. insert > html > head tags > description
  4. insert > head > key words
  5. window > snippets: meta > no cache (insert in code view)
  6. add alt tags
  7. commands > clean up HTML

coding the résumé page

  1. open Photoshop's exported "resume.html"
  2. select <table>, copy, close
  3. open "index.html", save as "resume.html" (over write old version)
  4. select <body> tag, delete
  5. insert > layout objects > AP div: L=0, T=80px, W=100%, H=(blank)
  6. paste table inside <div> (aka "layer")
  7. make table width=100% (select <table> tag)
  8. select each column: vertical=top (select GIF file, arrow left)
  9. select column 4: delete GIF file (text), horiz=center
  10. column 4: insert > table: 1x1, vertical=top, horiz=left, width=375px
  11. add text from "text.rtf"
  12. add "spacer.gif" at bottom, make width 375px
  13. add <h1> and <h2> tags
  14. window > CSS: select <#apDiv1>: position=relative (fixes Firefox printing problem)
  15. add new CSS tag <h1>: type size=15; box margin=-3 (top)
  16. add new CSS tag <h2>: type size=11; box padding=25 (top)
  17. add new CSS class ".quote": type=georgia italic, 22/26
  18. apply ".quote" class to quote
  19. link logo to "index.html"
  20. file > preview in browser (opt+F12)

coding the navigation

  1. make logo column horiz=right
  2. insert > table below logo: 2 col x 6 rows, cell padding=10 (temporary)
  3. col 1: horiz=right, col 2: horiz=left, all cells: vert=middle
  4. add navigation text from "copy.txt"
  5. add spacer in row 6, scale to align type
  6. link to appropriate HTML files (see site map)
  7. add new CSS tag <a>: type color=light gray, weight=bold, decoration=none
  8. add new CSS selector <a:hover>: type color=red, weight=bold, decoration=none
  9. add new CSS class ".rule": type weight=bold; box padding=7 (top),
    8 (bottom); top border style=dash, width=1px, color=dark gray
  10. apply ".rule" class to <td> in navigation table
  11. select <table>: cell padding=0
  12. add square bullet
  13. file > preview in browser (opt+F12)

finishing the web site

  1. duplicate "resume.html" to create other pages
  2. modify pages as needed
  3. test thoroughly
  4. publish your finished site as a link from your personal projects page for grading

 

 

 BACK TO TOP

Version 1.0 • Last updated: 3/27/08 • Webmaster: Paul Young