RepoPublic AIPublic AIpublished Nov 25, 2025seen 5d

forpublicai/publicai.ch

HTML

Open original ↗

Captured source

source ↗
published Nov 25, 2025seen 5dcaptured 13hhttp 200method plain

forpublicai/publicai.ch

Description: Public AI Switzerland

Language: HTML

License: Apache-2.0

Stars: 2

Forks: 0

Open issues: 1

Created: 2025-11-25T15:44:38Z

Pushed: 2026-05-26T05:50:44Z

Default branch: main

Fork: no

Archived: no

README:

Public AI Switzerland website

Source for publicai.ch — the marketing site for Public AI Switzerland, a customer-owned cooperative distributing Swiss-made AI.

This is a static site: HTML, Picnic CSS (CDN), and custom styles in assets/style.css. No build step.

Languages: English at the site root (/), with Swiss German (/de/), French (/fr/), and Italian (/it/) copies of the main pages. A language switcher in the nav links between locales.

Local preview

git clone https://github.com/forpublicai/publicai.ch.git
cd publicai.ch
open index.html

Or with a local server:

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

Contributing

1. Branch from main: git checkout -b your-change 2. Edit HTML/CSS; keep internal links relative and images optimized 3. Open a pull request against main with a short description of what changed

Style notes: semantic HTML5, 2-space indent, BEM-style class names in assets/style.css, minimal vanilla JS only when needed.

Deployment

Merging to main triggers [.github/workflows/ftp.yml](.github/workflows/ftp.yml), which syncs the repo to production via FTP. No manual deploy step.

License

[Apache License 2.0](LICENSE)

Notability

notability 2.0/10

New repo with only 2 stars