The html pages are built on the responsive Bootstrap framework. Because of this, the remotes will conform to your device's screen size. For instance, the "Living Room" remote layout will change from a horizontal layout (for desktops and laptops) to a vertical layout (for phones and tablets) based on the display's width. For example, here's what the two look like:

The pages are also coded with AJAX so that the page is not refreshed after every button press. This is especially handy on mobile browsers which have terrible page load times. This makes jamming the volume buttons in rapid succession possible. For most of the buttons, I used an iconography font called Font-Awesome. All necessary files to make this work are included. A few of the buttons require .svg images which are also included.
I don't know if any of this will be of use to anyone, but I thought I might as well share what I've created. Enjoy!