diff --git a/docs/_includes/header.html b/docs/_includes/header.html index cb7c626da..027aa3987 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -3,10 +3,13 @@ - + + + Community + + - presents diff --git a/docs/css/_home.scss b/docs/css/_home.scss index dfaa81c92..504761576 100644 --- a/docs/css/_home.scss +++ b/docs/css/_home.scss @@ -18,11 +18,23 @@ html, body { /* HEADER // ------------------------- */ -#logo img { - height: 32px; +#logo-algolia img { + height: 24px; + top: -2px; + position: relative; margin-right: 12px; } +#logo-community { + font-size: 1.6em; + color: white; + margin-right: 8px; + img { + height: 46px; + width: 46px; + } +} + .site-header { width: 100%; .navbar { diff --git a/docs/img/logo-community-lg.svg b/docs/img/logo-community-lg.svg new file mode 100644 index 000000000..4b21ba922 --- /dev/null +++ b/docs/img/logo-community-lg.svg @@ -0,0 +1,37 @@ + + + + logo-community-lg + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/img/logo-community-sm.svg b/docs/img/logo-community-sm.svg new file mode 100644 index 000000000..a038ccd65 --- /dev/null +++ b/docs/img/logo-community-sm.svg @@ -0,0 +1,30 @@ + + + + logo-community-sm + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/img/mask copy.png b/docs/img/mask copy.png deleted file mode 100644 index e20ecffec..000000000 Binary files a/docs/img/mask copy.png and /dev/null differ