Skip to content

Strategy : Structure & Planning

Matthew Rennekamp edited this page Jan 8, 2017 · 4 revisions

Structure

HTML standards can be found on https://www.w3.org/standards/webdesign/htmlcss. CSS is focused more on https://www.w3.org/Style/CSS/ than the previous link. Suggestions, not specific enough to make an Issue.

  • Build a sitemap?
  • Use a CSS framework / preprocessor?
  • CMS? Ideally, we can make a unified website that is much better (especially as a marketing tool) at fulfilling our needs.

Planning

Most good websites are planned thoroughly, and this is the easy way to keep it simple. Guidelines are only to avoid JavaScript and Flash (Adobe), which are both proprietary. {The Free Software Foundation has more information.} HTML5 and CSS3 are the major implementations of languages; we do use PEP8 with Python. [https://www.python.org/dev/peps/]

An example of documenting an idea: A simple visualization of site navigation / page structure. (Not a guideline as of now!) mrennekamp sample site sitemap

Clone this wiki locally