Examples: Difference between revisions

From miki
Jump to navigation Jump to search
(Created page with "Examples of various nice things collected on Internet for inspiration. == Style == ; [http://thesimplecomputer.info/full-disk-encryption-with-ubuntu thesimplecomputer.info] *...")
 
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
** The consistent style: bold for option name and selected value; common style for command and command logs; ...
** The consistent style: bold for option name and selected value; common style for command and command logs; ...
** Lean and light style.
** Lean and light style.

;[https://guides.github.com/features/mastering-markdown/ Mastering Markdown]
* Another HTML/CSS layout.
* lean and mean
* Moving table of content. Single page, but with clickable content selection.

;[https://nullprogram.com/blog/2017/11/03/ Render Multimedia in Pure C]
* Crystal clear layout
* 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.