Skip to content

Add a page of your own!

Create a seventh webpage for the Crown Coffee website. This new page should be fully integrated into your site by:

  • Adding it to the top navigation on all existing pages

  • Using the same header and footer structure as the other pages

  • Following all standard HTML structure and coding practices (including semantic tags, headings, lists, and valid markup)

  • Your new page must pass HTML validation just like the others.

  • Reminder: No CSS allowed (yet!)β€”keep it HTML-only.


Suggested Page Ideas

If you have your own idea for a page, feel free to run it by me!

1. Upcoming Events

Name this page events.html

A fictional list of events hosted at Crown Coffee, like live music, poetry slams, latte art workshops, or local artist exhibits.

  • Use <section>, <h2>, <p>, and <ul> to structure each event.
  • Optional: Use <time> tags or anchor links to sections for different months.

2. Coffeehouse Vibes Playlist

Name this page playlist.html

A themed music playlist customers might hear at the cafΓ©. - Use an ordered list (<ol>) of songs, each with artist name and genre. - Optional: Include song mood descriptions using <em> or <blockquote>.

3. DIY Coffee & Treat Recipes

Name this page recipes.html

Share fun recipes customers can try at home (e.g., cinnamon mocha, iced honey latte, or banana bread).

  • Use <article> elements for each recipe with a heading, ingredients list, and instructions.

Name this page art.html

Showcase fictional or real artists whose work hangs in the cafΓ©.

  • Each <section> includes an image (placeholder ok), name, and short bio or artist statement.
  • Optional: use <figure> and <figcaption> for the artwork along with the title of the artwork.

5. Meet the Team

Name this page staff.html

Introduces the baristas and team members that bring Crown Coffee to life. This page showcases each fictional employee with a photo, name, role, and a short bio.

  • Each <section> contains an image of an employee (placeholder ok), a short paragraph with a fictional bio. Suggested topics: their favorite coffee drink, how long they’ve worked at Crown Coffee, a fun fact

How to Submit

Once Project 1 is complete, with your extra page, zip up Project 1 and upload it to Brightspace under Challenges > Project 1 - Extra Page. Yes, this means you will be uploading your Project 1 in two places!