Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwissHostedSolutions Website

Repo for the website of Swiss Hosted Solutions — a non-profit association ("Verein") under Swiss law promoting pure open-source software hosted exclusively on Swiss soil.

Static HTML + CSS, mobile first, bilingual (German primary, English secondary). No frameworks, no build step, no CDNs, no cookies, no tracking.

Structure

Path Content
index.html Fallback language redirect to /de/ (production does a server-side 301 via nginx)
de/ German pages: index.html, ueber-uns.html, projekte.html, kontakt.html
en/ English pages: index.html, about.html, projects.html, contact.html
css/styles.css Single stylesheet (design tokens, light/dark themes)
assets/ Logo, favicon, self-hosted fonts (Inter + Space Grotesk, OFL)
404.html Bilingual not-found page
deploy.sh rsync deployment to the web VM (not deployed to the webroot itself)
mockup/ Design mockup the site was built from (not deployed)

Conventions

  • JavaScript: forbidden, with one deliberate exception — a tiny inline script per page that applies the persisted light/dark choice (localStorage key shs-theme) and wires the theme toggle. Without JS the site fully works and follows the OS color scheme.
  • Language switch: plain links between the DE/EN version of each page; the server (nginx) redirects / to /de/ with a 301 (German is the primary language).
  • All asset paths are absolute to the server root (/css/…, /assets/…).

Local preview

Serve the repo root with any static server, e.g.:

python3 -m http.server 8000
# → http://localhost:8000/

Repo für die Website von SwissHostedSolutions

Statisches HTML + CSS, mobile first, zweisprachig (Deutsch primär, Englisch sekundär). Keine Frameworks, keine CDNs, keine Cookies, kein Tracking.

About

SwissHostedSolutions Website

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages