Task 7 – Buttons & Links

Portfolio

  1. Update Buttons and Links on home page & header
  2. Add more content via posts with featured images & categories
    • you should have a menu item for genres, with at least 3 genres
    • you should have at least 2-6 posts per genre
    • each post should have at least 1 category, and a featured image, as well as an excerpt text (new).
    • the featured image need NOT be the actual project; sometimes a cropping of it, or a related image makes a better featured image.
  3. To add video, create a post, get a still image for your featured image, upload your video to your free @maine.edu youtube channel, then use the youtube URL directly in your post–it should just pop up.

HTML Practice

W3S

  1. Quiz 7
  2. Update CodePen.  Add the following code to your CCS stylesheet in Codepen– Note what the CSS changes in your website.

CodePen

  1. Make sure you match the color you choose to the CSS color here.
  2. View the project to see the changes

a {
/* 22. Set the link color to match the button. */
color: gold;
/* 23. Hide the link underline when it isn't moused over. */
text-decoration: none;
}
a:hover {
/* 24. Show the link underline when it is moused over. */
text-decoration: underline;
}

Post

  1. Subject: Task 7-yourname
  2. Category: Task 7
  3. Codepen URL
  4. Portfolio URL with updated buttons & added content; URL to a post or page with a sample video
  5. Describe in your post which content you added.