diff --git a/portalcautivo/cutof.html b/portalcautivo/cutof.html new file mode 100644 index 0000000..7946a51 --- /dev/null +++ b/portalcautivo/cutof.html @@ -0,0 +1,94 @@ + + + + + + + + + + + diff --git a/portalcautivo/imagen_central.jpg b/portalcautivo/imagen_central.jpg new file mode 100644 index 0000000..9bb5ea8 Binary files /dev/null and b/portalcautivo/imagen_central.jpg differ diff --git a/portalcautivo/prueba.html b/portalcautivo/prueba.html new file mode 100644 index 0000000..a2389a5 --- /dev/null +++ b/portalcautivo/prueba.html @@ -0,0 +1,379 @@ + + + + + + + + + + + Portal Cautivo Red Comunitaria + + + + + + + + + +
+
+
+ +

¡Bienvenido!

+

Estás muy cerca de entrar al mundo Web!

+
+
+ +
+
+

Entrar con Internet

+
+
+
+ + + Si tienes un codigo de acceso, ingresalo aquí: + + + + +
+
+ +
+
+
+

Ver contenidos sin Internet

+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+ + + + + + diff --git a/weblocal/images/imagen_principal.jpg b/weblocal/images/imagen_principal.jpg new file mode 100644 index 0000000..dc18840 Binary files /dev/null and b/weblocal/images/imagen_principal.jpg differ diff --git a/weblocal/libs/nuestrared/images/logoNR.png b/weblocal/images/logoNR.png similarity index 100% rename from weblocal/libs/nuestrared/images/logoNR.png rename to weblocal/images/logoNR.png diff --git a/weblocal/images/logo_colnodo.png b/weblocal/images/logo_colnodo.png new file mode 100644 index 0000000..6965d2d Binary files /dev/null and b/weblocal/images/logo_colnodo.png differ diff --git a/weblocal/images/logo_isoc.png b/weblocal/images/logo_isoc.png new file mode 100644 index 0000000..596eba4 Binary files /dev/null and b/weblocal/images/logo_isoc.png differ diff --git a/weblocal/libs/css/master.css b/weblocal/libs/css/master.css new file mode 100644 index 0000000..b7b0ad3 --- /dev/null +++ b/weblocal/libs/css/master.css @@ -0,0 +1,205 @@ +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; + background-color: white; + height: 100% + } + + h3{ + margin-top: 0px !important; + } + +#redes{ + color:white; + font-size: 2em; + padding: 0.4em; +} + +#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; + text-shadow: 0px 2px 3px rgb(0, 0, 0); + color: white; +} + +.linea_botones{ + display: inline-block; + text-align: center; + margin: 1em; + +} +.texto_botones{ + font-size: 2em; +} +.btn-circle.btn-xl { + width: 4em; + height: 4em; + padding: 1.5em; + 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: white; + display: inline-block; + margin: 0 0 1em; + width: 100%; + +} + +.img_grad{ + max-width: 15em; + +} + +/* Masonry on large screens */ +@media only screen and (min-width: 1024px) { + #creditos{ + column-count: 4; + } +} + +/* Masonry on medium-sized screens */ +@media only screen and (max-width: 1023px) and (min-width: 768px) { + #creditos { + column-count: 3; + } +} + +/* Masonry on small screens */ +@media only screen and (max-width: 767px) and (min-width: 540px) { + #creditos { + column-count: 2; + } +} +@media max-width: 540px{ + #creditos { + column-count: 1; + } +} + + @-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) + } + + } +.pie{ + padding-bottom: 1em; + padding-top: 2em; + font-size: 1.5em; + } diff --git a/weblocal/libs/redinc/images/logoRedINC.png b/weblocal/libs/redinc/images/logoRedINC.png new file mode 100644 index 0000000..78e0c8b Binary files /dev/null and b/weblocal/libs/redinc/images/logoRedINC.png differ diff --git a/weblocal/libs/nuestrared/images/wikipedia.png b/weblocal/libs/redinc/images/wikipedia.png similarity index 100% rename from weblocal/libs/nuestrared/images/wikipedia.png rename to weblocal/libs/redinc/images/wikipedia.png diff --git a/weblocal/portal.php b/weblocal/portal.php index e53c22b..7a40ff7 100644 --- a/weblocal/portal.php +++ b/weblocal/portal.php @@ -1,46 +1,50 @@ Buenos Aires - Buenas Ondas "; -function enviar_mail($formulario) { +function enviar_mail($formulario) +{ + $respuesta = new xajaxResponse('utf-8'); + 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?"; + } else { + $error =""; + } - $respuesta = new xajaxResponse('utf-8'); - 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 ?";} - else { $error ="";} - - if ($error !=""){ -$respuesta->addAlert("$error"); - return $respuesta; + if ($error !="") { + $respuesta->addAlert("$error"); + return $respuesta; + } - } - - -$headers = "MIME-Version: 1.0\r\n"; -$headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; -$headers .= "From: 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 "; -$cuerpo =" - -Gracias $formulario[nombre] por comunicarse con NuestraRed.org + $headers = "MIME-Version: 1.0\r\n"; + $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; + $headers .= "From: 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 =" + +Gracias $formulario[nombre] por comunicarse con RedINC.org

$asunto

  • Nombre $formulario[nombre]
  • @@ -48,19 +52,20 @@ Gracias $formulario[nombre] por comunicarse con NuestraRed.org

    +

    Sigue en contacto con RedINC.org

    "; -if(mail("$formulario[email]","$asunto","$cuerpo","$headers")){ -$mensaje ="$cuerpo"; - }else {$mensaje ="

    Error enviando correo

    ";} + if (mail("$formulario[email]", "$asunto", "$cuerpo", "$headers")) { + $mensaje ="$cuerpo"; + } else { + $mensaje ="

    Error enviando correo

    "; + } -$respuesta->addAssign("div_contacto","innerHTML","$mensaje"); -//$respuesta->addAlert("Hola Mundo"); - return $respuesta; - + $respuesta->addAssign("div_contacto", "innerHTML", "$mensaje"); + //$respuesta->addAlert("Hola Mundo"); + return $respuesta; } $xajax->registerFunction("enviar_mail"); $xajax->processRequests(); @@ -84,6 +89,7 @@ $xajax->processRequests(); printJavascript("libs/xajax/"); ?> + @@ -91,122 +97,30 @@ $xajax->processRequests(); + - - xajax_formulario_modal('$_REQUEST[id]','','$_REQUEST[c]','$_REQUEST[t]')";} ?> + xajax_formulario_modal('$_REQUEST[id]','','$_REQUEST[c]','$_REQUEST[t]')"; +} ?> -
    +

    - NuestraRed.org + Logo RedIINC
    - - -
    - -

    NuestraRed.org solo ofrece acceso a los contenidos que puedes encontrar navegando esta página, por diferentes razones no ofrecemos acceso a Internet. Somos una Red Local de acceso abierto.

    - -
    -
    - -

    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.

    +
    +

    RedInc.org
    ofrece acceso gratuito a los contenidos que puedes encontrar navegando esta página, son contenidos de la red local que no necesitan internet Si quieres comprar internet conoce más en este enlace

    -
    -
    -
    - Wikipedia +
    + -
    -
    -

    Nuestra emisora

    -

    Esta emisora es experimental, toca solo música en discos de acetato y vinilo.

    - Escucha ahora - -
    +
    - -
    - - -
    -
    - -
    -
    - -
    - - -

    Contenido Multimedia

    - Cortos - Películas y Documentales - No veas estos videos - Audios - Mapas -
    -
    -
    -
    +
    +

    Contacto y sugerencias

    @@ -359,93 +213,57 @@ background-color: #f0eee1 !important;

    -
    Enviar
    +
    Enviar
    -
    -

    Nuestrared.org
    Es un proyecto independiente de cualquier grupo político y financiado por autogestión.

    -
    +
    +

    RedINC.org
    Es un proyecto de Red Comunitaria

    +
    - -
    - Con el apoyo de:

    -

    -
    - - Asociación para el progreso de las comunicaciones +
    +
    +
    +

    Con el apoyo de:


    +
    -
    - - Fundación vivirenlafinca + - - Agradecimientos: -
    -
    - - QMP - -
    -
    - - Un/Loquer - -
    - - Platohedro - -
    -
    - -
    -
    - - - - +
    +

    Agradecimientos:


    +
    + + QMP + +
    +
    +
    +
    + + +