play-with-docker.github.io
play-with-docker.github.io copied to clipboard
Frontend redesign suggestions
Issue
Current design feels outdated and uses outdated stack.
Suggestions
- [ ] Remove quiz carousel #258
- [ ] Remove bootstrap. Use tailwind (requires webpack) or even native CSS with flexboxes.
- [ ] Remove jQuery. After removing bootstrap.min.js, the only thing left would be
resizeable
, which can be replaced by this tiny package. It can even be done without webpack, using just<script src="https://cdnjs.cloudflare.com/ajax/libs/split.js/1.6.0/split.min.js"></script>
, docs cover its usage. - [ ] Add dark theme