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.

+ +
+ +