From 107feaf0a38bb6607c4531af24a8fbbf41b7b412 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 3 Dec 2017 22:23:13 +0100 Subject: build html pages also --- client/static-build.sh | 9 ++++ static/contact/index.html | 106 +++++++++++++++++++++++++++++++++++++++++ static/drones/index.html | 106 +++++++++++++++++++++++++++++++++++++++++ static/information/index.html | 106 +++++++++++++++++++++++++++++++++++++++++ static/livestream/index.html | 106 +++++++++++++++++++++++++++++++++++++++++ static/page/credits/index.html | 106 +++++++++++++++++++++++++++++++++++++++++ static/page/index.html | 106 +++++++++++++++++++++++++++++++++++++++++ static/page/terms/index.html | 106 +++++++++++++++++++++++++++++++++++++++++ static/timeline/index.html | 106 +++++++++++++++++++++++++++++++++++++++++ 9 files changed, 857 insertions(+) mode change 100644 => 100755 client/static-build.sh create mode 100644 static/contact/index.html create mode 100644 static/drones/index.html create mode 100644 static/information/index.html create mode 100644 static/livestream/index.html create mode 100644 static/page/credits/index.html create mode 100644 static/page/index.html create mode 100644 static/page/terms/index.html create mode 100644 static/timeline/index.html diff --git a/client/static-build.sh b/client/static-build.sh old mode 100644 new mode 100755 index 27c4164..88c3856 --- a/client/static-build.sh +++ b/client/static-build.sh @@ -2,3 +2,12 @@ npm run web:build rm -rf ../static/javascript/ cp -r ../client/web/build/javascript/ ../static/javascript/ cp ../client/web/build/index.html ../static/index.html +cp ../client/web/build/index.html ../static/timeline/index.html +cp ../client/web/build/index.html ../static/livestream/index.html +cp ../client/web/build/index.html ../static/drones/index.html +cp ../client/web/build/index.html ../static/information/index.html +cp ../client/web/build/index.html ../static/contact/index.html +cp ../client/web/build/index.html ../static/page/credits/index.html +cp ../client/web/build/index.html ../static/page/terms/index.html +cp ../client/web/build/index.html ../static/page/index.html + diff --git a/static/contact/index.html b/static/contact/index.html new file mode 100644 index 0000000..00bc495 --- /dev/null +++ b/static/contact/index.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + +Hansel and Gretel + + + + + +
+ + + + + diff --git a/static/drones/index.html b/static/drones/index.html new file mode 100644 index 0000000..00bc495 --- /dev/null +++ b/static/drones/index.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + +Hansel and Gretel + + + + + +
+ + + + + diff --git a/static/information/index.html b/static/information/index.html new file mode 100644 index 0000000..00bc495 --- /dev/null +++ b/static/information/index.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + +Hansel and Gretel + + + + + +
+ + + + + diff --git a/static/livestream/index.html b/static/livestream/index.html new file mode 100644 index 0000000..00bc495 --- /dev/null +++ b/static/livestream/index.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + +Hansel and Gretel + + + + + +
+ + + + + diff --git a/static/page/credits/index.html b/static/page/credits/index.html new file mode 100644 index 0000000..00bc495 --- /dev/null +++ b/static/page/credits/index.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + +Hansel and Gretel + + + + + +
+ + + + + diff --git a/static/page/index.html b/static/page/index.html new file mode 100644 index 0000000..00bc495 --- /dev/null +++ b/static/page/index.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + +Hansel and Gretel + + + + + +
+ + + + + diff --git a/static/page/terms/index.html b/static/page/terms/index.html new file mode 100644 index 0000000..00bc495 --- /dev/null +++ b/static/page/terms/index.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + +Hansel and Gretel + + + + + +
+ + + + + diff --git a/static/timeline/index.html b/static/timeline/index.html new file mode 100644 index 0000000..00bc495 --- /dev/null +++ b/static/timeline/index.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + +Hansel and Gretel + + + + + +
+ + + + + -- cgit v1.2.3-70-g09d2