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