Skip to content

Modernize html pages

Raymond Toy requested to merge modernize-html into master

All the pages need to be preprocessed by emacs into insert various things. Also, the pages used deprecated features (like tt, font, etc.)

This merge updates the pages so that the header (with the cmucl image), the navbar, and the footer are iframes. The @@DTD@@, @@METAS@@, @@HEADING@@, and @@FOOTER@@ is removed.

The use of tt and font tags have been removed.

Instead of using a table to layout the pages, we've switched to using css grid.

Edited by Raymond Toy

Merge request reports