-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·56 lines (46 loc) · 2.4 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
<!-- Based on AfyaMap, https://github.com/Jumagreens/AfyaMap -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mapa Núcleos UAB</title>
<meta name="description" content="Dados do estudo de Núcleos UAB">
<meta name="viewport" content="width=device-width, user-scalable=false" initial-scale="1">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
<!--Local CSS-->
<link rel="stylesheet" href="libraries/leaflet-locate/L.Control.Locate.css">
<link rel="stylesheet" href="libraries/leaflet-search/leaflet-search.css">
<link rel="stylesheet" href="libraries/leaflet-sidebar/leaflet-sidebar.css">
<link rel="stylesheet" href="style/app.css">
<!-- This is necessary for the iOS Install -->
<!-- <meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" href="assets/icons/afyamap_icon_128.png">
<link rel="icon" href="assets/icons/logo.png" type="image/png">
<link rel="shortcut icon" href="assets/icons/afyamap_icon_16.png" type="image/png">
<link rel="apple-touch-startup-image" href="assets/images/loadscreen.png">
<link rel='stylesheet' href='http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.css' /> -->
</head>
<body>
<div class="about">
<img src="logo.png"><br>
Este site apresenta os resultados da pesquisa sobre os Núcleos
da Universidade Aberta do Brasil (UAB). A pesquisa teve como objetivo
descrever e avaliar questões relativas ao funcionamento e estrutura desses
centros, com particular atenção aos processos de produção e disseminação de
recursos educacionais. Aqui, você encontra as fichas completas sobre cada um dos
núcleos. A pesquisa foi realizada pelo grupo de pesquisa TICs e Formação Docente (CNPq).
</div>
<div id="map"></div>
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
<![endif]-->
<script src="libraries/jquery/jquery-2.1.3.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<!--Local scripts-->
<script src="libraries/leaflet-locate/L.Control.Locate.js"></script>
<script src="libraries/leaflet-search/leaflet-search.js"></script>
<script src="libraries/leaflet-sidebar/leaflet-sidebar.js"></script>
<script src="app.js"></script>
<div id="sidebar"><h1>leaflet-sidebar</h1></div>
</body>
</html>