The Javascript Story

This site is designed as a single page web applicatoin, which slides up down, left or right. And there are google maps, and youtube videos, which all require Javascript. But many care about their privacy, and turn off javascript, or they have a slow connection, or a slow cell phone, so this site is increasingly being made to work without Javascript.

I am aware that the bootstrap menus only partially work. I can fix that. The links should all work. And of course there is nothing I can easily do about Google Maps, or do at all about YouTube videos. I am also aware that my single page app generates many style commands in the html. I need to convert those to css selectors, and include those in the server generated html. All of this will happen slowly, as the site gets upgraded.

If you have any other suggestions, I am all ears.