PinchToZoom.js

A script to allow custom touch-screen pinch to zoom functionality on an element-by-element basis rather than zooming the whole page.

<script src="https://adil.hanney.org/repo/PinchToZoom.js" type="module"></script>

rvalues.css

A simple stylesheet for facilitating responsive layouts.

2022 Update: This uses a bootstrap-like approach to dividing widths/heights, whereas nowadays you may get much better use out of a "display: flex;" based approach.

<link href="https://adil.hanney.org/repo/rvalues.css" rel="stylesheet">