Difference between revisions of "Week Seven Exercises (MGDP2060)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Reading for next week)
Line 50: Line 50:
 
* Review [[Chapter Fourteen (WordPress: The Missing Manual)]]
 
* Review [[Chapter Fourteen (WordPress: The Missing Manual)]]
 
* Read linked articles on [http://wiki.karljones.com/index.php?title=Week_Seven_(MGDP2060)|Week Seven page].
 
* Read linked articles on [http://wiki.karljones.com/index.php?title=Week_Seven_(MGDP2060)|Week Seven page].
 +
 +
 +
[[Category:Web Design and Development III (MGDP2060)]]

Revision as of 05:03, 25 April 2016

This article contains exercises for Week Seven (MGDP2060).

In this exercise, you will create a static web page, which you will later (next week) convert to a custom WordPress theme.

Review your design

Review mockup of Home page.

Create folder

In your local root folder, create a new folder named prototype.

Create document

In this folder, create a new document named index.html.

Create the HTML, CSS, and images necessary to display your Home page.

Responsive web design

Use Bootstrap (framework) or other Responsive web design framework.

Create HTML, CSS, images

Create the HTML, CSS, and images for your design.

This work does not need to be the complete, final design.

It must demonstrate some progress, but you you may continue to develop and improve your design throughout the semester.

Finishing up

  • Upload work to server. Browse, test.
  • Make link from your Home page to your exercise page.

Plan for Custom Post

Plan to implement a Custom Post of your choice.

What kind of Custom Post will suit your needs?

Plan for Custom Category Pages

Plan to implement Custom Category pages.

What will your design look like?

Reading for next week