diff --git a/images/abstract_squares.jpg b/images/abstract_squares.jpg new file mode 100644 index 0000000..8abc022 Binary files /dev/null and b/images/abstract_squares.jpg differ diff --git a/images/webionite.svg b/images/webionite.svg new file mode 100644 index 0000000..47edffc --- /dev/null +++ b/images/webionite.svg @@ -0,0 +1,108 @@ + + + +image/svg+xml + + + + + + + + + + + \ No newline at end of file diff --git a/index.css b/index.css new file mode 100644 index 0000000..72bc14e --- /dev/null +++ b/index.css @@ -0,0 +1,51 @@ +* { + box-sizing: border-box; + text-align: justify; +} + +body { + margin: 0; + padding: 0; + color: #FFF; +} + +.top-body { + display: flex; +} + +.left-pane { + width: 60%; + background-color: #121212; +} + +.right-pane { + position: fixed; + right: 0; + width: 40%; + background-image: url("images/abstract_squares.jpg"); + background-size: cover; + height: 100vh; + display: flex; + align-items: flex-end; + justify-content: flex-start; +} + +.page { + min-height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + padding: 3em; +} + +.title-image { + width: 400px; +} + +h1 { + font-family: D3 Euronism; + font-weight: 100; + font-size: 4em; + line-height: 0; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..963b598 --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ + + + + + Ceda EI + + + + + +
+
+
+ +

Webionite

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec augue risus. Praesent at lectus ante. Maecenas volutpat purus et eros vehicula, vitae scelerisque turpis iaculis. Pellentesque iaculis lectus at erat fermentum ultricies. Curabitur est ante, accumsan in tortor vitae, molestie elementum ante. Duis tristique tellus eu molestie porta. Mauris euismod id sem ut ultrices.

+
+
+
+
+
+ +