Skip to content

valerie-github1/Bakery-Command-Centre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blessed-bites-README.md

🧁 Blessed Bites — Bakery Command Centre

A beautifully designed digital brand system and operational hub for Blessed Bites Bakery — built with HTML, CSS, and a sprinkle of magic. ✨

GitHub Pages Status Made with


🌐 Live Pages

Page Description Link
🏠 Homepage Navigation hub index.html
📊 Dashboard Business overview & KPIs pages/dashboard.html
⚡ Command Centre Operational control panel pages/command-centre.html
🎨 Brand Logo & Lockup Logo variations & usage pages/brand-logo.html
🪄 Fairy Mascot Widgets Interactive mascot elements pages/fairy-mascot-widgets.html
🖼 Logo Showcase Full logo collection pages/logos.html
🎨 Style Guide Colours & typography ui_kits/style-guide-colours.html

📁 Project Structure

Bakery-Command-Centre/
├── index.html                          # Homepage & navigation hub
├── README.md                           # You are here!
├── .gitignore                          # Git ignore rules
│
├── assets/                             # Static assets
│   ├── images/                         # Logos, mascots, photos
│   │   ├── logo.png
│   │   └── mascot-fairy.png
│   ├── icons/                          # UI icons & SVGs
│   └── fonts/                          # Custom typography
│
├── css/                                # Shared stylesheets
│   ├── colors_and_type.css             # Brand colours & typography (import this!)
│   └── components.css                  # Reusable UI components
│
├── pages/                              # All main HTML pages
│   ├── dashboard.html
│   ├── command-centre.html
│   ├── brand-logo.html
│   ├── logos.html
│   └── fairy-mascot-widgets.html
│
├── design_handoff_blessed_bites/       # Design handoff specs
│   ├── handoff-notes.md
│   └── preview-screens.png
│
├── ui_kits/                            # Style guides & component libraries
│   └── style-guide-colours.html
│
├── preview/                            # Preview & mockup files
└── uploads/                            # Uploaded assets & exports

🎨 Brand System

Colour Palette

The Blessed Bites brand uses a warm, premium palette:

Role Colour Hex
Primary Warm Cream #F5EFE6
Accent Deep Rose #8B3A52
Text Rich Brown #3D2314
Highlight Blush Pink #D4857A
Background Ivory #FDFAF6

Typography

  • Headings — Playfair Display (serif)
  • Body — Nunito (sans-serif)
  • Accent — Dancing Script (handwriting)

🚀 Getting Started

View locally

# Clone the repo
git clone https://github.com/valerie-github1/Bakery-Command-Centre.git

# Open in browser
open index.html

How to add a new page

  1. Create your HTML file in the pages/ folder
  2. Add this line in the <head> to use shared styles:
    <link rel="stylesheet" href="../css/colors_and_type.css">
    <link rel="stylesheet" href="../css/components.css">
  3. Add a link to the new page in index.html
  4. Commit with message: feat: Add [page name] page

✏️ Commit Message Guide

Prefix Use for
feat: New pages or features
style: CSS changes
fix: Bug fixes
asset: Images, fonts, icons
docs: README or handoff notes

👩‍💻 Built by

Mayah · B&B Creations
Designed in Penpot · Hosted on GitHub Pages


Blessed Bites — Blessed with every bite! 🧁

About

The Bakery Command Centre is a central dashboard for managing a modern keto bakery business, bringing together orders, menus, events, and customer interactions in one streamlined interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors