Source for https://arch-comp.github.io/ — the international friendly competition on the Applied Verification of Continuous and Hybrid Systems (ARCH-COMP), held annually since 2017 as part of the ARCH workshop.
Static site (plain HTML/CSS/JS), published via GitHub Pages from the main branch root.
index.html— the single-page sitestyles.css,script.js— styling and interactionsimages/logo.svg(blue→teal gradient) /images/logo-white.svg(header) — the ARCH logo, recoloredimages/favicon.*,images/apple-touch-icon.png,images/og-card.png— icons and social card
Open index.html in a browser, or run python -m http.server in this directory and visit
http://localhost:8000.
All content lives in index.html. Brand colors are CSS variables at the top of styles.css
(--brand blue #2563eb → --brand-dark teal #0d9488, matching the submission platform).