Examples: Difference between revisions

From miki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
* Crystal clear layout
* Crystal clear layout
* Clear explanations, animations, drawing...
* Clear explanations, animations, drawing...

;[https://adamj.eu/tech/2019/04/21/solving-algorithmic-problems-in-python-with-pytest/ Solving Algorithmic Problems in Python with Pytest]
* Crystal clear layout
* Simplicity

;[http://tylerneylon.com/a/lsh1/ Introduction to Locality-Sensitive Hashing]
* Clean layout, with multiple output (HTML, PDF).
* Nice animated graphs, rendered as several snapshots in PDF.

Latest revision as of 13:01, 24 June 2021

Examples of various nice things collected on Internet for inspiration.

Style

thesimplecomputer.info
  • A nice HTML5/CSS3 layout for computer blog.
  • What I like:
    • The selection of fonts (Bree Serif for Free!) and font icons (Font Awesome).
    • The consistent style: bold for option name and selected value; common style for command and command logs; ...
    • Lean and light style.
Mastering Markdown
  • Another HTML/CSS layout.
  • lean and mean
  • Moving table of content. Single page, but with clickable content selection.
Render Multimedia in Pure C
  • Crystal clear layout
  • Clear explanations, animations, drawing...
Solving Algorithmic Problems in Python with Pytest
  • Crystal clear layout
  • Simplicity
Introduction to Locality-Sensitive Hashing
  • Clean layout, with multiple output (HTML, PDF).
  • Nice animated graphs, rendered as several snapshots in PDF.