forked from tochev/obshtestvo.bg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
122 lines (110 loc) · 4.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<title>Общество.бг</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
@font-face {
font-family: 'obshtestvobg';
src: url('/assets/fonts/obshtestvobg-bold.eot?0f0ec9118ffb');
src: url('/assets/fonts/obshtestvobg-bold.eot?&0f0ec9118ffb#iefix') format('embedded-opentype'),
url('/assets/fonts/obshtestvobg-bold.woff?0f0ec9118ffb') format('woff'),
url('/assets/fonts/obshtestvobg-bold.ttf?0f0ec9118ffb') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'obshtestvobg';
src: url('/assets/fonts/obshtestvobg-regular.eot?0f0ec9118ffb');
src: url('/assets/fonts/obshtestvobg-regular.eot?&0f0ec9118ffb#iefix') format('embedded-opentype'),
url('/assets/fonts/obshtestvobg-regular.woff?0f0ec9118ffb') format('woff'),
url('/assets/fonts/obshtestvobg-regular.ttf?0f0ec9118ffb') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'obshtestvobg';
src: url('/assets/fonts/obshtestvobg-black.eot?0f0ec9118ffb');
src: url('/assets/fonts/obshtestvobg-black.eot?&0f0ec9118ffb#iefix') format('embedded-opentype'),
url('/assets/fonts/obshtestvobg-black.woff?0f0ec9118ffb') format('woff'),
url('/assets/fonts/obshtestvobg-black.ttf?0f0ec9118ffb') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'obshtestvobg';
src: url('/assets/fonts/obshtestvobg-italic.eot?&0f0ec9118ffb') format('eot'),
url('/assets/fonts/obshtestvobg-italic.woff?0f0ec9118ffb') format('woff'),
url('/assets/fonts/obshtestvobg-italic.ttf?0f0ec9118ffb') format('truetype'),
url('/assets/fonts/obshtestvobg-italic.svg?0f0ec9118ffb#obshtestvobg-italic') format('svg');
font-style: italic;
}
html, body {
padding: 0;
margin: 0;
font-family: "obshtestvobg", "Myriad Pro", "Verdana", sans-serif;
-webkit-font-smoothing: antialiased;
}
html { height: 100%; }
body { min-height: 100%; }
.content {
max-width: 700px;
margin: 0 auto;
padding: 1em;
}
body {
background: #2a4650 url('/assets/images/header-bg.jpg?0f0ec9118ffb') no-repeat bottom center;
-webkit-background-size: cover;
background-size: cover;
text-align: center;
color: #fff;
}
header ul {
margin: 3em 0;
list-style-type: none;
font-size: 13px;
}
header ul li {
display: inline-block;
padding: 0.2em 0.8em 0.2em 0.5em;
border-right: 1px solid #688490;
text-transform: uppercase;
}
header ul li:last-child {
border-right: none;
}
header a,
header a:visited {
color: #7BC142;
font-weight: 900;
text-decoration: none;
}
.big-logo {
width: 260px;
height: 200px;
}
</style>
</head>
<body>
<header>
<div class="content">
<h1>
<a href="/">
<img src="/assets/images/logo-big.png" alt="Лого на Общество.бг" class="big-logo">
</a>
</h1>
<h2>
Независими създатели на електронни инструменти за бърза и удобна връзка държава–гражданин.
</h2>
<ul>
<li><a href="https://status.obshtestvo.bg/">Блог</a></li>
<li><a href="https://github.com/obshtestvo/">Проекти в GitHub</a></li>
<li><a href="mailto:[email protected]">Имейл</a></li>
<li><a href="https://join.slack.com/t/obshtestvo/shared_invite/zt-10i10f2si-u_iBOSU_RMUeRIWMAQZKRQ">Slack координация</a></li>
<li><a href="https://www.facebook.com/obshtestvo.bg">Facebook</a></li>
</ul>
</section>
</header>
</body>
</html>