From 4c3ba023cd18c6fb370daf0c7f75c4e8a6c433bd Mon Sep 17 00:00:00 2001
From: vand <vand@dtu.dk>
Date: Tue, 22 Sep 2020 01:02:15 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e9ecef4..c18c724 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 Web pages for the QIM 3D data repository. The data is placed elsewhere.
 
+Live version is here: [http://qim.compute.dtu.dk/data-repository/](http://qim.compute.dtu.dk/data-repository/)! 
+
 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.
 
@@ -23,8 +25,6 @@ The main files are:
 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
-- 
GitLab