diff --git a/doc/www/theme/static/bg_meetup-bg.png b/doc/www/theme/static/bg_meetup-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..d4f0d6babd1b1e2223413ce6ca72decc37f7b6da Binary files /dev/null and b/doc/www/theme/static/bg_meetup-bg.png differ diff --git a/doc/www/theme/static/bg_meetup.png b/doc/www/theme/static/bg_meetup.png new file mode 100644 index 0000000000000000000000000000000000000000..47f56a241e3574ddeb3d68ac28f7edc1d0adbd25 Binary files /dev/null and b/doc/www/theme/static/bg_meetup.png differ diff --git a/doc/www/theme/static/design.css b/doc/www/theme/static/design.css index 7e66c0d969249a9534cb3815c78729502fa42f35..807f5db085f361f66524d4a298647f64e159e56c 100644 --- a/doc/www/theme/static/design.css +++ b/doc/www/theme/static/design.css @@ -1492,6 +1492,29 @@ div.b-rock-list-item-ico { margin-top: 5%; } +.b-index_meetup { + height: 180px; + background: url('/theme/bg_meetup-bg.png') center; +} + +.b-index_meetup .b-block-wrapper { + width: auto; + height: 180px; + padding: 0px; + background: url('/theme/bg_meetup.png') no-repeat center;*/ +} + +.b-index_meetup a { + top: 0; left: 0; + position: absolute; + width: 100%; height: 100%; + text-decoration: none; /* No underlines on the link */ + z-index: 10; /* Places the link above everything else in the div */ + background-color: #FFF; /* Fix to make div clickable in IE */ + opacity: 0; /* Fix to make div clickable in IE */ + filter: alpha(opacity=1); /* Fix to make div clickable in IE */ +} + .b-button_container { float: right; } diff --git a/doc/www/theme/templates/index.html b/doc/www/theme/templates/index.html index e3fdf17d908892b4841668512fdaf05cd0e462e8..5e51878caa371a0a5fe680cd037fcb63d67c29e2 100644 --- a/doc/www/theme/templates/index.html +++ b/doc/www/theme/templates/index.html @@ -12,7 +12,13 @@ <a href="https://github.com/tarantool/tarantool/" class="b-follow">Follow on</a> <h1 class="b-Tarantool_title" >{{ page.blocks.header[0] }}</h1> <h2 class="b-Tarantool_title-note">{{ page.blocks.header[1] }}</h2> - <p class="b-Tarantool_title-text">{{ page.blocks.header[2] }}</p> + <!--p class="b-Tarantool_title-text">{{ page.blocks.header[2] }}</p--> + </div> +</section> + +<section class="b-lightgray_block b-index_meetup"> + <div class="b-block-wrapper"> + <a href="https://corp.mail.ru/ru/press/events/149/"></a> </div> </section>