-
Notifications
You must be signed in to change notification settings - Fork 2
/
english.html
80 lines (63 loc) · 3.77 KB
/
english.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
<!doctype html>
<html class="no-js" lang="BG">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UX DOT GOV</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<header class="hero">
<img class="udg-logo" src="img/logo-header-white.svg" alt="ux dot gov logo">
<p>
uxdotgov is a series of events, focusing on user experience in government administration systems, ease-of-use for citizens and e-government.
</p>
<img class="hero-image" src="img/header-parliament.svg" alt="Parliament image">
</header>
<section class="info-card card-meetup">
<header>
<h1>UXDOTGOV <span>MEETUP <i class="fa fa-sun-o"></i></span></h1>
<span class="info-date"><i class="fa fa-calendar"></i> 11 june</span>
<span class="info-location"><i class="fa fa-map-marker"></i> Betahaus</span>
</header>
<p>
On june 11th we met up in Betahaus with <a href="https://twitter.com/bozhobg" target="_blank">Bozhidar Bozhanov</a>, who talked about UX in government administration — what currently works and what must be improved.
</p>
<footer>
Thanks to everyone who participated!
</footer>
</section>
<section class="info-card card-conf">
<header>
<h1>UXDOTGOV <span>CONFERENCE <i class="fa fa-asterisk"></i></span></h1>
<span class="info-date"><i class="fa fa-calendar"></i> In february</span>
</header>
<p>
The main event of uxdotgov will be held in February 2016. Stay tuned for more info! You can also sign up to receive relevant updates and promotions regarding the event.
</p>
<footer>
<form action="//uxdotgov.us12.list-manage.com/subscribe/post?u=d24a07c2a9a8f1ca167c18a0a&id=ecdcdb5c5f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input id="fieldEmail" type="email" autocapitalize="off" autocorrect="off" name="EMAIL" id="mce-EMAIL" required placeholder="your@еmail.com" />
<button type="submit">Sign up</button>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_d24a07c2a9a8f1ca167c18a0a_ecdcdb5c5f" tabindex="-1" value=""></div>
</div>
</form>
</footer>
</section>
<footer class="info-card service-info">
<a href="http://obshtestvo.bg" target="_blank"><img src="img/obshtestvo-logo.svg" class="foot-img obshtestvo-logo" alt="obshtestvo logo"></a>
<p>Independent creators of web tools and data vis<br/> improving the expirience between <br/>the citizen ⇆ the state</p>
<p>This site is open source, <a href="https://github.com/obshtestvo/uxdotgov" target="_blank">improve it on GitHub</a>.</p>
<p><i class="fa fa-language"></i> <a href="index.html">Бълграрски език</a> <i class="fa fa-envelope"></i> <a href="mailto:[email protected]">Contact us</a></p>
<p>© uxdotgov.bg</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/main.js"></script>
<script src="js/ga.js"></script>
</body>
</html>