diff --git a/portalcautivo/css/estilos.css b/portalcautivo/css/estilos.css index 42c80f4..7f2f240 100644 --- a/portalcautivo/css/estilos.css +++ b/portalcautivo/css/estilos.css @@ -1,190 +1,237 @@ -body{ - background: url(captiveportal-imagen_central.jpg); - background-position: center; -background-repeat: no-repeat; -background-size: cover; -} - .register { - background: -webkit-linear-gradient(left, #3931afb5, #00c6ff); - margin-top: 3%; - padding: 3%; - } - - .register-left { - text-align: center; - color: #fff; - margin-top: 4%; - } - - .register-left input { - border: none; - border-radius: 1.5rem; - padding: 2%; - width: 60%; - background: #f8f9fa; - font-weight: bold; - color: #383d41; - margin-top: 30%; - margin-bottom: 3%; - cursor: pointer; - } - - .register-right { - background: #f8f9fa; - border-top-left-radius: 20% 50%; - border-bottom-left-radius: 20% 50%; - } - - .register-left img { - margin-top: 15%; - margin-bottom: 5%; - width: 25%; - -webkit-animation: mover 2s infinite alternate; - animation: mover 1s infinite alternate; - } - - @-webkit-keyframes mover { - 0% { - transform: translateY(0); - } - 100% { - transform: translateY(-20px); - } - } - - @keyframes mover { - 0% { - transform: translateY(0); - } - 100% { - transform: translateY(-20px); - } - } - - .register-left p { - font-weight: lighter; - padding: 12%; - margin-top: -9%; - } - - .register .register-form { - padding: 10%; - margin-top: 10%; - } - - .btnRegister { - float: right; - margin-top: 10%; - border: none; - border-radius: 1.5rem; - padding: 2%; - background: #0062cc; - color: #fff; - font-weight: 600; - width: 50%; - cursor: pointer; - } - - .register .nav-tabs { - margin-top: 3%; - border: none; - background: #0062cc; - border-radius: 1.5rem; - width: 40%; - float: right; - } - - .register .nav-tabs .nav-link { - padding: 2%; - height: 34px; - font-weight: 600; - color: #fff; - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .register .nav-tabs .nav-link:hover { - border: none; - } - - .register .nav-tabs .nav-link.active { - width: 100%; - color: #0062cc; - border: 2px solid #0062cc; - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .register-heading { - text-shadow: rgb(0, 0, 0) 0px 2px 3px; - color: white; - text-align: center; - margin-left: 10px; - margin-top: 10%; - margin-bottom: -15%; - border-top-left-radius: 35px; - background: -webkit-linear-gradient(left, #3931af, #00c6ff) !important; - } - - .tab-content { - padding-top: 1em; - } - -.boton_entrar{ -margin-left: auto !important; -margin-right: auto !important; +html { + height: 100% } - .circle_button { - box-shadow: 2px 4px 0 2px rgba(0, 0, 0, 0.1); - border: .5em solid #c7d400; - font-size: 1em; - line-height: 1.1em; - color: #ffffff; - background-color: #76be4e; - margin: auto; - border-radius: 50%; - height: 7em; - width: 7em; - position: relative; +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% +} + +.jumbotron { + background-size: cover; +} + +h3 { + margin-top: 0px !important; +} + +#redes { + color: white; + font-size: 2em; + padding: 0.4em; +} + +.boton_chat>.btn-lg { + padding: 15px 30px; + font-size: 20px; + border-radius: 30px; +} + +.boton_chat { + font-size: 2em; + padding-bottom: 2em; +} + +.lead { + letter-spacing: 0.06em; +} + +#logo_cabecera { + width: 100%; + left: 40px; + background-color: white; +} + +.alert-info { + padding-left: 2em; + padding-right: 2em; + color: #341208; + background-image: url(""); +} + +#cabezote { + padding-top: 6em; + background: url(https://i.ytimg.com/vi/a-8PUFLnFgc/maxresdefault.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, #121312, #1db36e); + 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; } +} - .circle_button:hover { - color: #ffffff; - background-color: #226093; - text-decoration: none; - border-color: #c7d400; +/* Masonry on medium-sized screens */ +@media only screen and (max-width: 1023px) and (min-width: 768px) { + #creditos { + column-count: 3; } +} - .circle_button:visited { - color: #ffffff; - background-color: #c7d400; - text-decoration: none; +/* Masonry on small screens */ +@media only screen and (max-width: 767px) and (min-width: 540px) { + #creditos { + column-count: 2; } +} - .circle-link-greater-than { - font-size: 1em; +@media max-width: 540px { + #creditos { + column-count: 1; } - -@media screen and (max-width:990px) { -.register .nav-tabs { - width: 90%; } +@-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) + } } -@media screen and (max-width:768px) { -.register-left { - margin-top: 0px; +@-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) + } } -.register-left p { - font-weight: lighter; - padding: 0px; - margin-top: 0px; -} -.register-heading{ - font-size: 21px; + +@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/portalcautivo/css/signin.css b/portalcautivo/css/signin.css index f238f54..b8f1219 100755 --- a/portalcautivo/css/signin.css +++ b/portalcautivo/css/signin.css @@ -1,5 +1,4 @@ body { - padding-top: 40px; padding-bottom: 40px; background-color: #eee; } diff --git a/portalcautivo/images/logoNRwhite.png b/portalcautivo/images/logoNRwhite.png new file mode 100644 index 0000000..ba8968d Binary files /dev/null and b/portalcautivo/images/logoNRwhite.png differ diff --git a/portalcautivo/index.html b/portalcautivo/index.html new file mode 100644 index 0000000..d24ebd3 --- /dev/null +++ b/portalcautivo/index.html @@ -0,0 +1,465 @@ + + + + + + + + + + Acceso a la red comunitaria + + + + + + + + + + + +
+
+
+ +

¡Bienvenid@!

+

¡Estás muy cerca de entrar al mundo Web!

+
+
+ +
+
+

Entrar con Internet

+
+ + + + + + + + +
+
+
+

Ver contenidos sin Internet

+
+
+
+ +
+ +
+ + +
+
+
+
+ +
+
+ + + + + + + + diff --git a/portalcautivo/index_content.html b/portalcautivo/index_content.html new file mode 100644 index 0000000..ff04037 --- /dev/null +++ b/portalcautivo/index_content.html @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

NuestraRED

+

Red Comunitaria

+ +
+
+
+
+
Wikipedia
+
Diccionario
+
Biblioteca
+
Viajar
+
Niños
+
Frases
+
Documentos
+
Universidad
+
Prensa
+
Stack Overflow
+ +
+
+ +
+
+ + NuestraRed.org ofrece acceso a diferentes contenidos locales a los que puedes acceder sin Interntet o datos en tu celular escribe en tu navegador o da clic: NuestraRed.org + +
+
+ Si quieres acceso a Internet responde la siguiente encuesta + +
+ +
+ + 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. + +
+ + + + + + + + +
+ + + + +