Portfolio
- Update Buttons and Links on home page & header
- 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.
- 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
- Quiz 7
- Update CodePen. Add the following code to your CCS stylesheet in Codepen– Note what the CSS changes in your website.
CodePen
- Make sure you match the color you choose to the CSS color here.
- 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
- Subject: Task 7-yourname
- Category: Task 7
- Codepen URL
- Portfolio URL with updated buttons & added content; URL to a post or page with a sample video
- Describe in your post which content you added.