Skip to content

Cloesick/Saspire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saspire - Digitalization Consultancy

Landing page for saspire.org, a digitalization consultancy based in Brussels, Belgium.

About Saspire

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

Tech Stack

  • HTML5 - Semantic markup
  • Tailwind CSS - Utility-first styling (via CDN)
  • Vanilla JavaScript - No framework dependencies
  • Formspree - Contact form handling

Project Structure

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

Local Development

  1. Clone the repository:

    git clone https://github.com/Cloesick/Saspire.git
    cd Saspire
  2. Open index.html in your browser, or use a local server:

    # Using Python
    python -m http.server 8000
    
    # Using Node.js (npx)
    npx serve
  3. Visit http://localhost:8000

Deployment

This site is deployed via GitHub Pages with a custom domain (saspire.org).

To Deploy Updates:

git add .
git commit -m "Your commit message"
git push origin main

GitHub Pages will automatically deploy changes from the main branch.

Contact Form Setup

The contact form uses Formspree to send submissions to nicolas.cloet@gmail.com.

To change the recipient email:

  1. Create a new form at formspree.io
  2. Update the form action attribute in index.html:
    <form action="https://formspree.io/f/YOUR_FORM_ID" method="POST">

Configuration

Custom Domain

The CNAME file contains saspire.org. To change the domain:

  1. Update the CNAME file
  2. Configure DNS at your domain registrar
  3. Update canonical URLs in index.html

SEO

Meta tags, Open Graph, and structured data are configured in the <head> section of index.html.

Contact

License

© 2025 Saspire. All rights reserved.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors