From ce97f9df473e7325a46cb29582ad2218049733ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 8 May 2018 17:10:52 -0500 Subject: [PATCH] Added logo and updated colors in SVGs to match site palette --- .vuepress/media/svg/anchor.svg | 2 +- .vuepress/media/svg/chat.svg | 2 +- .vuepress/media/svg/discord.svg | 2 +- .vuepress/media/svg/flag.svg | 2 +- .vuepress/media/svg/keyboard.svg | 2 +- .vuepress/media/svg/logo--white.svg | 4 ++++ .vuepress/media/svg/logo.svg | 4 ++++ .vuepress/media/svg/monitor.svg | 2 +- .vuepress/media/svg/reddit.svg | 4 ++-- .vuepress/media/svg/slack.svg | 2 +- .vuepress/media/svg/text-logo.svg | 2 +- .vuepress/scss/partials/_navigation.scss | 14 +++++++++++--- 12 files changed, 29 insertions(+), 13 deletions(-) create mode 100644 .vuepress/media/svg/logo--white.svg create mode 100644 .vuepress/media/svg/logo.svg diff --git a/.vuepress/media/svg/anchor.svg b/.vuepress/media/svg/anchor.svg index bc6663b..95b9b0d 100755 --- a/.vuepress/media/svg/anchor.svg +++ b/.vuepress/media/svg/anchor.svg @@ -1,3 +1,3 @@ - + diff --git a/.vuepress/media/svg/chat.svg b/.vuepress/media/svg/chat.svg index 0febba6..0b79f07 100755 --- a/.vuepress/media/svg/chat.svg +++ b/.vuepress/media/svg/chat.svg @@ -1,3 +1,3 @@ - + diff --git a/.vuepress/media/svg/discord.svg b/.vuepress/media/svg/discord.svg index cf27f74..a2512c2 100644 --- a/.vuepress/media/svg/discord.svg +++ b/.vuepress/media/svg/discord.svg @@ -1,4 +1,4 @@ - + diff --git a/.vuepress/media/svg/flag.svg b/.vuepress/media/svg/flag.svg index 4f11d4e..cc88ec6 100755 --- a/.vuepress/media/svg/flag.svg +++ b/.vuepress/media/svg/flag.svg @@ -1,3 +1,3 @@ - + diff --git a/.vuepress/media/svg/keyboard.svg b/.vuepress/media/svg/keyboard.svg index c6badda..e338c53 100755 --- a/.vuepress/media/svg/keyboard.svg +++ b/.vuepress/media/svg/keyboard.svg @@ -1,4 +1,4 @@ - + diff --git a/.vuepress/media/svg/logo--white.svg b/.vuepress/media/svg/logo--white.svg new file mode 100644 index 0000000..81c9fbe --- /dev/null +++ b/.vuepress/media/svg/logo--white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.vuepress/media/svg/logo.svg b/.vuepress/media/svg/logo.svg new file mode 100644 index 0000000..ed4f58d --- /dev/null +++ b/.vuepress/media/svg/logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.vuepress/media/svg/monitor.svg b/.vuepress/media/svg/monitor.svg index bee1965..f8665a4 100755 --- a/.vuepress/media/svg/monitor.svg +++ b/.vuepress/media/svg/monitor.svg @@ -1,4 +1,4 @@ - + diff --git a/.vuepress/media/svg/reddit.svg b/.vuepress/media/svg/reddit.svg index 73c3d68..48e5805 100644 --- a/.vuepress/media/svg/reddit.svg +++ b/.vuepress/media/svg/reddit.svg @@ -1,4 +1,4 @@ - - + + diff --git a/.vuepress/media/svg/slack.svg b/.vuepress/media/svg/slack.svg index 6a54e84..df664ae 100644 --- a/.vuepress/media/svg/slack.svg +++ b/.vuepress/media/svg/slack.svg @@ -1,4 +1,4 @@ - + diff --git a/.vuepress/media/svg/text-logo.svg b/.vuepress/media/svg/text-logo.svg index 43a3cb2..65725e0 100644 --- a/.vuepress/media/svg/text-logo.svg +++ b/.vuepress/media/svg/text-logo.svg @@ -1,4 +1,4 @@ - + diff --git a/.vuepress/scss/partials/_navigation.scss b/.vuepress/scss/partials/_navigation.scss index 0a3187c..ba488ea 100644 --- a/.vuepress/scss/partials/_navigation.scss +++ b/.vuepress/scss/partials/_navigation.scss @@ -15,19 +15,27 @@ } .navigation__item { - color: inherit; - font-size: 1rem; - line-height: 4rem; overflow: hidden; padding-right: 0.5rem; padding-left: 0.5rem; position: relative; &:first-of-type { + @include hide-text; + width: 10rem; height: 3rem; + + background-image: url("../media/svg/logo.svg"); + background-repeat: no-repeat; + background-size: contain; flex: 1; + top: 0.5rem; } &:not(:first-of-type) { + color: inherit; + font-size: 1rem; + line-height: 4rem; + &::after { width: 100%; height: 3px;