File tree 2 files changed +16
-9
lines changed
2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1
1
body {
2
- color : # f5f5f5 ;
2
+ color : # F5F5F5 ;
3
3
}
4
4
5
5
a : hover , a : active {
6
- color : # 87CEEB ;
7
-
6
+ color : # 87CEEB ;
8
7
}
9
8
10
9
a : link , a : visited {
11
10
color : # 3B6AA0 ;
12
11
}
13
12
14
13
a .hero-link : link , a .hero-link : visited {
15
- color : # AFEEEE }
14
+ color : # AFEEEE
15
+ }
16
16
17
17
a .hero-link : hover , a .hero-link : active {
18
- color : # 87CEEB ;
19
-
18
+ color : # 87CEEB ;
20
19
}
21
20
22
21
p {
23
22
text-align : center;
24
23
}
25
24
26
25
.title {
27
- color : # f5f5f5 ;
26
+ color : # F5F5F5 ;
28
27
}
29
28
30
29
.fa-links {
31
30
font-size : 300% ;
32
- color : # f5f5f5 ;
31
+ color : # F5F5F5 ;
33
32
}
34
33
35
34
.contacts {
56
55
display : block;
57
56
margin-left : auto;
58
57
margin-right : auto;
59
- }
58
+ }
Original file line number Diff line number Diff line change 16
16
<!--Additional styling-->
17
17
< link rel ="stylesheet " type ="text/css " href ="css/main.css ">
18
18
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
+
19
27
< title > GDC Golang Kazan</ title >
20
28
</ head >
21
29
< body >
You can’t perform that action at this time.
0 commit comments