-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
102 lines (91 loc) · 4.91 KB
/
contact.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html"; charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="author" content="OpenStreetMap Nicaragua" />
<meta name="description" content="Mapa de la red de las rutas de buses del transporte urbano colectivo (TUC) de Managua y Ciudad Sandino" />
<meta name="keywords" content="Bus, Buses, Rutas, Ruta, IRTRAMMA, TUC, Transporte, Transporte Urbano Colectivo, Nicaragua, Managua, OpenStreetMap, Transporte público, Datos Abiertos, Open Data" />
<meta name="Content-Language" content="es" />
<meta property="og:site_name" content="MapaNica.net - Rutas de Managua"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="MapaNica.net - Rutas de Managua"/>
<meta property="og:description" content="Mapa de la red de las rutas de buses del transporte urbano colectivo (TUC) de Managua y Ciudad Sandino"/>
<meta property="og:locale" content="es_NI"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:image" content="/images/mapanica-rutas.png">
<title>MapaNica.net - Rutas de Managua Contact form for MapaNica.net - Rutas de Managua
</title>
<script src="/theme/js/jquery.js"></script>
<script src="/theme/js/leaflet.js"></script>
<script src="/theme/js/leaflet/leaflet-hash.js"></script>
<script src="/theme/js/leaflet/ActiveLayers.js"></script>
<script src="/theme/js/leaflet/leaflet.ajax.js"></script>
<script src="/theme/js/leaflet/leaflet.label.js"></script>
<script src="/theme/js/modal.js"></script>
<script src="/theme/js/search.js"></script>
<script src="/theme/js/report-form.js"></script>
<link rel="stylesheet" href="/theme/css/leaflet.css" type="text/css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.ie.css" />
<![endif]-->
<link rel="stylesheet" href="/theme/js/leaflet/zoomslider/L.Control.Zoomslider.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/css/fonts.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/css/pygments.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/css/font-awesome.min.css">
<link rel="stylesheet" href="/theme/css/leaflet.label.css" type="text/css" />
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/css/style.less">
<script src="/theme/js/less.min.js" type="text/javascript"></script>
<link rel="shortcut icon" href="http://localhost:8000/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://localhost:8000/images/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="col-md-8">
<section>
<h1>
Contact me
</h1>
<p>I'd love to hear from you.</p>
<form method="post" action="http://localhost:8000/php/submit.php">
<div class="form-group col-md-6">
<input type="text" class="form-control" id="name" placeholder="Name">
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" id="email" placeholder="Enter email">
</div>
<p class="antispam"> Leave this empty: <br /> <input name="url" /></p>
<div class="form-group col-md-12">
<textarea class="form-control" rows="5" name="message" placeholder="Message"></textarea>
</div>
<div class="form-group col-md-3 offset-md-3">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</section>
</div>
<script src="/theme/js/public-transport.js"></script>
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://stats.delattre.de/" : "http://stats.delattre.de/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 5);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://stats.delattre.de/piwik.php?idsite=5" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tracking Code --> <script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " MapaNica.net - Rutas de Managua ",
"url" : "http://localhost:8000",
"image": "/images/mapanica-rutas.png",
"description": "Mapa de la red de las rutas de buses del transporte urbano colectivo (TUC) de Managua y Ciudad Sandino"
}
</script>
</body>
</html>