From 41418efaed5c616d9cb01bcf828b603c65c451f1 Mon Sep 17 00:00:00 2001 From: kmenshikov Date: Wed, 24 Jan 2024 12:24:07 +0300 Subject: [PATCH] Upload files to "underconstruction" --- underconstruction/index.html | 59 ++++++++++++++++++++++++++++++++++++ underconstruction/index.pug | 23 ++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 underconstruction/index.html create mode 100644 underconstruction/index.pug diff --git a/underconstruction/index.html b/underconstruction/index.html new file mode 100644 index 0000000..3062cea --- /dev/null +++ b/underconstruction/index.html @@ -0,0 +1,59 @@ + + + + + Under Construction + + + + + + + + + + + +
+

< building />

+

Working day and night!

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Creative Commons License + + + diff --git a/underconstruction/index.pug b/underconstruction/index.pug new file mode 100644 index 0000000..cc898ca --- /dev/null +++ b/underconstruction/index.pug @@ -0,0 +1,23 @@ +- var objects = ['line lineOne', 'line lineTwo', 'line lineThree', 'stand', 'weight', 'cabin', 'arm'] +- var n = 0 + +#content + h1 < building /> + p Working day and night! + +#outerCraneContainer + .buildings + while n < 5 + div(class= n++) + .crane.craneThree + for i in objects + div(class= i) + .crane.craneTwo + for i in objects + div(class= i) + .crane.craneOne + for i in objects + div(class= i) + +a(rel='license' href='http://creativecommons.org/licenses/by-nc-sa/4.0/' id='license') + img(alt='Creative Commons License' style='border-width:0' src='https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png') \ No newline at end of file