Week 14 • Final Project Presentations
To Do This Week
Complete your Final Creative Artifact + Reflection
In Class
Group Project
Here is the class exhibition site.
In your groups, work through the following tasks:
- Revise HTML for Group Project pages so visual hierarchy begins with
<h2>. - Write and post to Slack a one-paragraph description of your group project for the home page.
- Integrate images with text.
- Reconsider titles—make them meaningful but concise.
- Add metadata: short description, title, 500×500 image.
Individually work on your final creative artifact, completing the following tasks:
Individual Projects
- Your project page must be named
index.html. - Your project folder must be your last name (lowercase, no spaces).
- Use an
imgfolder for images. - Add metadata: short description, title, 500×500 image.
- Upload the folder to the DTC server (if you have access) and submit that URL to Canvas.
- Zip your project folder and send it to me in Slack. In the same message, include the URL to your project on the server.
metadata tags
Copy the code below and fill it with your project info. Add it to the head of your project page. Create an image for your project.
<title>Your Title Here</title>
<meta name="description" content="A short, compelling description of your page.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://your-url.com/">
<meta property="og:title" content="Your Title Here">
<meta property="og:description" content="A short, compelling description of your page.">
<meta property="og:image" content="https://your-url.com/social-image.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Your Title Here">
<meta name="twitter:description" content="A short, compelling description of your page.">
<meta name="twitter:image" content="https://your-url.com/social-image.jpg">
View Projects
Evaluations
- Discussion: Generative AI
- Evaluation forms