From 6e76839bf5c017e0f26f8c60733c2bbe1fe65aa0 Mon Sep 17 00:00:00 2001
From: vand <vand@dtu.dk>
Date: Mon, 21 Sep 2020 21:41:44 +0200
Subject: [PATCH] Update README.md

---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d04ef33..1c21482 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,16 @@ Instead of changing your security policy, you can run a local server, e.g. Pytho
 1. In a browser, open [http://localhost:8000/](http://localhost:8000/) and navigate to your file.
 
 ## Content
-Some of the 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. 
 * `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.  
 * `sidebar.html`, `header.html`, `footer.html` - files for including sidebar, header and footer. This requires JavaScript from `includeHTML.js`, copied from [w3-html-include](https://www.w3schools.com/howto/howto_html_include.asp).
 * `qim_repository_template.html` - This is the template where sidebar, header and footer are included from JavaScript files. I'm not guaranteeing that it's updated.
 
+The main files are:
+* `index.html` - Obvious.
+* `about.html` - Also prety obvious. Images are placed in about folder.
+* `example1.html` - Rather elaborate example, you probably don't want to use this.
+* `example2.html` - Simpler, prefered.
+* `example3.html` - More images.
+
-- 
GitLab