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