commit 64ac858e9eab6c65cb568a1b2db9a71a140a807b Author: tomas.patolan Date: Tue Apr 20 22:24:54 2021 +0200 nahrani vesmiru diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..5144059 --- /dev/null +++ b/css/main.css @@ -0,0 +1,41 @@ +section{ + color: white; + text-align: center; + height: 100vh; +} + +#uvod{ + color: black; +} + +#dark{ + color: gray; +} + + +#earth{ + text-align: right; +} + +.stars{ + position: fixed; + top: 9.8%; + left: 34.5%; + opacity: 0; +} + + +.earth-fixed{ + position: fixed; + bottom: 35%; + right: 65%; + opacity: 0; +} + +.evolvedtext{ + position: fixed; + bottom: 20%; + right: 71.8%; + opacity: 0; +} + diff --git a/img/e1.jpg b/img/e1.jpg new file mode 100644 index 0000000..266a978 Binary files /dev/null and b/img/e1.jpg differ diff --git a/img/e10.jpg b/img/e10.jpg new file mode 100644 index 0000000..c3d6cc6 Binary files /dev/null and b/img/e10.jpg differ diff --git a/img/e11.jpg b/img/e11.jpg new file mode 100644 index 0000000..2e5004b Binary files /dev/null and b/img/e11.jpg differ diff --git a/img/e12.jpg b/img/e12.jpg new file mode 100644 index 0000000..71eac80 Binary files /dev/null and b/img/e12.jpg differ diff --git a/img/e13.jpg b/img/e13.jpg new file mode 100644 index 0000000..6b72a95 Binary files /dev/null and b/img/e13.jpg differ diff --git a/img/e2.jpg b/img/e2.jpg new file mode 100644 index 0000000..36f111f Binary files /dev/null and b/img/e2.jpg differ diff --git a/img/e3.jpg b/img/e3.jpg new file mode 100644 index 0000000..e06ac8c Binary files /dev/null and b/img/e3.jpg differ diff --git a/img/e4.jpg b/img/e4.jpg new file mode 100644 index 0000000..4ae46fb Binary files /dev/null and b/img/e4.jpg differ diff --git a/img/e5.jpg b/img/e5.jpg new file mode 100644 index 0000000..4719a41 Binary files /dev/null and b/img/e5.jpg differ diff --git a/img/e6.jpg b/img/e6.jpg new file mode 100644 index 0000000..67dee6a Binary files /dev/null and b/img/e6.jpg differ diff --git a/img/e7.jpg b/img/e7.jpg new file mode 100644 index 0000000..9fe24f1 Binary files /dev/null and b/img/e7.jpg differ diff --git a/img/e8.jpg b/img/e8.jpg new file mode 100644 index 0000000..b93c49c Binary files /dev/null and b/img/e8.jpg differ diff --git a/img/e9.jpg b/img/e9.jpg new file mode 100644 index 0000000..07db356 Binary files /dev/null and b/img/e9.jpg differ diff --git a/img/stars.jpg b/img/stars.jpg new file mode 100644 index 0000000..93adc4f Binary files /dev/null and b/img/stars.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..0acc04e --- /dev/null +++ b/index.html @@ -0,0 +1,82 @@ + + + + + + + + Document + + +
+ + There was Earth +
+
+ Before Void +
+
+ There was Dark +
+
+ + After Dark +
+
+ THERE WAS EARTH +
+
+

EVOLVED INTO WHAT WE SEE TODAY

+
+ + + + + \ No newline at end of file diff --git a/vesmir.zip b/vesmir.zip new file mode 100644 index 0000000..3f524fd Binary files /dev/null and b/vesmir.zip differ