Merge pull request #4 from joashev/master

Open Graph metadata added and formatting fixed
This commit is contained in:
Iskander (Alex) Sharipov 2019-02-27 21:41:34 +03:00 committed by GitHub
commit c0912e5928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 9 deletions

View file

@ -1,10 +1,9 @@
body {
color: #f5f5f5;
color: #F5F5F5;
}
a:hover, a:active {
color: #87CEEB;
color: #87CEEB;
}
a:link, a:visited {
@ -12,11 +11,11 @@ a:link, a:visited {
}
a.hero-link:link, a.hero-link:visited {
color: #AFEEEE}
color: #AFEEEE
}
a.hero-link:hover, a.hero-link:active {
color: #87CEEB;
color: #87CEEB;
}
p {
@ -24,12 +23,12 @@ p {
}
.title {
color: #f5f5f5;
color: #F5F5F5;
}
.fa-links {
font-size: 300%;
color: #f5f5f5;
color: #F5F5F5;
}
.contacts {
@ -56,4 +55,4 @@ p {
display: block;
margin-left: auto;
margin-right: auto;
}
}

View file

@ -16,6 +16,14 @@
<!--Additional styling-->
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--Open Graph metadata-->
<meta property="og:title" content="GDC 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>GDC Golang Kazan</title>
</head>
<body>