Major redesign (#8)

* Open Graph fix

* Updated logo and favicon

* Major redesign
This commit is contained in:
Joanna Shevchuk 2019-06-14 22:36:47 +03:00 committed by Iskander (Alex) Sharipov
parent 4d7528c7eb
commit bd1eebe5ec
3 changed files with 2671 additions and 110 deletions

BIN
GolangKazan.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

File diff suppressed because it is too large Load diff

View file

@ -1,64 +1,118 @@
<!DOCTYPE html>
<html lang="ru_RU" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Logo-->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!--Basic Bulma CSS-->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css">
<!--Fork Awesome icon set for the buttons-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.5/css/fork-awesome.min.css" integrity="sha256-P64qV9gULPHiZTdrS1nM59toStkgjM0dsf5mK/UwBV4=" crossorigin="anonymous">
<!--Additional styling-->
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--Open Graph metadata-->
<meta property="og:title" content="GDG Golang Казань" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Встречи русскоязычного сообщества разработчиков на Go в Казани." />
<meta property="og:url" content="https://golangkazan.github.io/" />
<meta property="og:image" content="https://raw.githubusercontent.com/GolangKazan/GolangKazan.github.io/master/golang_kazan.jpg" />
<meta property="og:locale" content="ru_RU" />
<title>GDG Golang Kazan</title>
</head>
<body>
<div class="hero-head"></div>
<div class="hero-body has-background-go">
<div class="container has-text-centered">
<h1 class="title">GDG Golang Kazan</h1>
<h3 class="title">Встречи русскоязычного сообщества разработчиков на <a class="hero-link" href="https://golang.org/" target="_blank">Go</a> в Казани.</h3>
<figure class="image"><img id="gopher" src="gologo.jpg" class="is-rounded" alt="Логотип казанского сообщества: Гофер верхом на драконе Зиланте - символе г. Казань"></figure>
</div>
</div>
<div class="columns">
<div class="column has-background-go"></div>
<div class="column is-four-fifths has-background-go">
<div class="contacts">
<a href="https://github.com/GolangKazan" target="_blank"><i class="fa fa-github fa-lg fa-links" title="Github. Наши репозитории."></i></a>
<a href="https://twitter.com/GolangKazan" target="_blank"><i class="fa fa-twitter fa-lg fa-links" title="Twitter. Дублирование анонсов. Здесь можно помочь ретвитами."></i></a>
<a href="https://t.me/GolangKazan" target="_blank"><i class="fa fa-telegram fa-lg fa-links" title="Telegram chat (@GolangKazan). Анонсы и обсуждения."></i></a>
<a href="http://slack.golang-ru.com/channels/meetup-tatar/" target="_blank"><i class="fa fa-slack fa-lg fa-links" title="Канал #meetup-tatar в слаке русскоязычного сообщества."></i></a>
<a href="https://www.meetup.com/GolangKazan/" target="_blank"><i class="fa fa-meetup fa-lg fa-links" title="Группа на meetup.com. Основное место для анонсов и регистрации."></i></a>
<a href="https://vk.com/GolangKazan" target="_blank"><i class="fa fa-vk fa-lg fa-links" title="Группа в vk. Анонсы, фотографии, голосования."></i></a>
</div></div>
<div class="column has-background-go"></div>
</div>
<div class="columns">
<div class="column"><p class="disclaimer">Мы рады видеть всех от любознательных новичков до профессионалов. </p></div>
<div class="column"><p class="disclaimer">Как и в остальных сообществах Go, у нас действует <a target="_blank" href="https://golang.org/conduct">кодекс правил поведения</a>.</p></div>
<div class="column"><p class="disclaimer">Наши основные хеш-теги: <span class="hashtag">#GolangKazan</span>, <span class="hashtag">#golang</span>, <span class="hashtag">#gdg</span>.</p></div>
<div class="column"><p class="disclaimer">Доклады выкладываются на <a target="_blank" href="https://github.com/GolangKazan/talks">https://github.com/GolangKazan/talks</a>.</p></div></div>
</div>
<div class="columns">
<div class="column"></div>
<div class="column is-four-fifths">
<p class="disclaimer">Disclaimer: GDG Kazan Golang is an independent group; our activities and the opinions expressed here should in no way be linked to Google, the corporation. To learn more about the GDG program, visit <a href="https://developers.google.com/groups/" target="_blank">https://developers.google.com/groups/</a></p></div>
<div class="column"></div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="ru_RU" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Logo-->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!--Basic Bulma CSS-->
<link rel="stylesheet" href="css/main.css">
<!--Fork Awesome icon set for the buttons-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<!--Open Graph metadata-->
<meta property="og:title" content="GDG Golang Казань" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Встречи русскоязычного сообщества разработчиков на Go в Казани." />
<meta property="og:url" content="https://GolangKazan.github.io/" />
<meta property="og:image" content="https://raw.githubusercontent.com/GolangKazan/GolangKazan.github.io/master/golang_kazan.jpg" />
<meta property="og:locale" content="ru_RU" />
<title>GDG Golang Kazan</title>
</head>
<body>
<section class="hero is-primary">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title">GDG Golang Kazan</h1>
<h2 class="subtitle">Встречи русскоязычного сообщества разработчиков на <a class="hero-link" href="https://golang.org/" target="_blank">Go</a> в Казани.</h2>
<figure class="image"><img id="gopher" src="GolangKazan.jpg" class="is-rounded" alt="Логотип казанского сообщества: Гофер верхом на драконе Зиланте - символе г. Казань"></figure>
</div>
<div class="container has-text-centered">
<div class="social-links">
<a class="hero-link" href="https://github.com/GolangKazan" target="_blank"><i class="fa fa-github fa-3x" title="Github."></i></a>
<a class="hero-link" href="https://twitter.com/GolangKazan" target="_blank"><i class="fa fa-twitter fa-3x" title="Twitter."></i></a>
<a class="hero-link" href="https://t.me/GolangKazan" target="_blank"><i class="fa fa-telegram fa-3x" title="Telegram"></i></a>
<a class="hero-link" href="http://slack.golang-ru.com/channels/meetup-tatar/" target="_blank"><i class="fa fa-slack fa-3x" title="Slack #meetup-tatar"></i></a>
<a class="hero-link" href="https://www.meetup.com/GolangKazan/" target="_blank"><i class="fa fa-meetup fa-3x" title="Meetup.com"></i></a>
<a class="hero-link" href="https://vk.com/GolangKazan" target="_blank"><i class="fa fa-vk fa-3x" title="VK"></i></a>
</div>
</div>
</section>
<section class="section" id="mission-statement">
<div class="container">
<h2 class="title">GDG Golang Kazan</h2>
<p>Мы рады видеть всех от любознательных новичков до профессионалов. </p>
</div>
</section>
<section class="section" id="conduct">
<div class="container">
<h2 class="title">Code of Conduct</h2>
<p>Мы придерживаемся <a target="_blank" href="https://golang.org/conduct">кодекса правил поведения сообщества Go</a>.</p>
</div>
</section>
<section class="section" id="presence">
<div class="container">
<h2 class="title">Где нас найти</h2>
<p>Основные хэштеги сообщества: <span class="hashtag">#GolangKazan</span>, <span class="hashtag">#golang</span>, <span class="hashtag">#gdg</span>.</p>
<p>
<table class="table">
<tbody>
<tr>
<td class="has-text-centered">
<a href="https://github.com/GolangKazan" target="_blank"><i class="fa fa-github fa-2x"></i></a></td>
<td><p>Наши репозитории.</p></td>
</tr>
<tr>
<td class="has-text-centered">
<a href="https://twitter.com/GolangKazan" target="_blank"><i class="fa fa-twitter fa-2x"></i></a></td>
<td><p>Дублирование анонсов. (Здесь можно помочь ретвитами.)</td></tr>
<tr>
<td class="has-text-centered">
<a href="https://t.me/GolangKazan" target="_blank"><i class="fa fa-telegram fa-2x"></i></a></td>
<td><p>Анонсы и обсуждения.</p></td></tr>
<tr>
<td class="has-text-centered">
<a href="http://slack.golang-ru.com/channels/meetup-tatar/" target="_blank"><i class="fa fa-slack fa-2x"></i></a></td>
<td><p>Канал #meetup-tatar в слаке русскоязычного сообщества Go.</p></td>
</tr>
<tr>
<td class="has-text-centered">
<a href="https://www.meetup.com/GolangKazan/" target="_blank"><i class="fa fa-meetup fa-2x"></i></a></td>
<td><p>Основная площадка для анонсов и регистрации на предстоящие мероприятия.</p></td>
</tr>
<tr>
<td class="has-text-centered">
<a href="https://vk.com/GolangKazan" target="_blank"><i class="fa fa-vk fa-2x"></i></a></td>
<td><p>Анонсы, фотографии, голосования.</p></td>
</tr>
</tbody>
</table>
</p>
</div>
</section>
<section class="section" id="talks">
<div class="container">
<h2 class="title">Доклады</h2>
<p>Доклады с наших прошедших митапов выкладываются на <a target="_blank" href="https://github.com/GolangKazan/talks"><i class="fa fa-github"></i><strong>GolangKazan/talks</strong></a>.</p>
</div>
</section>
<footer class="footer">
<div class="container has-text-centered is-italic">
<p><strong>Disclaimer:</strong> GDG Golang Kazan is an independent group; our activities and the opinions expressed here should in no way be linked to Google, the corporation.</p>
<p>To learn more about the GDG program, visit <a href="https://developers.google.com/groups/" target="_blank">https://developers.google.com/groups/</a></p>
</div>
</footer>
</body>
</html>