This repository contains the website for Auiraphila Bakery.
Auiraphila.Bakery/
├── assets/
│ ├── images/
│ │ ├── logo/ # Contains the bakery logo
│ │ ├── products/ # Images of bakery products
│ │ ├── banners/ # Banner images for sliders
│ │ └── gallery/ # Gallery images
│ ├── fonts/ # Custom fonts
│ └── icons/ # Icons used in the website
├── css/ # CSS stylesheets
├── js/ # JavaScript files
├── admin/ # Admin panel files
├── pages/ # Website pages
└── index.html # Main homepage
This website is built using HTML, CSS, and JavaScript.