2019-10-20 17:34:18 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>Red Darien / NuestraRed.org</title>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
|
|
<script src="js/jquery-3.4.1.min.js"></script>
|
|
|
|
<script src="js/popper.min.js"></script>
|
|
|
|
<script src="js/bootstrap.min.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="jumbotron text-center">
|
|
|
|
<h1>Red Darien / NuestraRed.org</h1>
|
|
|
|
<p>Contenidos locales e información para Migrantes</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-4">
|
2019-10-20 22:12:50 +00:00
|
|
|
<h3>Información para locales</h3>
|
2019-10-20 17:34:18 +00:00
|
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>
|
|
|
|
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-4">
|
2019-10-20 22:12:50 +00:00
|
|
|
<h3>Información para Turistas</h3>
|
|
|
|
<p>Lugares para visitar en la zona</p>
|
|
|
|
<p>Recomendaciones</p>
|
2019-10-20 17:34:18 +00:00
|
|
|
</div>
|
|
|
|
<div class="col-sm-4">
|
2019-10-20 22:12:50 +00:00
|
|
|
<h3>Information for migrants</h3>
|
|
|
|
<p>https://darien.nuestrared.org/s961</p>
|
|
|
|
<p>https://darien.nuestrared.org/s964</p>
|
|
|
|
<p>https://darien.nuestrared.org/s965</p>
|
2019-10-20 17:34:18 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|