Typing...
Pinned Loading
-
frontendmentor
frontendmentor PublicA collection of front end practice provided by frontendmentor.io
HTML
-
DataShuffle
DataShuffle Public archiveA data visualisation tool we wrote for a uni project. It scrapes data off websites and helps the user sort through it at a glance
HTML 1
-
uon-ical-converter
uon-ical-converter Public archiveA tool I wrote to convert my courses timetable into calendar events back in uni
Groovy
-
CSS responsive videos
CSS responsive videos 1.responsive-container{
2position: relative;
3padding-bottom: 56.25%;
4padding-top: 30px;
5height: 0;
-
Autosaving forms
Autosaving forms 1//call fieldUpdate() as the handler for oninput on your form
2function fieldUpdate(){
3const formData = {};
4const inputs = Array.of(...document.querySelectorAll("input")).filter(it => it.type !== "submit")
5inputs.forEach(it => formData[it.id || it.name] = it.value)
-
Theme chooser using only HTML and CSS
Theme chooser using only HTML and CSS 1body {
2margin: 0;
3font-family: system-ui, sans-serif;
4font-size: 1.25rem;
5line-height: 1.5;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.