A static page announcing the closure of Plataformatec and showcasing what the founders are doing next.
Plataformatec was a software consultancy founded in Brazil, known for creating the Elixir programming language and contributing significantly to the Ruby and Elixir ecosystems. In January 2020, the company was acqui-hired by Nubank.
- Plain HTML + Tailwind CSS (CDN)
- Deployed to GitHub Pages via GitHub Actions
├── index.html # The entire site
├── images/ # Logos and photos
├── .github/workflows/
│ └── deploy.yml # Deploy to GitHub Pages on push
└── .nojekyll # Skip Jekyll processing
Pushes to main automatically deploy to GitHub Pages. No build step needed.