EN | CN
A clean, lightweight, and modern starting point for your delicious food blog or recipe collection. Inspired by elegant and functional designs inspired by Jamie Oliver's website.
Some images used in this project were obtained from Google Images and are used solely for educational and demonstration purposes. All rights and credits belong to their respective owners. No copyright infringement is intended.
CELESTIAL is a minimal, single-page website template built purely with HTML and CSS. It was created as a learning exercise to explore clean navigation patterns and provide a simple, beautiful foundation for anyone wanting to share their culinary creations online.
Whether you're a home cook sharing family recipes, a food blogger documenting your adventures, or just need a simple portfolio, CELESTIAL offers an elegant starting point. It features a responsive three-column navigation bar and a sleek CSS-only hover dropdown menu – no JavaScript required!
To preview the template locally:
- Clone this repository.
- Open the
index.htmlfile directly in your web browser.
Want to tinker with the code? Here’s how:
- Clone the repository:
git clone [https://github.com/Dendroculus/Food-Recipe-Website.git](https://github.com/Dendroculus/Food-Recipe-Website.git)
- Navigate to the project directory:
cd Food-Recipe-Website - Open
index.htmlin your browser to see the template.
For a smoother development experience with live reload (automatically updates the browser when you save changes):
- Using VS Code: Install the "Live Server" extension. Right-click on
index.htmland choose "Open with Live Server". - Using Python 3: Run
python -m http.server 8000in your terminal and openhttp://localhost:8000in your browser.
This is a temporary structure; subject names may change later:
Food-Recipe-Website/
├── index.html # Main HTML structure and content
├── styles.css # All CSS styling
├── assets/ # Folder for images and icons
│ └── ...
└── font/ # Folder for local font files (e.g., Montserrat)
└── ...
Making CELESTIAL your own is easy:
- Change Title/Logo: Edit the text inside
<li class="celestial">...</li>inindex.html. You can replaceCELESTIAL 💫with your site name or an<img>tag for a logo. - Update Left Navigation Links: Modify the
<a>tags within<ul class="left">...</ul>. - Update Right Icons/Links: Change the
<img>tags inside<ul class="right">...</ul>. Consider using inline SVGs for better quality and styling options. - Edit Dropdown Menu Items: Update the list items (
<li>) inside<ul class="recipes-dropdown">...</ul>. - Customize Styles: Open
styles.cssand adjust colors, fonts, spacing, etc. The template uses the Montserrat font locally – make sure it's in the/fontfolder or switch to a web font via CSS@import.
Got ideas or found a bug? Contributions are welcome!
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request with a clear description of your changes.
Please include screenshots if you make UI changes!
This project is licensed under the MIT License. See the LICENSE file for more details.
Hans 展豪 |
Jess2Jes |
Solynixx |
StevNard |
Milkdrinker-creator |