Skip to content

1evity/Odin-Recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Description

This project is a simple static website built using HTML, vanilla CSS. The website includes recipe pages and content, with the links organized in a clear and user-friendly layout. It aims to demonstrate basic web development skills and serve as a starting point for further enhancements and additions.

⭐️ Expected Goals

  • Develop a basic, responsive website.
  • Gain familiarity with organizing and structuring content on a webpage.
  • Learn how to link pages and organize assets (images, stylesheets, etc.).
  • Understand the workflow of creating and updating static websites.
  • Prepare the foundation for future enhancements such as adding CSS, JavaScript, or more complex features.

🗂️ Files Tree

├── README.md
├── assets
│   └── images
│   ├── Arsia.webp
│   ├── Chicken-Kabsa.jpg
│   ├── Chicken-Shawarma-Wrap.jpg
│   ├── Fattoush.jpg
│   ├── Lemon-Juice-with-Mint.jpg
│   ├── Mutabal.jpg
│   ├── Nabeedh.jpg
│   ├── Oman-Chips-Sandwich.jpg
│   ├── Samosa.jpg
│   └── Shuwa.jpg
├── index.html
└── recipes
├── arsiya.html
├── chicken_kabsa.html
├── fattoush.html
├── limonana.html
├── mutabal.html
├── nabeedh.html
├── oman_chips_sandwich.html
├── samosa.html
├── shawarma.html
└── shuwa.html

Releases

No releases published

Packages

No packages published