From b4bbf26ca7f99878bc039a0145876c96ec2c7cf3 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 19 Oct 2019 22:53:36 +0200 Subject: [PATCH] Simple placeholder website. --- public/assets/logo.svg | 42 ++++++++++++++++++++++++++++++++++++ public/assets/style.css | 47 +++++++++++++++++++++++++++++++++++++++++ public/index.html | 19 +++++++++++++++++ 3 files changed, 108 insertions(+) create mode 100644 public/assets/logo.svg create mode 100644 public/assets/style.css create mode 100644 public/index.html diff --git a/public/assets/logo.svg b/public/assets/logo.svg new file mode 100644 index 0000000..1eb9970 --- /dev/null +++ b/public/assets/logo.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/style.css b/public/assets/style.css new file mode 100644 index 0000000..dd912ca --- /dev/null +++ b/public/assets/style.css @@ -0,0 +1,47 @@ +html, body { + width: 100%; + height: 100%; + padding: 0; + margin: 0; +} + +body { + text-align: center; + font-family: 'Lato', sans-serif; + font-size: 25px; + background: #ecf0f1; + color: #333; + display: flex; + align-items: center; + justify-content: center; +} + +a { + color: #288aca; + text-decoration: underline dotted; +} + +a:hover { + text-decoration: none; +} + +h1 { + font-size: 50px; + color: #288aca; +} + +div#main { + padding: 5px; + max-width: 800px; + margin: auto; +} + +.footer { + font-size: small; + color: #bbb; +} + +#logo { + width: 100%; + max-width: 200px; +} diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..67180ab --- /dev/null +++ b/public/index.html @@ -0,0 +1,19 @@ + + + + + Solution Web + + + + +
+ +

Solution Web is gestopt

+

Ik neem geen nieuwe opdrachten aan. Alle bestaande contracten zullen nog wel vervuld worden. Mocht u toch nog + contact op willen nemen, verwijs ik u graag door naar mijn persoonlijke + website.

+ +
+ +