Skip to content
Snippets Groups Projects
Commit bafced9f authored by vand's avatar vand
Browse files

Update README.md

parent 794f0deb
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ Web pages for the QIM 3D data repository. The data is placed elsewhere. ...@@ -5,7 +5,7 @@ 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 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. [portfolio](https://www.w3schools.com/w3css/tryw3css_templates_portfolio.htm) template.
## Use ## Viewing
When viewing pages on your machine, your browser will probably prevent loading JavaScript code (which is used to inserts sidebar, header and footer). When viewing pages on your machine, your browser will 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. Instead of changing your security policy, you can run a local server, e.g. Python’s built-in http server.
1. From the command line, run `python -m http.server` (this is for Python 3.x). 1. From the command line, run `python -m http.server` (this is for Python 3.x).
...@@ -14,6 +14,9 @@ Instead of changing your security policy, you can run a local server, e.g. Pytho ...@@ -14,6 +14,9 @@ Instead of changing your security policy, you can run a local server, e.g. Pytho
You might also need to force browser to load fresh content (instead of showing a cached version of the pages). In Crome (on mac), hold down Shift You might also need to force browser to load fresh content (instead of showing a cached version of the pages). In Crome (on mac), hold down Shift
while reloading. Check for your browser. while reloading. Check for your browser.
## Modifying
Learn basic html, and get familiar with w3.
## Content ## Content
Some of the helping files are: 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. * `w3_nature_portfolio_template.html` - This is the original template, placed here for just for reference, so you will probably not need it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment