diff --git a/README.md b/README.md index 39de8ced98bb1afb8ccab0a4921d81a9234b216a..e9ecef473601ddc2677d7a9e7c7113fe492abb55 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,6 @@ Web pages for the QIM 3D data repository. The data is placed elsewhere. Pages use [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. -## Modifying -You need basic html, I like to use [w3schools/html](https://www.w3schools.com/html/default.asp). And basic css, also covered by [w3schools/css](https://www.w3schools.com/css/default.asp). Get familiar with [w3.css](https://www.w3schools.com/w3css/default.asp). Make sure you check your changes in different browsers, and (when live) from different platforms. - -## Publishing -Live version is here: [http://qim.compute.dtu.dk/data-repository/](http://qim.compute.dtu.dk/data-repository/)! To change the live version, update and add files at `/www/sites/qim.compute.dtu.dk/data-repository`. - -In command line, you can use ssh or sftp to connect to server `thinlinc.compute.dtu.dk` navigate to `/www/sites/qim.compute.dtu.dk/data-repository`. - ## Content Some of the helping files are: * `w3_nature_portfolio_template.html` - This is the original template, placed here for just for reference, so you will probably not need it. @@ -27,6 +19,14 @@ The main files are: * `example2.html` - Simpler, preferred. * `example3.html` - More images. +## Modifying +You need basic html, I like to use [w3schools/html](https://www.w3schools.com/html/default.asp). And basic css, also covered by [w3schools/css](https://www.w3schools.com/css/default.asp). Get familiar with [w3.css](https://www.w3schools.com/w3css/default.asp). Make sure you check your changes in different browsers, and (when live) from different platforms. + +## Publishing +Live version is here: [http://qim.compute.dtu.dk/data-repository/](http://qim.compute.dtu.dk/data-repository/)! + +To change the live version, update and add files at `/www/sites/qim.compute.dtu.dk/data-repository`. For example, in command line, you can use ssh or sftp to connect to server `thinlinc.compute.dtu.dk` then navigate to `/www/sites/qim.compute.dtu.dk/data-repository` and transfer files. + ## Viewing issues When viewing pages on your machine, your browser might probably prevent loading JavaScript code (which is used to inserts sidebar, header and footer). Instead of changing your security policy, you can run a local server, e.g. Python’s built-in http server.