Landing page for saspire.org, a digitalization consultancy based in Brussels, Belgium.
Saspire helps businesses go digital through:
- Webshop Development - E-commerce platforms that sell
- Catalog Digitalization - Transform PDFs into interactive digital experiences
- Customer Portals - Self-service platforms for your clients
- HTML5 - Semantic markup
- Tailwind CSS - Utility-first styling (via CDN)
- Vanilla JavaScript - No framework dependencies
- Formspree - Contact form handling
Saspire/
├── index.html # Main landing page
├── style.css # Custom styles & animations
├── script.js # Interactive functionality
├── CNAME # Custom domain config (saspire.org)
├── images/ # Image assets
│ ├── Sgrowth5.png # Favicon/logo
│ └── businessgrowth1.png # Hero image
└── README.md # This file
-
Clone the repository:
git clone https://github.com/Cloesick/Saspire.git cd Saspire -
Open
index.htmlin your browser, or use a local server:# Using Python python -m http.server 8000 # Using Node.js (npx) npx serve
-
Visit
http://localhost:8000
This site is deployed via GitHub Pages with a custom domain (saspire.org).
git add .
git commit -m "Your commit message"
git push origin mainGitHub Pages will automatically deploy changes from the main branch.
The contact form uses Formspree to send submissions to nicolas.cloet@gmail.com.
- Create a new form at formspree.io
- Update the form
actionattribute inindex.html:<form action="https://formspree.io/f/YOUR_FORM_ID" method="POST">
The CNAME file contains saspire.org. To change the domain:
- Update the
CNAMEfile - Configure DNS at your domain registrar
- Update canonical URLs in
index.html
Meta tags, Open Graph, and structured data are configured in the <head> section of index.html.
- Email: nicolas.cloet@gmail.com
- Phone: +32 471 26 14 75
- Location: Brussels, Belgium
© 2025 Saspire. All rights reserved.