Skip to content
Snippets Groups Projects
README.md 1.13 KiB
Newer Older
  • Learn to ignore specific revisions
  • vand's avatar
    vand committed
    # QIM data repository - web
    
    vand's avatar
    vand committed
    
    
    vand's avatar
    vand committed
    Web pages for the QIM 3D data repository. The data is placed elsewhere.
    
    
    vand's avatar
    vand committed
    Pages are made using [templates](https://www.w3schools.com/w3css/w3css_templates.asp) from w3schools, in particular the 
    [portfolio](https://www.w3schools.com/w3css/tryw3css_templates_portfolio.htm) template.
    
    vand's avatar
    vand committed
    
    Some of the files are:
    
    vand's avatar
    vand committed
    * w3_nature_portfolio_template.html - This is the original template, placed here for just for reference, so you will probably not need it. 
    
    vand's avatar
    vand committed
    * qim_repository_template_all.html - This is the original w3 template with modified sidebar, header and footer. Also colors. This can be used when making changes to sidebar, header and footer. Can also be used for checking other possibilities given by the template. But probably not updated, so be careful when using.  
    
    vand's avatar
    vand committed
    * sidebar.html, header.html, footer.html - files for including sidebar, header and footer. This requires JavaScript from `includeHTML.js`
    
    vand's avatar
    vand committed
    'includeHTML.js', copied from [w3-html-include](https://www.w3schools.com/howto/howto_html_include.asp).
    
    vand's avatar
    vand committed
    * qim_repository_template.html - This is the template where sidebar, header and footer are taken from JavaScript files.
    
    vand's avatar
    vand committed