Skip to content

Commit

Permalink
Merge pull request #2 from joashev/fix
Browse files Browse the repository at this point in the history
Open Graph metadata plus some minor formatting fixes
  • Loading branch information
djeanne authored Feb 27, 2019
2 parents b5490b4 + 4c99d94 commit 93fe0b0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
17 changes: 8 additions & 9 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
body {
color: #f5f5f5;
color: #F5F5F5;
}

a:hover, a:active {
color: #87CEEB;

color: #87CEEB;
}

a:link, a:visited {
color: #3B6AA0;
}

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 {
text-align: center;
}

.title {
color: #f5f5f5;
color: #F5F5F5;
}

.fa-links {
font-size: 300%;
color: #f5f5f5;
color: #F5F5F5;
}

.contacts {
Expand All @@ -56,4 +55,4 @@ p {
display: block;
margin-left: auto;
margin-right: auto;
}
}
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 93fe0b0

Please sign in to comment.