From 1041be1d58d99e85b6998cbd751c0933707616cb Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 4 May 2020 22:31:17 +0200 Subject: [PATCH] Added logo --- _source/index.html | 21 ++++---- _source/logo.svg | 100 +++++++++++++++++++++++++++++++++++++++ _source/scss/styles.scss | 9 +++- 3 files changed, 116 insertions(+), 14 deletions(-) create mode 100644 _source/logo.svg diff --git a/_source/index.html b/_source/index.html index 5bfe7a8..1bf1c81 100755 --- a/_source/index.html +++ b/_source/index.html @@ -1,23 +1,20 @@ - + - Title goes here - + Ministerium für Internet (MfI) + - + -

Foo

-

Bar

-

Baz…

+
+ +
+

Willkommen!

- + \ No newline at end of file diff --git a/_source/logo.svg b/_source/logo.svg new file mode 100644 index 0000000..f8bd508 --- /dev/null +++ b/_source/logo.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_source/scss/styles.scss b/_source/scss/styles.scss index 466132f..0653f90 100755 --- a/_source/scss/styles.scss +++ b/_source/scss/styles.scss @@ -1,6 +1,11 @@ body { - background-color: #eeeeee; - color: #111111; + background-color: #fff; + color: #111; font-family: sans-serif; font-size: 24px; } + +#logo { + height: 80px; + width: 142px; +} \ No newline at end of file