Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 840 Bytes

File metadata and controls

29 lines (22 loc) · 840 Bytes

PhpCodeArcheology Website

Landing page for PhpCodeArcheology, hosted at phpcodearcheology.github.io.

Stack

  • Semantic HTML, no frameworks
  • CSS custom properties for theming (light/dark/auto)
  • Vanilla JavaScript (theme toggle, hamburger nav, copy buttons)
  • Self-hosted fonts (Oswald + Source Sans 3)
  • No build step, no dependencies

Structure

index.html          Main landing page
legal.html          Legal notice (Impressum)
privacy.html        Privacy policy (Datenschutzerklärung)
robots.txt          Crawler directives
sitemap.xml         Sitemap
assets/
  css/styles.css    All styles + theme variables
  fonts/            Oswald + Source Sans 3 (WOFF2)
  img/              Favicon, body pattern

License

MIT