Odin Recipes
An Odin Project • Foundations

About This Project

This website is a small, focused project built as part of The Odin Project — Foundations. The goal is to practice clean, HTML, light CSS, accessible content, and a tidy project structure while using Git/GitHub for version control.

Scope & Objectives

  • Build a minimal multi‑page site: a homepage plus individual recipe pages.
  • Use semantic elements (<header>, <main>, <article>, <nav>, <footer>) for structure.
  • Demonstrate ordered and unordered lists for ingredients and steps, and include appropriately described images.
  • Keep styles simple and readable without any frameworks.

Project Structure

odin-recipes/
├─ index.html         # Homepage
├─ about.html         # This page (with inline CSS)
├─ recipes/           # Individual recipe pages
│  ├─ cookie.html
│  └─ brownie.html
│  └─ cupcake.html  # (Cinnamon Rolls) 
└─ images/            # Recipe images

Credits & License

Content and code created by VANT∆ for learning purposes. If you reuse anything here, please provide attribution. Images are either self‑made or from free sources credited on the relevant recipe pages.

Contact & Links