Skip to content

Commit 93fe0b0

Browse files
authored
Merge pull request #2 from joashev/fix
Open Graph metadata plus some minor formatting fixes
2 parents b5490b4 + 4c99d94 commit 93fe0b0

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

css/main.css

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
body {
2-
color: #f5f5f5;
2+
color: #F5F5F5;
33
}
44

55
a:hover, a:active {
6-
color: #87CEEB;
7-
6+
color: #87CEEB;
87
}
98

109
a:link, a:visited {
1110
color: #3B6AA0;
1211
}
1312

1413
a.hero-link:link, a.hero-link:visited {
15-
color: #AFEEEE}
14+
color: #AFEEEE
15+
}
1616

1717
a.hero-link:hover, a.hero-link:active {
18-
color: #87CEEB;
19-
18+
color: #87CEEB;
2019
}
2120

2221
p {
2322
text-align: center;
2423
}
2524

2625
.title {
27-
color: #f5f5f5;
26+
color: #F5F5F5;
2827
}
2928

3029
.fa-links {
3130
font-size: 300%;
32-
color: #f5f5f5;
31+
color: #F5F5F5;
3332
}
3433

3534
.contacts {
@@ -56,4 +55,4 @@ p {
5655
display: block;
5756
margin-left: auto;
5857
margin-right: auto;
59-
}
58+
}

index.html

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
<!--Additional styling-->
1717
<link rel="stylesheet" type="text/css" href="css/main.css">
1818

19+
<!--Open Graph metadata-->
20+
<meta property="og:title" content="GDC Golang Казань" />
21+
<meta property="og:type" content="website" />
22+
<meta property="og:description" content="Встречи русскоязычного сообщества разработчиков на Go в Казани." />
23+
<meta property="og:url" content="https://golangkazan.github.io/" />
24+
<meta property="og:image" content="https://raw.githubusercontent.com/GolangKazan/GolangKazan.github.io/master/golang_kazan.jpg" />
25+
<meta property="og:locale" content="ru_RU" />
26+
1927
<title>GDC Golang Kazan</title>
2028
</head>
2129
<body>

0 commit comments

Comments
 (0)