gaurdando cambios antes de embarrarla

This commit is contained in:
Hacky Purple 2018-10-18 15:46:22 -05:00
parent b57d60bea1
commit 24126bdd41
9 changed files with 316 additions and 229 deletions

View File

@ -0,0 +1,94 @@
<!-- <div class="form-group">
<input type="text" class="form-control" placeholder="First Name *" value="" />
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Last Name *" value="" />
</div>
<div class="form-group">
<input type="password" class="form-control" placeholder="Password *" value="" />
</div>
<div class="form-group">
<input type="password" class="form-control" placeholder="Confirm Password *" value="" />
</div>
<div class="form-group">
<div class="maxl">
<label class="radio inline">
<input type="radio" name="gender" value="male" checked>
<span> Male </span>
</label>
<label class="radio inline">
<input type="radio" name="gender" value="female">
<span>Female </span>
</label>
</div>
</div> -->
<!-- <div class="col-md-6">
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email *" value="" />
</div>
<div class="form-group">
<input type="text" minlength="10" maxlength="10" name="txtEmpPhone" class="form-control" placeholder="Your Phone *" value="" />
</div>
<div class="form-group">
<select class="form-control">
<option class="hidden" selected disabled>Please select your Sequrity Question</option>
<option>What is your Birthdate?</option>
<option>What is Your old Phone Number</option>
<option>What is your Pet Name?</option>
</select>
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter Your Answer *" value="" />
</div>
<input type="submit" class="btnRegister" value="Register"/>
</div> -->
<!-- <div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="First Name *" value="" />
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Last Name *" value="" />
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Email *" value="" />
</div>
<div class="form-group">
<input type="text" maxlength="10" minlength="10" class="form-control" placeholder="Phone *" value="" />
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="password" class="form-control" placeholder="Password *" value="" />
</div>
<div class="form-group">
<input type="password" class="form-control" placeholder="Confirm Password *" value="" />
</div>
<div class="form-group">
<select class="form-control">
<option class="hidden" selected disabled>Please select your Sequrity Question</option>
<option>What is your Birthdate?</option>
<option>What is Your old Phone Number</option>
<option>What is your Pet Name?</option>
</select>
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="`Answer *" value="" />
</div>
<input type="submit" class="btnRegister" value="Register"/>
</div>
</div> -->
<!-- <button type="button" class="btn btn-default btn-circle btn-xl"><i class="glyphicon glyphicon-ok"></i></button>
<button type="button" class="btn btn-primary btn-circle btn-xl"><i class="glyphicon glyphicon-list"></i></button>
<button type="button" class="btn btn-success btn-circle btn-xl"><i class="fas fa-images"></i></i></button>
<button type="button" class="btn btn-info btn-circle btn-xl"><i class="fab fa-wikipedia-w"></i></i></button>
<button type="button" class="btn btn-warning btn-circle btn-xl"><i class="glyphicon glyphicon-remove"></i></button>
<button type="button" class="btn btn-danger btn-circle btn-xl"><i class="fab fa-youtube"></i></button> -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -0,0 +1,165 @@
html {
height: 100%
}
body {
background: url("") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: blue;
background-color: white;
height: 100%
}
#redes{
color:white;
font-size: 2em;
padding: 0.1em;
}
#logo_cabecera{
width:100%;
left:40px;
background-color: white;
}
.alert-info{
color: #341208;
background-image: url("");
}
#cabezote{
background: url(../../images/imagen_principal.jpg) fixed center no-repeat;
background-size: cover;
}
.linea_botones{
display: inline-block;
text-align: center;
margin: 1em;
}
.texto_botones{
font-size: 2em;
}
.btn-circle.btn-xl {
width: 5em;
height: 5em;
padding: 2em;
font-size: 2em;
line-height: 1.33;
border-radius: 5em;
display: inline-flex;
}
.franja{
color: white;
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
margin-bottom: 2em;
}
.navbar{
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
color: white;
margin-bottom: 0px !important;
}
.navbar-header > p {
font-size:20px;
color: white;
font-family: "Open Sans",sans-serif;
font-weight: normal;
display:inline
}
.navbar-header > a {
font-size:20px;
color: white;
font-family: "Open Sans",sans-serif;
font-weight: normal;display:inline
}
.navbar-header > strong{
font-size:20px;
color:white;
font-weight: normal;
font-family: "Open Sans",sans-serif;
display:inline
}
/*.navbar-header {width: 50%;}*/
.div_aplicacion {
background-color: #f0eee1 !important;
}
.div_aplicacion:hover {
-webkit-animation: animatedBackground 1s ease-out 1;
-moz-animation: animatedBackground 1s ease-out 1;
animation: animatedBackground 1s ease-out 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
z-index: 10000;
}
#creditos{
column-count: 4;
column-gap: 1em;
}
.img_creditos{
background-color: #eee;
display: inline;
margin: 0 0 1em;
width: 100%;
}
@-webkit-keyframes animatedBackground {
0% {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1)
}
100% {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
}
@-moz-keyframes animatedBackground {
0% {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1)
}
100% {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
}
@keyframes animatedBackground {
0% {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1)
}
100% {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -6,13 +6,13 @@ ini_set('display_errors', 'On');
}
require ('libs/xajax/xajax.inc.php');
$xajax = new xajax();
$razon_social[0] ="NuestraRed.org";
$razon_social[0] ="RedINC.org";
$telefono[0] ="317 8946799";
$email[0] ="correo@nuestrared.org";
$facebook[0] ="https://www.facebook.com/vivirenlafinca/";
$twitter[0] ="@NuestraRedOrg";
$web[0] ="http://NuestraRed.Org";
$slogan[0] ="Red Comunitaria Colaborativa";
$email[0] ="correo@redinc.org";
// $facebook[0] ="https://www.facebook.com/redinc/";
// $twitter[0] ="@RedINC";
$web[0] ="http://redinc.org";
$slogan[0] ="Red <br />INC-Comunitaria ";
function enviar_mail($formulario) {
@ -20,7 +20,7 @@ function enviar_mail($formulario) {
if($formulario['nombre'] =="") { $error ="Por favor dinos tu nombre";}
elseif($formulario['email'] =="") { $error ="Por favor escribe un correo electrónico para comunicarnos";}
elseif($formulario['telefono'] =="") { $error ="Necesitamos un número telefónico para comunicarnos";}
elseif($formulario['mensaje'] =="") { $error ="Cual es tu mensaje ?";}
elseif($formulario['mensaje'] =="") { $error ="¿Cual es tu mensaje?";}
else { $error ="";}
if ($error !=""){
@ -33,14 +33,14 @@ $respuesta->addAlert("$error");
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: NuestraRed.org <correo@nuestrared.org>\r\n";
$headers .= "Reply-To: correo@nuestrared.org\r\n";
$headers .= "Return-path: correo@nuestrared.org\r\n";
$headers .= "Cc: correo@nuestrared.org" . "\r\n";
$asunto ="Mensaje de Nuestra Red ";
$headers .= "From: RedInc.org <correo@redinc.org>\r\n";
$headers .= "Reply-To: correo@redinc.org\r\n";
$headers .= "Return-path: correo@redinc.org\r\n";
$headers .= "Cc: correo@redinc.org" . "\r\n";
$asunto ="Mensaje de RedINC";
$cuerpo ="
<img src='http://infolocal.nuestrared.org/images/logo.png' style='width:100%'>
Gracias <strong>$formulario[nombre]</strong> por comunicarse con <a href='NuestraRed.org'>NuestraRed.org</a>
<img src='https://es.123rf.com/photo_76488764_icono-de-l%C3%ADnea-de-red-comunitaria.html' style='width:100%'>
Gracias <strong>$formulario[nombre]</strong> por comunicarse con <a href='Redinc.org'>RedINC.org</a>
<div>
<h3>$asunto</h3>
<li><strong>Nombre</strong> $formulario[nombre]</li>
@ -48,13 +48,13 @@ Gracias <strong>$formulario[nombre]</strong> por comunicarse con <a href='Nuestr
<li><strong>Teléfono</strong> $formulario[telefono]</li>
<li><strong>Mensaje</strong> $formulario[mensaje]</li>
</div>
<p>Sigue en contacto con <a href='NuestraRed.org'>NuestraRed.org</a></p>
<p>Sigue en contacto con <a href='Redinc.org'>RedINC.org</a></p>
";
if(mail("$formulario[email]","$asunto","$cuerpo","$headers")){
$mensaje ="$cuerpo";
}else {$mensaje ="<div class='alert alert-danger'><h2>Error enviando correo </h2>";}
}else {$mensaje ="<div class='alert alert-danger'><h2>Error enviando correo</h2>";}
$respuesta->addAssign("div_contacto","innerHTML","$mensaje");
@ -84,6 +84,7 @@ $xajax->processRequests();
<?php $xajax->printJavascript("libs/xajax/"); ?>
<link rel="shortcut icon" href="favicon-152.png">
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link href="libs/css/font-awesome/css/font-awesome.css" rel="stylesheet">
<!-- <link href="http://getbootstrap.com/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet"> -->
@ -91,107 +92,13 @@ $xajax->processRequests();
<!-- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" /> -->
<link href="libs/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="libs/css/master.css">
<link href="libs/css/estilos.php" rel="stylesheet">
<!-- <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> -->
<!-- <link rel="points" type="application/json" href="json.php?id=<?php echo $_REQUEST["id"] ?>"> -->
<link href="libs/css/carousel.css" rel="stylesheet">
<style type="text/css">
body {
background: url("") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: green;
background-color: white;}
.alert-info{
color: #341208;
border-color: #341208;
background-image: url("");
}
.jumbotron {
/*background-image: url("libs/nuestrared/images/logoNR.png");*/
background-size: cover;
/*background-position: center;*/
/* text-shadow: 1px 1px 1px rgba(255,255,255,0.8) ; */
background-color: white;
}
.navbar{background-color: green; color: white;}
.navbar-header > p { font-size:20px; color: white; font-family: "Open Sans",sans-serif; font-weight: normal;display:inline }
.navbar-header > a { font-size:20px; color: white; font-family: "Open Sans",sans-serif; font-weight: normal;display:inline }
.navbar-header > strong{ font-size:20px; color:white; font-weight: normal; font-family: "Open Sans",sans-serif; ;display:inline}
/*.navbar-header {width: 50%;}*/
.div_aplicacion {
background-color: #f0eee1 !important;
}
.div_aplicacion:hover {
-webkit-animation: animatedBackground 1s ease-out 1;
-moz-animation: animatedBackground 1s ease-out 1;
animation: animatedBackground 1s ease-out 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
z-index: 10000;
}
@-webkit-keyframes animatedBackground {
0% {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1)
}
100% {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
}
@-moz-keyframes animatedBackground {
0% {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1)
}
100% {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
}
@keyframes animatedBackground {
0% {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1)
}
100% {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
}
</style>
<?php if($_REQUEST[id] !='' AND $_REQUEST[c]){$onload ="<script type=\"text/javascript\"> xajax_formulario_modal('$_REQUEST[id]','','$_REQUEST[c]','$_REQUEST[t]')</script>";} ?>
</head>
<body>
@ -199,14 +106,14 @@ background-color: #f0eee1 !important;
<nav class="navbar navbar" role="navigation">
<div class="container-fluid">
<div class='col-sx-12 ' id='logo_cabecera' style='width:100%;left:40px; background-color: white; '>
<div class='col-sx-12 ' id='logo_cabecera' >
<div class='pull-right' >
<div style="">
<a title="Email" target="_redes" href="mailto:<?php echo $email[0];?>"><span style='font-size:20px; color:#E6E6E6'><i class='fa fa-envelope'></i></span></a>
<a title="Facebook" target="_redes" href="<?php echo $facebook[0];?>"><span style='font-size:20px; color:#E6E6E6'><i class='fa fa-facebook-square'></i></span></a>
<a title="Twitter" target="_redes" href="https://twitter.com/<?php echo $twitter[0];?>"><span style='font-size:20px; color:#E6E6E6'><i class='fa fa-twitter'></i></span></a>
<a title="Mapa" target="_redes" href="http://mapas.nuestrared.org/es/map/nuestrared-nodos_1#15/4.7162/-75.7063"><span style='font-size:20px; color:#E6E6E6'><i class='fa fa-map-marker'></i></span></a>
<div >
<a id='redes' title="Email" target="_redes" href="mailto:<?php echo $email[0];?>"><span><i class='fa fa-envelope'></i></span></a>
<a id='redes' title="Facebook" target="_redes" href="<?php echo $facebook[0];?>"><span><i class='fa fa-facebook-square'></i></span></a>
<a id='redes' title="Twitter" target="_redes" href="https://twitter.com/<?php echo $twitter[0];?>"><span><i class='fa fa-twitter'></i></span></a>
<a id='redes' title="Mapa" target="_redes" href="http://mapas.nuestrared.org/es/map/nuestrared-nodos_1#15/4.7162/-75.7063"><span><i class='fa fa-map-marker'></i></span></a>
</div>
@ -219,7 +126,7 @@ background-color: #f0eee1 !important;
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a title="Inicio" target="" href="?"><span style='font-size:20px; color:#E6E6E6'><i class='fa fa-home'></i></span></a>
<a id='redes' title="Inicio" target="" href="?"><span><i class='fa fa-home'></i></span></a>
<p>|
<?php echo $razon_social[0];?> | </p> <?php if($_SESSION[usuario_libs]) {
$accion = "<p>$_SESSION[nombre_usuario_libs]</p> <a href='#' class='' onclick=\"xajax_libs_session('','','','salir') \"><i class='fa fa-sign-out fa-fw'></i> SALIR</a>";
@ -239,97 +146,37 @@ background-color: #f0eee1 !important;
</div>
</nav>
<div class="jumbotron text-center">
<div class="jumbotron text-center" id="cabezote">
<h1><?php echo $slogan[0];?></h1>
<img src="libs/nuestrared/images/logoNR.png" alt="NuestraRed.org" class='img img-responsive center-block' style="width:60%">
<img src="libs/redinc/images/logoRedINC.png" alt="Logo RedIINC" class='img img-responsive center-block'>
</div>
<!--
<a href='https://titanes.noticiascaracol.com/nominado/fredy-rivera' >
<img src="images/promo_banner.jpg" style='width:100%' class='img img-responsive' alt="">
<h2 class='text-center'>Todos los días puedes votar por nuestro titán </h2>
</a> -->
<!-- <br>
<img src="images/razonero_banner_small.jpg" style='width:100%' class='img img-responsive' alt="">
<br> -->
<div class='container alert alert-success'>
<div class='container alert alert-info'>
<h4>NuestraRed.org solo ofrece acceso a los contenidos que puedes encontrar navegando esta página, por diferentes razones <strong> no ofrecemos acceso a Internet. Somos una Red Local de acceso abierto. </strong> </h4>
</div>
<div class='container alert alert-info'>
<h4>NuestraRed.org es un proyecto libre y colaborativo de naturaleza comunitaria que utiliza el espectro electromagnético en las frecuencias 2.4 y 5.2 Mhz
y por lo tanto no requiere permisos adicionales para su operación según Resolución 0689 / 2004 mintic. </h4>
<h4>RedINC.org ofrece acceso a los contenidos que puedes encontrar navegando esta página, son contenidos locales que no necesitan internet<strong> Si quieres acceso a Internet Sigue este enlace para conocer más</strong> Somos una Red Comunitaria </h4>
</div>
<div class="container" >
<div class="row">
<div class="col-md-4 ">
<img src="libs/nuestrared/images/wikipedia.png" alt="Wikipedia" class='img img-responsive center-block '>
<div class="col-lg-10 col-lg-push-1 text-center">
<img src="libs/redinc/images/wikipedia.png" alt="Wikipedia" class='img img-responsive center-block '>
<br>
<a class='btn btn-block btn-success link' href="http://wikipedia.nuestrared.org/wikipedia_es_all_novid_2017-08/A/Colombia.html">Wikipedia</a>
<a class='btn btn-block btn-success' href= "http://wikipedia.nuestrared.org/wiktionary_es_all_novid_2017-08/?">Diccionario</a>
<a class='btn btn-block btn-success' href="http://wikipedia.nuestrared.org/wikibooks_es_all_novid_2017-07/?" >Biblioteca</a>
<a class='btn btn-block btn-success' href="http://wikipedia.nuestrared.org/wikivoyage_es_all_novid_2017-07/?">Lugares / Viajes</a>
<a class='btn btn-block btn-success' href="http://wikipedia.nuestrared.org/wikiquote_es_all_novid_2017-07/?" >Frases</a>
<a class='btn btn-block btn-success' href="http://wikipedia.nuestrared.org/wikisource_es_all_novid_2017-07/?" >Documentos</a>
<a class='btn btn-block btn-success' href="http://wikipedia.nuestrared.org/wikiversity_es_all_novid_2017-07/?" >Libros Universitarios</a>
<a class='btn btn-block btn-success' href="http://wikipedia.nuestrared.org/wikinews_es_all_novid_2017-11/?" >Archivo de Prensa </a>
<a class='btn btn-block btn-success' href="http://wikipedia.nuestrared.org/gutenberg_es_all_10_2014/?" >Libreria Gutenberg</a>
<a class='btn btn-block btn-success' href="http://wikipedia.nuestrared.org/vikidia_es_all_novid_2017-12/?" >Enciclopedia para niños</a>
<span class="linea_botones"> <a class='btn btn-block btn-default btn-circle btn-xl' href="http://wikipedia.redinc.org/wikipedia_es_all_novid.html"><i class="fab fa-wikipedia-w"></i></a> <br><a class="texto_botones" href="http://wikipedia.redinc.org/wikipedia_es_all_novid.html">Wikipedia</a></span>
<span class="linea_botones"><a class='btn btn-block btn-primary btn-circle btn-xl' href= "http://wikipedia.redinc.org/wiktionary_es_all_novid?"><i class="fas fa-font"></i></a><br><a class="texto_botones" href= "http://wikipedia.redinc.org/wiktionary_es_all_novid?">Diccionario</a></span>
<span class="linea_botones"><a class='btn btn-block btn-success btn-circle btn-xl' href="http://wikipedia.redinc.org/wikibooks_es_all_novid?" ><i class="fas fa-book"></i></a><br><a class="texto_botones" href="http://wikipedia.redinc.org/wikibooks_es_all_novid?">Biblioteca</a></span>
<span class="linea_botones"><a class='btn btn-block btn-warning btn-circle btn-xl' href="http://wikipedia.redinc.org/wikivoyage_es_all_novid?" ><i class="fas fa-globe"></i></a><br><a class="texto_botones" href="http://wikipedia.redinc.org/wikivoyage_es_all_novid?" >Viajar</a></span>
<span class="linea_botones"><a class='btn btn-block btn-danger btn-circle btn-xl' href="http://wikipedia.redinc.org/vikidia_es_all_novid?" ><i class="fas fa-child"></i></a><br><a class="texto_botones" href="http://wikipedia.redinc.org/vikidia_es_all_novid?" >Niños</a></span>
<span class="linea_botones"><a class='btn btn-block btn-default btn-circle btn-xl' href="http://wikipedia.redinc.org/wikiquote_es_all_novid?" ></a><br><a class="texto_botones" href="http://wikipedia.redinc.org/wikiquote_es_all_novid?" >Frases</a></span>
<span class="linea_botones"><a class='btn btn-block btn-info btn-circle btn-xl' href="http://wikipedia.redinc.org/wikisource_es_all_novid?" ><i class="fas fa-book-reader"></i></a><br><a class="texto_botones" href="http://wikipedia.redinc.org/wikisource_es_all_novid?" >Documentos</a></span>
<span class="linea_botones"><a class='btn btn-block btn-success btn-circle btn-xl' href="http://wikipedia.redinc.org/wikiversity_es_all_novid?"></a><br><a class="texto_botones" href="http://wikipedia.redinc.org/wikiversity_es_all_novid?">Universidad</a></span>
<span class="linea_botones"><a class='btn btn-block btn-warning btn-circle btn-xl' href="http://wikipedia.redinc.org/wikinews_es_all_novid?" ></a><br><a class="texto_botones" href="http://wikipedia.redinc.org/wikinews_es_all_novid?" >Prensa</a></span>
</div>
<div class="col-md-4 " >
<div class='col-md-12 container alert alert-success' >
<h2>Nuestra emisora</h2>
<p >Esta emisora es experimental, toca solo música en discos de acetato y vinilo.</p>
<strong>Escucha ahora</strong>
<audio controls style="width: 98%" >
<source src="http://infolocal.nuestrared.org:8000/radiosucia.mp3" type="audio/mp3" />
<source src="http://infolocal.nuestrared.org:8000/radiosucia.ogg" type="audio/ogg" />
<source src="http://infolocal.nuestrared.org:8000/radiosucia-pregrabado.ogg" type="audio/ogg" />
<em>Su navegador no soporta audio HTML5</em>
</audio>
</div>
<!-- <div class="col-md-6">
<img src="http://radiosucia.nuestrared.org/motion/caratula.jpg" class="img img-responsive" style ="width:100%" alt="Portada">
</div> -->
<div class='form-group'>
<label>Enlaces para escuchar desde otros dispositivos</label>
<input class='form-control' value="http://radiosucia.nuestrared.org:8000/radiosucia.ogg" size="50" onclick="select()" style="text-align:center" />
</div>
<div class='form-group'>
<input class='form-control' value="http://radiosucia.nuestrared.org:8000/radiosucia.mp3" size="50" onclick="select()" style="text-align:center" />
</div>
<div class='form-group'>
<input class='form-control' value="http://radiosucia.nuestrared.org:8000/radiosucia-pregrabado.ogg" size="50" onclick="select()" style="text-align:center" />
</div>
<!--
<div class='col-md-12 container alert alert-info' >
<h2>Emisora de Ulloa</h2>
<p >Emisora del Municipio de Ulloa - Retransmitida en NuestraRED.Org</p>
<strong>Escucha ahora</strong>
<audio controls style="width: 98%" >
<source src="http://infolocal.nuestrared.org:8000/ulloafm.mp3" type="audio/mp3" />
em>Su navegador no soporta audio HTML5</em>
</audio>
</div>
-->
<h2>Contenido Multimedia</h2>
<a class='btn btn-block btn-success' href="http://media.nuestrared.org/tag/cortometraje/">Cortos</a>
<a class='btn btn-block btn-success' href="http://media.nuestrared.org/tag/largometrajes/">Películas y Documentales</a>
<a class='btn btn-block btn-success' href="http://media.nuestrared.org/tag/casi-creativo/">No veas estos videos</a>
<a class='btn btn-block btn-success' href="http://media.nuestrared.org/tag/podcast/">Audios</a>
<a class='btn btn-block btn-success' href="http://mapas.nuestrared.org">Mapas</a>
<br>
</div>
<div class="col-md-4 alert alert-success" >
<div class="col-lg-10 col-lg-push-1 alert alert-info text-center" >
<div id='div_contacto' class="container-fluid">
<form role='form' class='form-horizontal' id='formulario_contacto' name='formulario_contacto'>
<h2>Contacto y sugerencias</h2>
@ -359,7 +206,7 @@ background-color: #f0eee1 !important;
<textarea class='form-control' id='mensaje' name='mensaje' ></textarea>
</div>
<br>
<div class='btn btn-block btn-success' onclick="xajax_enviar_mail(xajax.getFormValues('formulario_contacto'))">Enviar</div>
<div class='btn btn-block btn-primary' onclick="xajax_enviar_mail(xajax.getFormValues('formulario_contacto'))">Enviar</div>
</form>
@ -368,51 +215,32 @@ background-color: #f0eee1 !important;
</div>
<div class='container alert alert-danger' ><h1>Nuestrared.org <div class='lead'>Es un proyecto independiente de cualquier grupo político y financiado por autogestión.</div></h1> </div>
<div class='container-fluid franja' ><h1>RedInc.org <div class='lead'>Es un proyecto de Red Comunitaria</div></h1> </div>
</div>
<div class="center-block" style=" z-index:10000; bottom:10px; background-color: white; color :green; padding: 10px;">
Con el apoyo de:<p>
<div class='row'>
<div class="col-sm-4">
<a target='new' href='https://www.apc.org/es/projects/premio-chris-nicol-de-software-libre-de-apc'>
<img style='height:150px;' class='img img-responsive center-block' src="images/apc.png" alt="Asociación para el progreso de las comunicaciones">
<div class="container-fluid " id="creditos">
<h3 class="text-center">Con el apoyo de:</h3>
<div class="img_creditos">
<a target='new' href='https://www.apc.org/es'>
<img class='img img-responsive' src="images/apc.png" alt="Asociación para el progreso de las comunicaciones">
</a>
</div>
<div class="col-sm-4">
<a target='new' href='http://vivirenlafinca.org'>
<img style='height:150px;' class='img img-responsive center-block' src="images/logovivirenlafinca.png" alt="Fundación vivirenlafinca">
</a>
</div>
<div class="col-sm-4">
<a target='new' href='https://comunidadconvergentes.wordpress.com/'>
<img style='height:150px;' class='img img-responsive center-block' src="images/convergentes.jpg" alt="Comunidad de practica convergentes">
<div class="img_creditos">
<a target='new' href='http://colnodo.org'>
<img class='img img-responsive' src="images/logo_colnodo.png" alt="Colnodo">
</a>
</div>
</div>
Agradecimientos:
<div class='row '>
<div class="col-sm-4">
<a target='new' href='http://qmp.cat'>
<img style='height:100px;' class='img img-responsive center-block' src="images/qmp.png" alt="QMP ">
</a>
</div>
<div class="col-sm-4">
<a target='new' href='#'>
<img style='height:100px;' class='img img-responsive center-block' src="images/unloquer.png" alt="Un/Loquer ">
</a>
</div><div class="col-sm-4 center-block">
<a target='new' href='platohedro.org'>
<img style='height:100px;' class='img img-responsive center-block' src="images/platohedro.jpg" alt="Platohedro ">
<div >
<h3 class="text-center">Agradecimientos:</h3>
<div class="img_creditos">
<a target='new' href='http://nuestrared.org'>
<img style='height:100px;' class='img img-responsive center-block' src="images/logoNR.png" alt="QMP ">
</a>
</div>
</div>
<br>
</div>
<!-- Modal -->
@ -444,7 +272,7 @@ background-color: #f0eee1 !important;
background-image: url('');
">
<a class='pull-right' href='http://QWERTY.co/libs'>Powered by: &copy; libs </a>
<a class='pull-right' href=''>Creado con para la Red Comunitaria de Buenos Aires</a>
</div>
<!-- Bootstrap core JavaScript
================================================== -->