-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuse-it.html
109 lines (92 loc) · 5.55 KB
/
use-it.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
<!doctype html>
<html>
<head>
<title>Mariana Danielová</title>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Mariana Danielová, Mariana Danielova, cartographer, mariana danielova, cartography">
<!-- <link rel="stylesheet" type="text/css" href="portfolio.css" media="screen,projection" /> -->
<link rel="stylesheet" type="text/css" href="style.css" media="screen,projection" />
<!--Bootstrap links-->
<link href="//netdna.bootstrapcdn.com/bootswatch/3.1.1/yeti/bootstrap.min.css" rel="stylesheet">
<!-- favicon - it is displayed in tab, in browser -->
<link rel="icon" type="image/png" href="images/favicon.png" />
<!-- favicon - it is displayed in tab, in browser -->
<link rel="icon" type="image/png" href="images/favicon.png" />
<!-- Mapbox links -->
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.34.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.34.0/mapbox-gl.css' rel='stylesheet' />
<script src='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.css' rel='stylesheet' />
</head>
<body>
<!--navigation bar-->
<nav class="navbar navbar-inverse" id="navbar" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">MariDani</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav" id="navigation">
<li><a href="index.html#projects">Projects</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- Main body -->
<div class="container">
<div class="page-header center_text col-sm-10 col-md-10" >
<h1>USE-IT project</h1>
<p class="lead">Czech part of the European project USE-IT</p>
</div>
<div class="col-sm-1 col-md-1 div-logo">
<img src="files/logo_USE-IT_europe.jpg" width="156" alt="USE-IT Europe logo" class="img-rounded">
</div>
<div class="row">
<div class="col-sm-12 col-md-12">
<ul>
<li>Czech non-profit organization called <a href="http://use-it.cz/?lang=en">Jůzit</a></li>
<li>part of European project <a href="http://www.use-it.travel/home">USE-IT Europe</a></li>
</ul>
<br>
<h3>Map editor and designer</h3>
<p>creation and design of the base maps (2011 - 2013)</p>
<ul>
<li>České Budějovice and Český Krumlov edition 2013, 45.000 printed copies (<a href="files/CBeng.jpg">CB</a>, <a href="files/CKeng.jpg">CK</a>)</li>
<li>Prague edition 2013, 80.000 printed copies (<a href="files/USE-IT_Prague2013_A.jpg">side A</a>, <a href="files/USE-IT_Prague2013_B.jpg">side B</a>)</li>
<li>Prague edition 2012, 50.000 printed copies (<a href="files/USE-ITmap_Prague2012a.jpg">side A</a>, <a href="files/USE-ITmap_Prague2012b.jpg">side B</a>)</li>
<li>Prague edition 2011, 35.000 printed copies (<a href="files/big_front.jpg">side A</a>, <a href="files/big_back.jpg">side B</a>)</li>
</ul>
<h3>Android application developer</h3>
<ul>
<li>map application for USE-IT České Budějovice and Český Krumlov</li>
<li>published on GooglePlay (<a href="https://play.google.com/store/apps/details?id=com.marialice.mapapp">České Budějovice</a>, <a href="https://play.google.com/store/apps/details?id=com.marialice.mapappck">Český Krumlov</a>)</li>
</ul>
<h3>USE-IT Europe meeting 2013, Brussels</h3>
<p>presentation for the USE-IT community about cartographic principles</p>
<ul>
<li>presentation topic: <a onmouseover="showpic('url(files/designprinciples.bmp)')" onmouseout="chbg()" href="http://prezi.com/tf-npktc35g2/10-design-principles-for-printed-maps/">10 design principles for printed maps</a> (Prezi)</li>
</ul>
</div>
</div>
</div>
<br>
<nav class="navbar navbar-inverse navbar-bottom" role="navigation" id="footer">
<div class="container-fluid">
<p class="navbar-text navbar-right">© Mariana Danielová, March 2017</p>
</div><!--/.container-fluid-->
</nav>
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script type="text/javascript" src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
</html>