forked from school-of-data/mobile-data-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
87 lines (67 loc) · 3.31 KB
/
resources.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MOBILE DATA COLLECTION</title>
<meta name="title" content="MOBILE DATA COLLECTION" />
<meta name="robots" content="index, follow">
<meta name="description" content="The Easy Guide to Mobile data collection is an introduction to the requirements and challenges of using smartphones to collect data." />
<meta name="Author" lang="pt" content="School Of Data + Nirab Pudasaini" />
<meta name="Date-Creation-yyyymmdd" content="2015-12-23" lang="en" />
<meta name="Keywords" lang="en" content="data, data collection, mobile data collection, school of data, guide, explainer, learning, kathmandu living labs, fellowship" />
<meta name="revisit-after" content="7 Days" />
<meta name="copyright" content="School Of Data" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<meta property="og:title" content="MOBILE DATA COLLECTION">
<meta property="og:image" content="img/staff.png">
<meta property="og:description" content="The Easy Guide to Mobile data collection is an introduction to the requirements and challenges of using smartphones to collect data.">
<meta property="og:url" content="#######################" />
<meta property="og:image:type" content="image/jpg">
<meta property="og:image:width" content="644">
<meta property="og:image:height" content="600">
<link rel="shortcut icon" href="img/favicon.png" type="ico" />
<link rel="image_src" href="img/staff.png" />
<script type="text/javascript" src="js/jquery-2.0.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo-min.js"></script>
<script>var page='resourses'</script>
<script type="text/javascript" src="js/guide.js"></script>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/guide.css">
</head>
<body>
<div id="nav">
<ul id="menu">
<li class="menu_bt " id="menu1">THE GUIDE</li>
<li class="menu_bt" id="menu2">SNEAK PEAK</li>
<li class="menu_bt selected" id="menu3">+ RESOURCES</li>
</ul>
</div>
<header id="header">
</header>
<div id='about'>
<div id="about_tx" >
The guide wasn't enough? Below you will find other resources from School of Data to learn more about mobile data collection. This page will be updated whenever a new resource is published.
</div>
</div>
<div id="courses_container" >
<ul id="courses_list" ></ul>
</div>
<footer>
<div id="project">
A PROJECT BY:
<div><a id="sd_logo_footer" href="http://schoolofdata.org/" title="An School of Data Project" target="_blank">
<img src="img/sd_logo.png" alt="School of Data logo"></a></div>
</div>
<div id="support">
SUPPORT:
<div>
<a id="okn_logo" href="http://okfn.org/" title="Open Knowledge" target="_blank">
<img src="img/okfn_logo.png" alt="Open Da logo"></a>
</div>
</div>
</footer>
</body>
</html>