modificaciones para redcomani
This commit is contained in:
parent
fbf1a11e69
commit
a9c2568f43
Binary file not shown.
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 3.7 KiB |
@ -82,7 +82,7 @@ input[type="submit"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.register-right {
|
.register-right {
|
||||||
background: #f8f9fa;
|
background: #f8f9fac2;
|
||||||
border-top-left-radius: 20% 50%;
|
border-top-left-radius: 20% 50%;
|
||||||
border-bottom-left-radius: 20% 50%;
|
border-bottom-left-radius: 20% 50%;
|
||||||
}
|
}
|
||||||
@ -90,7 +90,7 @@ input[type="submit"] {
|
|||||||
.register-left img {
|
.register-left img {
|
||||||
margin-top: 15%;
|
margin-top: 15%;
|
||||||
margin-bottom: 5%;
|
margin-bottom: 5%;
|
||||||
width: 80%;
|
width: 100%;
|
||||||
-webkit-animation: mover 2s infinite alternate;
|
-webkit-animation: mover 2s infinite alternate;
|
||||||
animation: mover 1s infinite alternate;
|
animation: mover 1s infinite alternate;
|
||||||
}
|
}
|
||||||
@ -250,7 +250,7 @@ input[type="submit"] {
|
|||||||
background:#f8f9fad4
|
background:#f8f9fad4
|
||||||
}
|
}
|
||||||
.register-left img {
|
.register-left img {
|
||||||
width: 30%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@ -346,7 +346,7 @@ input[type="submit"] {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane fade show active" id="profile" role="tabpanel" aria-labelledby="profile-tab">
|
<div class="tab-pane fade show active" id="profile" role="tabpanel" aria-labelledby="profile-tab">
|
||||||
<h3 class="register-heading">Ver contenidos Locales sin necesidad de Internet</h3>
|
<h3 class="register-heading">Ver contenidos Locales sin Internet</h3>
|
||||||
<div class="row register-form">
|
<div class="row register-form">
|
||||||
<div class="boton_entrar">
|
<div class="boton_entrar">
|
||||||
<div class="container boton_entrar">
|
<div class="container boton_entrar">
|
||||||
|
BIN
weblocal/images/captiveportal-logoRedCoMani.png
Normal file
BIN
weblocal/images/captiveportal-logoRedCoMani.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
@ -60,7 +60,9 @@ background-image: url("");
|
|||||||
}
|
}
|
||||||
.texto_botones{
|
.texto_botones{
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
color: #7F9E3C !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-circle.btn-xl {
|
.btn-circle.btn-xl {
|
||||||
width: 4em;
|
width: 4em;
|
||||||
height: 4em;
|
height: 4em;
|
||||||
@ -73,11 +75,11 @@ background-image: url("");
|
|||||||
|
|
||||||
.franja{
|
.franja{
|
||||||
color: white;
|
color: white;
|
||||||
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
|
background: -webkit-linear-gradient(left, #7F9E3C, #E4A42F);
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
.navbar{
|
.navbar{
|
||||||
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
|
background: -webkit-linear-gradient(left, #7F9E3C, #E4A42F);
|
||||||
color: white;
|
color: white;
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
}
|
}
|
||||||
@ -153,7 +155,7 @@ background-color: #f0eee1 !important;
|
|||||||
column-count: 2;
|
column-count: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media max-width: 540px{
|
@media only screen and (max-width: 540px) {
|
||||||
#creditos {
|
#creditos {
|
||||||
column-count: 1;
|
column-count: 1;
|
||||||
}
|
}
|
||||||
|
@ -8,10 +8,10 @@ require('libs/xajax/xajax.inc.php');
|
|||||||
$xajax = new xajax();
|
$xajax = new xajax();
|
||||||
$razon_social[0] ="RedCoMani.org";
|
$razon_social[0] ="RedCoMani.org";
|
||||||
$telefono[0] ="317 8946799";
|
$telefono[0] ="317 8946799";
|
||||||
$email[0] ="correo@redinc.org";
|
$email[0] ="correo@redcomani.org";
|
||||||
// $facebook[0] ="https://www.facebook.com/redinc/";
|
// $facebook[0] ="https://www.facebook.com/redcomani/";
|
||||||
// $twitter[0] ="@RedCoMani";
|
// $twitter[0] ="@RedCoMani";
|
||||||
$web[0] ="https://redinc.org";
|
$web[0] ="https://redcomani.org";
|
||||||
$slogan[0] ="RedCoMani <br/> Red comunitaria ";
|
$slogan[0] ="RedCoMani <br/> Red comunitaria ";
|
||||||
|
|
||||||
function enviar_mail($formulario)
|
function enviar_mail($formulario)
|
||||||
@ -43,7 +43,7 @@ function enviar_mail($formulario)
|
|||||||
$headers .= "Cc: correo@redcomani.org" . "\r\n";
|
$headers .= "Cc: correo@redcomani.org" . "\r\n";
|
||||||
$asunto ="Mensaje de RedCoMani";
|
$asunto ="Mensaje de RedCoMani";
|
||||||
$cuerpo ="
|
$cuerpo ="
|
||||||
<img src='libs/redcomani/images/logoRedCoMani.png' style='width:100%'>
|
<img src='libs/redcomani/images/captiveporta-logoRedCoMani.png' style='width:100%'>
|
||||||
Gracias <strong>$formulario[nombre]</strong> por comunicarse con <a href='https://redcomani.org'>RedCoMani.org</a>
|
Gracias <strong>$formulario[nombre]</strong> por comunicarse con <a href='https://redcomani.org'>RedCoMani.org</a>
|
||||||
<div>
|
<div>
|
||||||
<h3>$asunto</h3>
|
<h3>$asunto</h3>
|
||||||
@ -111,7 +111,7 @@ $xajax->processRequests();
|
|||||||
|
|
||||||
<div class='pull-right' >
|
<div class='pull-right' >
|
||||||
<div >
|
<div >
|
||||||
<a id='redes' title="Ver el estado de tu conexión" target="_redes" href="http://firewall.redinc.org/status"><span><i class="fas fa-wifi"></i></span></a>
|
<a id='redes' title="Ver el estado de tu conexión" target="_redes" href="http://firewall.redcomani.org/status"><span><i class="fas fa-wifi"></i></span></a>
|
||||||
<a id='redes' title="Email" target="_redes" href="mailto:<?php echo $email[0];?>"><span><i class="fas fa-envelope"></i></span></a>
|
<a id='redes' title="Email" target="_redes" href="mailto:<?php echo $email[0];?>"><span><i class="fas fa-envelope"></i></span></a>
|
||||||
<a id='redes' title="Facebook" target="_redes" href="<?php echo $facebook[0];?>"><span><i class='fab fa-facebook-square'></i></span></a>
|
<a id='redes' title="Facebook" target="_redes" href="<?php echo $facebook[0];?>"><span><i class='fab fa-facebook-square'></i></span></a>
|
||||||
<a id='redes' title="Twitter" target="_redes" href="https://twitter.com/<?php echo $twitter[0];?>"><span><i class='fab fa-twitter'></i></span></a>
|
<a id='redes' title="Twitter" target="_redes" href="https://twitter.com/<?php echo $twitter[0];?>"><span><i class='fab fa-twitter'></i></span></a>
|
||||||
@ -150,7 +150,7 @@ $xajax->processRequests();
|
|||||||
|
|
||||||
<div class="jumbotron text-center" id="cabezote">
|
<div class="jumbotron text-center" id="cabezote">
|
||||||
<h1><?php echo $slogan[0];?></h1>
|
<h1><?php echo $slogan[0];?></h1>
|
||||||
<img src="libs/redinc/images/captiveportal-logoRedCoMani.png" alt="Logo RedIINC" class='img img-responsive center-block'>
|
<img src="images/captiveportal-logoRedCoMani.png" alt="Logo RedCoMani" class='img img-responsive center-block'>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
@ -162,8 +162,8 @@ $xajax->processRequests();
|
|||||||
|
|
||||||
<div class="collapse" id="collapseExample">
|
<div class="collapse" id="collapseExample">
|
||||||
<div class="card card-body">
|
<div class="card card-body">
|
||||||
Para chatear sin internet en tu celular <a href="https://wiki.redinc.org/doku.php?id=redinc:documentacion:conversar"> Ingresa aquí y sigue las instrucciones </a></br>
|
Para chatear sin internet en tu celular <a href="https://wiki.redcomani.org/doku.php?id=redcomani:documentacion:conversar"> Ingresa aquí y sigue las instrucciones </a></br>
|
||||||
En tu computador <a href="https://conversemos.redinc.org"> Ingresa en este enlace</a></br>
|
En tu computador <a href="https://conversemos.redcomani.org"> Ingresa en este enlace</a></br>
|
||||||
<strong>¡Comunícate con tus amigos y vecinos en la RedCoMani!</strong>
|
<strong>¡Comunícate con tus amigos y vecinos en la RedCoMani!</strong>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -171,31 +171,30 @@ $xajax->processRequests();
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='container-fluid franja text-center'>
|
<div class='container-fluid franja text-center'>
|
||||||
<h1>RedCoMani.org <div class='lead'>Ofrece acceso gratuito a los contenidos que puedes encontrar navegando esta página, son contenidos de la red local que no necesitan internet </br><strong> <a style="color:yellow;" href="https://wiki.redinc.org/doku.php?id=redinc:documentacion:comprarinternet">Si quieres comprar internet entra aquí</a> </strong></div></h1>
|
<h1>RedCoMani.org <div class='lead'>Ofrece acceso gratuito a los contenidos que puedes encontrar navegando esta página, son contenidos de la red local que no necesitan internet </br><strong> <a style="color:yellow;" href="https://wiki.redcomani.org/doku.php?id=redcomani:documentacion:comprarinternet">Si quieres comprar internet entra aquí</a> </strong></div></h1>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class='container' >
|
<div class='container' >
|
||||||
<div class="col-lg-10 col-lg-push-1 text-center">
|
<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>
|
<br>
|
||||||
<span class="linea_botones"> <a class='btn btn-block btn-default btn-circle btn-xl' href="https://wikipedia.redinc.org/wikipedia_es_all_novid?"><i class="fab fa-wikipedia-w"></i></a> <br><a class="texto_botones" href="https://wikipedia.redinc.org/wikipedia_es_all_novid.html">Wikipedia</a></span>
|
<span class="linea_botones"> <a class='btn btn-block btn-default btn-circle btn-xl' href="https://wikipedia.redcomani.org/wikipedia_es_all_novid?"><i class="fab fa-wikipedia-w"></i></a> <br><a class="texto_botones" href="https://wikipedia.redcomani.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= "https://wikipedia.redinc.org/wiktionary_es_all_novid?"><i class="fas fa-sort-alpha-down"></i></a><br><a class="texto_botones" href= "https://wikipedia.redinc.org/wiktionary_es_all_novid?">Diccionario</a></span>
|
<span class="linea_botones"><a class='btn btn-block btn-primary btn-circle btn-xl' href= "https://wikipedia.redcomani.org/wiktionary_es_all_novid?"><i class="fas fa-sort-alpha-down"></i></a><br><a class="texto_botones" href= "https://wikipedia.redcomani.org/wiktionary_es_all_novid?">Diccionario</a></span>
|
||||||
<span class="linea_botones"><a class='btn btn-block btn-success btn-circle btn-xl' href="https://wikipedia.redinc.org/wikibooks_es_all_novid?"><i class="fas fa-atlas"></i></i></a><br><a class="texto_botones" href="https://wikipedia.redinc.org/wikibooks_es_all_novid?">Biblioteca</a></span>
|
<span class="linea_botones"><a class='btn btn-block btn-success btn-circle btn-xl' href="https://wikipedia.redcomani.org/wikibooks_es_all_novid?"><i class="fas fa-atlas"></i></i></a><br><a class="texto_botones" href="https://wikipedia.redcomani.org/wikibooks_es_all_novid?">Biblioteca</a></span>
|
||||||
<span class="linea_botones"><a class='btn btn-block btn-warning btn-circle btn-xl' href="https://wikipedia.redinc.org/wikivoyage_es_all_novid?"><i class="fas fa-globe"></i></a><br><a class="texto_botones" href="https://wikipedia.redinc.org/wikivoyage_es_all_novid?" >Viajar</a></span>
|
<span class="linea_botones"><a class='btn btn-block btn-warning btn-circle btn-xl' href="https://wikipedia.redcomani.org/wikivoyage_es_all_novid?"><i class="fas fa-globe"></i></a><br><a class="texto_botones" href="https://wikipedia.redcomani.org/wikivoyage_es_all_novid?" >Viajar</a></span>
|
||||||
<span class="linea_botones"><a class='btn btn-block btn-danger btn-circle btn-xl' href="https://wikipedia.redinc.org/vikidia_es_all/"><i class="fas fa-child"></i></a><br><a class="texto_botones" href="https://wikipedia.redinc.org/vikidia_es_all/" >Niños</a></span>
|
<span class="linea_botones"><a class='btn btn-block btn-danger btn-circle btn-xl' href="https://wikipedia.redcomani.org/vikidia_es_all/"><i class="fas fa-child"></i></a><br><a class="texto_botones" href="https://wikipedia.redcomani.org/vikidia_es_all/" >Niños</a></span>
|
||||||
<span class="linea_botones"><a class='btn btn-block btn-default btn-circle btn-xl' href="https://wikipedia.redinc.org/wikiquote_es_all_novid?"><i class="fas fa-broadcast-tower"></i></a><br><a class="texto_botones" href="https://wikipedia.redinc.org/wikiquote_es_all_novid?">Frases</a></span>
|
<span class="linea_botones"><a class='btn btn-block btn-default btn-circle btn-xl' href="https://wikipedia.redcomani.org/wikiquote_es_all_novid?"><i class="fas fa-broadcast-tower"></i></a><br><a class="texto_botones" href="https://wikipedia.redcomani.org/wikiquote_es_all_novid?">Frases</a></span>
|
||||||
<span class="linea_botones"><a class='btn btn-block btn-info btn-circle btn-xl' href="https://wikipedia.redinc.org/wikisource_es_all_novid?"><i class="fas fa-book-reader"></i></a><br><a class="texto_botones" href="https://wikipedia.redinc.org/wikisource_es_all_novid?">Documentos</a></span>
|
<span class="linea_botones"><a class='btn btn-block btn-info btn-circle btn-xl' href="https://wikipedia.redcomani.org/wikisource_es_all_novid?"><i class="fas fa-book-reader"></i></a><br><a class="texto_botones" href="https://wikipedia.redcomani.org/wikisource_es_all_novid?">Documentos</a></span>
|
||||||
<span class="linea_botones"><a class='btn btn-block btn-success btn-circle btn-xl' href="https://wikipedia.redinc.org/wikiversity_es_all_novid?"><i class="fas fa-user-graduate"></i></a><br><a class="texto_botones" href="https://wikipedia.redinc.org/wikiversity_es_all_novid?">Universidad</a></span>
|
<span class="linea_botones"><a class='btn btn-block btn-success btn-circle btn-xl' href="https://wikipedia.redcomani.org/wikiversity_es_all_novid?"><i class="fas fa-user-graduate"></i></a><br><a class="texto_botones" href="https://wikipedia.redcomani.org/wikiversity_es_all_novid?">Universidad</a></span>
|
||||||
<span class="linea_botones"><a class='btn btn-block btn-warning btn-circle btn-xl' href="https://wikipedia.redinc.org/wikinews_es_all_novid?"><i class="fab fa-readme"></i></a><br><a class="texto_botones" href="https://wikipedia.redinc.org/wikinews_es_all_novid?">Prensa</a></span>
|
<span class="linea_botones"><a class='btn btn-block btn-warning btn-circle btn-xl' href="https://wikipedia.redcomani.org/wikinews_es_all_novid?"><i class="fab fa-readme"></i></a><br><a class="texto_botones" href="https://wikipedia.redcomani.org/wikinews_es_all_novid?">Prensa</a></span>
|
||||||
<span class="linea_botones"><a class='btn btn-block btn-warning btn-circle btn-xl' href="https://redinc.org/es.stackoverflow.com_es_all/?"><i class="fab fa-stack-overflow"></i></a><br><a class="texto_botones" href="https://wikipedia.redinc.org/wikinews_es_all_novid?">Stack Overflow</a></span>
|
<span class="linea_botones"><a class='btn btn-block btn-warning btn-circle btn-xl' href="https://redcomani.org/es.stackoverflow.com_es_all/?"><i class="fab fa-stack-overflow"></i></a><br><a class="texto_botones" href="https://wikipedia.redcomani.org/wikinews_es_all_novid?">Stack Overflow</a></span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id='div_contacto' class='container-fluid'>
|
<div id='div_contacto' class='container-fluid'>
|
||||||
<div class='col-sm-push-3 col-sm-6 col-md-push-3 col-md-6 col-lg-6 col-lg-push-3 alert alert-info text-center' >
|
<div class='col-sm-push-3 col-sm-6 col-md-push-3 col-md-6 col-lg-6 col-lg-push-3 alert alert-success text-center' >
|
||||||
<form role='form' class='form-horizontal' id='formulario_contacto' name='formulario_contacto'>
|
<form role='form' class='form-horizontal' id='formulario_contacto' name='formulario_contacto'>
|
||||||
<h2>Contacto y sugerencias</h2>
|
<h2>Contacto y sugerencias</h2>
|
||||||
<div class='form-group '>
|
<div class='form-group '>
|
||||||
@ -224,7 +223,7 @@ $xajax->processRequests();
|
|||||||
<textarea class='form-control' id='mensaje' name='mensaje' ></textarea>
|
<textarea class='form-control' id='mensaje' name='mensaje' ></textarea>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div class='btn btn-block btn-primary' onclick="xajax_enviar_mail(xajax.getFormValues('formulario_contacto'))">Enviar</div>
|
<div class='btn btn-block btn-warning' onclick="xajax_enviar_mail(xajax.getFormValues('formulario_contacto'))">Enviar</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
@ -272,7 +271,7 @@ $xajax->processRequests();
|
|||||||
<!-- Modal -->
|
<!-- Modal -->
|
||||||
<div class="container text-center " >
|
<div class="container text-center " >
|
||||||
<div class='pie'>
|
<div class='pie'>
|
||||||
<a href=''>Creado con <i class="far fa-grin-hearts"></i> para la Red Comunitaria de Buenos Aires</a>
|
<a href=''>Creado con <i class="far fa-grin-hearts"></i> para la Red Comunitaria de Maní </a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
|
Loading…
Reference in New Issue
Block a user