This repository contains the source code for the static portfolio site for Smizek Group, a small team of developers showcasing various software and hardware projects.
The site includes:
- About section describing the collective
- Team member profiles
- Featured projects with live links
- Contact links
- HTML for structure
- CSS for styling
- JavaScript for navigation and interactivity
- Aircraft Performance Calculator — web app for aviation metrics
- Gambling Discord Bot — interactive bot with virtual currency games
- Attendance for a Company — simple attendance tracker
- Pong in Rust — game built with raylib
- ADS‑B Receiver Project — Raspberry Pi flightradar experiment
To view the site locally:
- Clone the repository
- Open
index.htmlin a browser
or run a local server like:python3 -m http.server 6767