Difference between revisions of "Talk:Main Page TempProposal"

From Wiki
Jump to navigation Jump to search
(Created page with "Setup of the page : == Content == Build from: * <code>csv</code> list of the Manuals, including kind of categorization * a python script, which includes manuals links to on...")
 
m
Line 3: Line 3:
 
== Content ==  
 
== Content ==  
  
Build from:
+
First part is done manually by copy / paste of existing content + HTML & CSS (see below).
 +
 
 +
Second part is built from:
 
* <code>csv</code> list of the Manuals, including kind of categorization
 
* <code>csv</code> list of the Manuals, including kind of categorization
 
* a python script, which includes manuals links to one specific wiki page for each category
 
* a python script, which includes manuals links to one specific wiki page for each category

Revision as of 10:38, 23 May 2020

Setup of the page :

Content

First part is done manually by copy / paste of existing content + HTML & CSS (see below).

Second part is built from:

  • csv list of the Manuals, including kind of categorization
  • a python script, which includes manuals links to one specific wiki page for each category


HTML & CSS

use of html list and CSS grid features, in particular

  • For <ul> element
    • grid-template-columns: repeat(auto-fit, minmax(25em, 1fr));
    • justify-content: space-between;
  • For <li> elements
    • <li style="height: stretch;">