diff --git a/docs/en/conf.py b/docs/en/conf.py index c58139ce779..b35129346ce 100644 --- a/docs/en/conf.py +++ b/docs/en/conf.py @@ -125,6 +125,7 @@ html_theme_options = { 'link': '#08f', 'link_hover': 'red', 'extra_nav_links': collections.OrderedDict([ + ('ClickHouse Meetup Berlin', 'https://events.yandex.com/events/meetings/05-10-2017/'), ('Switch to Russian ', '#ru'), ('Single page documentation', '/docs/en/single/'), ('Website home', '/'), diff --git a/website/index.css b/website/index.css index bd419701f44..3f72e172b83 100644 --- a/website/index.css +++ b/website/index.css @@ -209,9 +209,22 @@ a:hover, a:active { margin-top: 0; } -#performance { +#performance, #announcement { background: #fc0; } +#announcement { + margin: 0 0 60px 0; + padding: 20px 0; +} +#announcement-link { + color: #000; + text-decoration: underline; + font: 400 200%/133% 'Yandex Sans Display Web',Arial,sans-serif; + margin: 1em 0; +} +#announcement-link:hover { + color: #000; +} #call_to_action, #benchmark_learn_more { text-decoration: none; @@ -402,7 +415,7 @@ img { } #hero { - padding: 40px 0 10px 0; + padding: 40px 0 0 0; } .desktop-only { diff --git a/website/index.html b/website/index.html index b0c8e052ed4..ca5364f0802 100644 --- a/website/index.html +++ b/website/index.html @@ -90,6 +90,11 @@
+