Compare commits
9 Commits
master
...
57e13ccabb
Author | SHA1 | Date | |
---|---|---|---|
57e13ccabb | |||
ec238c5ca5 | |||
d459ae5052 | |||
52e1e9995c | |||
a6b9f70747 | |||
95ed898c95 | |||
50258d255c | |||
d82734deab | |||
4cb708b654 |
19
Readme.md
Normal file
19
Readme.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Web Simple Stand
|
||||
|
||||
Una pagina simple para mostrar los productos con adicional de forma de pago a un formulario simple.
|
||||
|
||||
## Incluye
|
||||
|
||||
1. HTML
|
||||
1. Layout general
|
||||
1. Formulario de compra
|
||||
1. CSS
|
||||
1. Layout en base a fomantic-ui para responsive
|
||||
1. Javascript
|
||||
1. Scripts
|
||||
1. jQuery
|
||||
1. Fomantic
|
||||
1. Envio de carro de compra
|
||||
|
||||
# Copyright
|
||||
ProVM Ltda., Santiago, Chile
|
322
assets/index.html
Normal file
322
assets/index.html
Normal file
@ -0,0 +1,322 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Stand</title>
|
||||
<meta name="keywords" content="stand, chile, celular, smartphone, telefono" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.7/semantic.min.css" integrity="sha512-g/MzOGVPy3OQ4ej1U+qe4D/xhLwUn5l5xL0Fa7gdC258ZWVJQGwsbIR47SWMpRxSPjD0tfu/xkilTy+Lhrl3xg==" crossorigin="anonymous" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="./assets/styles/main.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="backgrounds">
|
||||
<div class="cabezal"></div>
|
||||
<div class="seccion1"></div>
|
||||
<div class="seccion2">
|
||||
<div class="diagonal"></div>
|
||||
</div>
|
||||
<div class="dimensiones">
|
||||
<div class="fondo-gris"></div>
|
||||
</div>
|
||||
<div class="construido"></div>
|
||||
<div class="corporativos"></div>
|
||||
<div class="testimonios"></div>
|
||||
<div class="formulario"></div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="ui container">
|
||||
<header id="header">
|
||||
<nav class="ui borderless sticky menu">
|
||||
<div class="ui simple dropdown item">
|
||||
<div class="text">
|
||||
<i class="bars icon"></i>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<a class="item" href="./">Inicio</a>
|
||||
<a class="item" href="./#seccion2">Ventajas</a>
|
||||
<a class="item" href="./#dimensiones">Dimensiones</a>
|
||||
<a class="item" href="./#corporativos">Corporativos</a>
|
||||
<a class="item" href="./#felices">Testimonios</a>
|
||||
<a class="item" href="./#formulario">Contacto</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="right menu">
|
||||
<a class="item" href="./#formulario">
|
||||
<i class="shopping cart icon">
|
||||
<div>0</div>
|
||||
</i>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="logo ui center aligned basic segment">
|
||||
<img src="./assets/images/logo.svg" />
|
||||
<div class="frase1">
|
||||
SOPORTES PARA SMARTPHONE Y TABLETS
|
||||
</div>
|
||||
<div class="frase2">
|
||||
Diseñado y Fabricado en Chile
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="column1 column" id="column">
|
||||
<section id="seccion1" class="ui simple segment">
|
||||
<div class="image-container">
|
||||
<img src="./assets/images/tablet-front.png" />
|
||||
<img src="./assets/images/tablet-back.png" />
|
||||
<img src="./assets/images/phone.png" />
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<div class="header">
|
||||
LOREM IPSUM DOLOR SIT AMET, CONSECTETUR
|
||||
</div>
|
||||
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="seccion2" class="ui simple segment">
|
||||
<div class="column1 column">
|
||||
<img src="./assets/images/phone-pc.png" />
|
||||
</div>
|
||||
<div class="column2 column">
|
||||
<div class="row">
|
||||
<div class="header">
|
||||
VENTAJAS
|
||||
</div>
|
||||
<ul>
|
||||
<li>Apoyo estable del teléfono</li>
|
||||
<li>Ángulo preciso de inclinación para usar en conferencias</li>
|
||||
<li>Compatible con tablets permite cargar mientras se usa</li>
|
||||
<li>Diseño moderno y minimalista</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="row">
|
||||
<img src="./assets/images/ventajas1.png" />
|
||||
<img src="./assets/images/ventajas2.png" />
|
||||
<img src="./assets/images/ventajas3.png" />
|
||||
<img src="./assets/images/ventajas4.png" />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="dimensiones" class="ui simple segment">
|
||||
<div class="header">
|
||||
<span class="bigger">DIMENSIONES</span> y colores
|
||||
</div>
|
||||
<div class="images">
|
||||
<img src="./assets/images/variedades.png" />
|
||||
<img src="./assets/images/dimensiones.svg" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="construido" class="ui simple segment">
|
||||
CONSTRUIDOS EN IMPRESIÓN 3D
|
||||
</section>
|
||||
</div>
|
||||
<div class="column2 column fondo-blanco">
|
||||
<div class="ui sticky">
|
||||
<form class="ui form" name="form-sticky">
|
||||
<div class="row">
|
||||
<div class="column1 column">
|
||||
<div class="titulo linea">
|
||||
STAND
|
||||
</div>
|
||||
<div class="precio linea">
|
||||
$ 5.990
|
||||
</div>
|
||||
<div class="colores linea">
|
||||
<span class="text">COLOR</span>
|
||||
<div class="white circle"></div>
|
||||
<div class="black circle"></div>
|
||||
<div class="blue circle"></div>
|
||||
<div class="green circle"></div>
|
||||
<div class="yellow circle"></div>
|
||||
<div class="orange circle"></div>
|
||||
<div class="red circle"></div>
|
||||
</div>
|
||||
<div class="input">
|
||||
<button class="minus" type="button">-</button><input type="text" name="cantidad" value="0" /><button class="plus" type="button">+</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column2 column">
|
||||
<img src="./assets/images/stand.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<button class="ui grey button" type="submit">COMPRAR</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section id="corporativos" class="ui simple segment">
|
||||
<div class="column1 column">
|
||||
<div class="header">
|
||||
<span class="bigger">CORPORATIVOS</span> Regalos y más ...
|
||||
</div>
|
||||
<div class="opciones">
|
||||
<div class="opcion">
|
||||
<div class="img-grande">
|
||||
<img src="./assets/images/logo_abajo.png" />
|
||||
</div>
|
||||
<div class="descripcion">
|
||||
<div class="header">
|
||||
LOGO ABAJO
|
||||
</div>
|
||||
<ul>
|
||||
<li>Siempre visible</li>
|
||||
<li>Menor tamaño</li>
|
||||
</ul>
|
||||
<div class="images">
|
||||
<img src="./assets/images/logo_abajo1.png" />
|
||||
<img src="./assets/images/logo_abajo2.png" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="opcion">
|
||||
<div class="img-grande">
|
||||
<img src="./assets/images/logo_arriba.png" />
|
||||
</div>
|
||||
<div class="descripcion">
|
||||
<div class="header">
|
||||
LOGO ARRIBA
|
||||
</div>
|
||||
<ul>
|
||||
<li>No se ve al apoyar el teléfono</li>
|
||||
<li>Mayor tamaño</li>
|
||||
</ul>
|
||||
<div class="images">
|
||||
<img src="./assets/images/logo_arriba1.png" />
|
||||
<img src="./assets/images/logo_arriba2.png" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column2 column fondo-blanco">
|
||||
<div class="header">
|
||||
COTIZA CON NOSOSTROS
|
||||
</div>
|
||||
<form class="ui form">
|
||||
<div class="row">
|
||||
<div class="colores linea">
|
||||
<span class="text">COLOR</span>
|
||||
<div class="white circle"></div>
|
||||
<div class="black circle"></div>
|
||||
<div class="blue circle"></div>
|
||||
<div class="green circle"></div>
|
||||
<div class="yellow circle"></div>
|
||||
<div class="orange circle"></div>
|
||||
<div class="red circle"></div>
|
||||
</div>
|
||||
<div class="input cantidad">
|
||||
<button class="minus" type="button">-</button><input type="text" name="cantidad" value="0" /><button class="plus" type="button">+</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
LOGO
|
||||
<div class="input">
|
||||
<input type="file" name="archivo" placeholder="Cargar archivo" />
|
||||
<div class="file">Cargar archivo</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="input">
|
||||
<input type="text" name="nombre" placeholder="NOMBRE" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="input">
|
||||
<input type="text" name="email" placeholder="E-MAIL" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="input">
|
||||
<input type="text" name="telefono" placeholder="TELÉFONO" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="input">
|
||||
<textarea name="mensaje" placeholder="MENSAJE">
|
||||
</textarea>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="felices" class="ui simple segment">
|
||||
CLIENTES FELICES
|
||||
</section>
|
||||
|
||||
<section id="formulario" class="ui simple segment">
|
||||
<div class="flotante">
|
||||
<div class="content">
|
||||
<a href="https://wa.me/56994450117" class="item">
|
||||
<div class="whatsapp">
|
||||
<i class="whatsapp icon"></i>
|
||||
CONVERSEMOS
|
||||
</div>
|
||||
</a>
|
||||
<a href="mailto:ventas@stand.cl" class="item">
|
||||
<div>
|
||||
ventas@3Dstand.cl
|
||||
</div>
|
||||
</a>
|
||||
<div class="rrss item">
|
||||
<a href="http://www.instagram.com/stand">
|
||||
<i class="icons">
|
||||
<i class="inverted grey large circle icon"></i>
|
||||
<i class="grey instagram icon"></i>
|
||||
</i>
|
||||
</a>
|
||||
<a href="http://www.facebook.com/stand">
|
||||
<i class="icons">
|
||||
<i class="inverted grey large circle icon"></i>
|
||||
<i class="grey facebook f icon"></i>
|
||||
</i>
|
||||
</a>
|
||||
<a href="http://www.youtube.com/stand">
|
||||
<i class="icons">
|
||||
<i class="inverted grey large circle icon"></i>
|
||||
<i class="grey youtube icon"></i>
|
||||
</i>
|
||||
</a>
|
||||
<a href="http://www.linkedin.com/stand">
|
||||
<i class="icons">
|
||||
<i class="inverted grey large circle icon"></i>
|
||||
<i class="grey linkedin in icon"></i>
|
||||
</i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column1 column">
|
||||
<img src="./assets/images/conversemos.png" />
|
||||
</div>
|
||||
<div class="column2 column">
|
||||
<div class="header">
|
||||
CONVERSEMOS! <a href="https://wa.me/56994450117" class="whatsapp-link"><i class="green whatsapp icon"></i></a>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
scing elit, sed do eiusmod tempor incididunt ut labore et
|
||||
dolore magna aliqua. Ut enim ad minim veniam, quis nosventas
|
||||
</div>
|
||||
<form class="ui form" id="contacto">
|
||||
<input type="text" name="nombre" placeholder="NOMBRE" />
|
||||
<input type="text" name="mail" placeholder="E-MAIL" />
|
||||
<textarea name="mensaje" placeholder="MENSAJE"></textarea>
|
||||
<button class="ui button">ENVIAR</button>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.7/semantic.min.js" integrity="sha512-1Nyd5H4Aad+OyvVfUOkO/jWPCrEvYIsQENdnVXt1+Jjc4NoJw28nyRdrpOCyFH4uvR3JmH/5WmfX1MJk2ZlhgQ==" crossorigin="anonymous"></script>
|
||||
<script type="text/javascript" src="./assets/scripts/main.min.js"></script>
|
||||
</body>
|
20
assets/js/main.js
Normal file
20
assets/js/main.js
Normal file
@ -0,0 +1,20 @@
|
||||
function resize() {
|
||||
let p = 400 / 944
|
||||
$('.container').each(function(i, el) {
|
||||
let height = $(this).height
|
||||
let width = $(this).width
|
||||
|
||||
$(this).width = height * p;
|
||||
})
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$('.menu.sticky').sticky()
|
||||
$('.column2 .sticky').sticky({
|
||||
context: '#column'
|
||||
})
|
||||
|
||||
$('.shopping.cart').innerText = 0
|
||||
|
||||
//window.onresize = resize;
|
||||
})
|
46
assets/sass/_reset.scss
Normal file
46
assets/sass/_reset.scss
Normal file
@ -0,0 +1,46 @@
|
||||
*, *:before, *:after{
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-size-adjust: none;
|
||||
}
|
||||
|
||||
footer, header, nav, section, main{
|
||||
display: block;
|
||||
}
|
||||
|
||||
body{
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
ol, ul{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
blockquote, q{
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after, q:before, q:after{
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
table{
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
input{
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
720
assets/sass/main.scss
Normal file
720
assets/sass/main.scss
Normal file
@ -0,0 +1,720 @@
|
||||
@use "sass:map";
|
||||
@import 'reset';
|
||||
|
||||
$html-font-size: 16px;
|
||||
@function strip_unit($value) {
|
||||
@return $value / ($value * 0 + 1);
|
||||
}
|
||||
@function rem($px_value) {
|
||||
@return #{strip_unit($px_value) / strip_unit($html-font-size)}rem;
|
||||
}
|
||||
@function font_size($font) {
|
||||
@return #{strip_unit($font) / 12}rem;
|
||||
}
|
||||
|
||||
$gris: rgb(204, 204, 204);
|
||||
$gris-texto: rgb(51, 51, 51);
|
||||
|
||||
body {
|
||||
font-family: Roboto, sans;
|
||||
color: $gris-texto;
|
||||
}
|
||||
|
||||
$full_width: 1080;
|
||||
|
||||
$heights: (
|
||||
"cabezal": (400/16),
|
||||
"seccion1": 25,
|
||||
"seccion2": 27.5,
|
||||
"dimensiones": 27.5,
|
||||
"construido": 21.875,
|
||||
"corporativos": 25,
|
||||
"felices": 21.875,
|
||||
"formulario": 30
|
||||
);
|
||||
|
||||
#backgrounds {
|
||||
.cabezal {
|
||||
height: (map.get($heights, 'cabezal'))+rem;
|
||||
|
||||
background-image: url('../images/banner.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: rem(1600);
|
||||
background-position: top center;
|
||||
background-color: rgba(0, 0, 0, .4);
|
||||
}
|
||||
.seccion1 {
|
||||
height: (map.get($heights, "seccion1"))+rem;
|
||||
|
||||
background-image: linear-gradient($gris, $gris);
|
||||
background-position: left rem(112);
|
||||
background-size: 100% rem(128);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.seccion2 {
|
||||
height: (map.get($heights, "seccion2"))+rem;
|
||||
|
||||
background-image: url('../images/fondo23.png');
|
||||
//background-color: rgb(240, 240, 240);
|
||||
|
||||
.diagonal {
|
||||
border-bottom: (map.get($heights, 'seccion2'))+rem solid rgba($gris, .5);
|
||||
border-right: rem(1900) solid transparent;
|
||||
}
|
||||
}
|
||||
.dimensiones {
|
||||
height: (map.get($heights, "dimensiones"))+rem;
|
||||
|
||||
background-image: url('../images/fondo23.png');
|
||||
.fondo-gris {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba($gris, .5);
|
||||
}
|
||||
}
|
||||
.construido {
|
||||
height: (map.get($heights, "construido"))+rem;
|
||||
|
||||
//background-image: url('../images/fondo4.png');
|
||||
background-color: rgb(100, 200, 255);
|
||||
}
|
||||
.corporativos {
|
||||
height: (map.get($heights, "corporativos"))+rem;
|
||||
|
||||
background-image: url('../images/fondo5.png');
|
||||
}
|
||||
.testimonios {
|
||||
height: (map.get($heights, "felices"))+rem;
|
||||
|
||||
background-image: linear-gradient($gris, $gris);
|
||||
background-position: left 3rem;
|
||||
background-size: 100% 5rem;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.formulario {
|
||||
height: (map.get($heights, "formulario"))+rem;
|
||||
background-color: $gris;
|
||||
clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
|
||||
}
|
||||
}
|
||||
|
||||
$column1: 67;
|
||||
$column2: 33;
|
||||
|
||||
$content_height: 0;
|
||||
$column_height1: 0;
|
||||
@each $name, $val in $heights {
|
||||
$content_height: $content_height + $val;
|
||||
@if $name != 'corporativos' and $name != 'felices' and $name != 'formulario' and $name != 'cabezal' {
|
||||
$column_height1: $column_height1 + $val;
|
||||
}
|
||||
}
|
||||
|
||||
#content {
|
||||
max-width: rem($full_width) !important;
|
||||
height: ($content_height)+rem;
|
||||
|
||||
position: relative;
|
||||
top: (-$content_height)+rem;
|
||||
|
||||
#header {
|
||||
color: rgb(255, 255, 255);
|
||||
|
||||
width: 100%;
|
||||
height: (map.get($heights, 'cabezal'))+rem;
|
||||
|
||||
.ui.menu {
|
||||
border: none !important;
|
||||
background: none !important;
|
||||
background-color: rgba(100, 100, 100, .3) !important;
|
||||
box-shadow: none !important;
|
||||
margin: 0 !important;
|
||||
|
||||
.dropdown .menu {
|
||||
/*background: none !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;*/
|
||||
color: rgb(0, 0, 0);
|
||||
font-size: 1rem;
|
||||
.item {
|
||||
padding: 1rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.item {
|
||||
color: inherit !important;
|
||||
font-size: 2rem;
|
||||
|
||||
padding: rem(20) !important;
|
||||
|
||||
.shopping.cart div {
|
||||
position: relative;
|
||||
color: rgb(0, 0, 0);
|
||||
display: inline-block;
|
||||
top: -2.6rem;
|
||||
left: 0.2rem;
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, sans;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
|
||||
img {
|
||||
width: 50%;
|
||||
max-width: rem(1030);
|
||||
}
|
||||
.frase1 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.frase2 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&>.column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
&>.column1 {
|
||||
width: percentage($column1/100);
|
||||
|
||||
|
||||
#seccion1 {
|
||||
height: (map.get($heights, "seccion1"))+rem;
|
||||
width: 100%;
|
||||
|
||||
.image-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: rem(112+128);
|
||||
|
||||
img {
|
||||
height: rem(155);
|
||||
width: rem(188);
|
||||
margin-top: rem(85);
|
||||
}
|
||||
}
|
||||
.paragraph {
|
||||
padding-top: rem(28);
|
||||
line-height: rem(14);
|
||||
text-align: justify;
|
||||
|
||||
.header {
|
||||
margin-bottom: 1rem;
|
||||
font-size: rem(22);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#seccion2 {
|
||||
height: (map.get($heights, "seccion2"))+rem;
|
||||
|
||||
&>.column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
.column1 {
|
||||
margin-top: rem(80);
|
||||
img {
|
||||
width: rem(317);
|
||||
height: rem(317);
|
||||
}
|
||||
}
|
||||
.column2 {
|
||||
margin-top: rem(114);
|
||||
.row:first-child {
|
||||
background-color: #00427b;
|
||||
color: rgb(256, 256, 256);
|
||||
height: rem(180);
|
||||
width: rem(380);
|
||||
padding: 2rem;
|
||||
margin-left: -3rem;
|
||||
overflow: hidden;
|
||||
|
||||
.header {
|
||||
font-weight: bold;
|
||||
font-size: rem(16);
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc inside;
|
||||
font-size: font-size(10);
|
||||
}
|
||||
}
|
||||
.row:last-child {
|
||||
margin-top: rem(18);
|
||||
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
img {
|
||||
width: rem(70);
|
||||
height: rem(85);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#dimensiones {
|
||||
height: (map.get($heights, "dimensiones"))+rem;
|
||||
|
||||
.header {
|
||||
padding: rem(37) 0 !important;
|
||||
.bigger {
|
||||
font-size: rem(16);
|
||||
}
|
||||
}
|
||||
|
||||
.images {
|
||||
display: flex;
|
||||
|
||||
img {
|
||||
float: left;
|
||||
width: rem(313);
|
||||
height: rem(235);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#construido {
|
||||
height: (map.get($heights, "construido"))+rem;
|
||||
|
||||
.column2 {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
&>.column2 {
|
||||
width: percentage($column2/100);
|
||||
height: ($column_height1)+rem;
|
||||
|
||||
.sticky {
|
||||
height: rem(265);
|
||||
width: rem(310);
|
||||
margin: auto;
|
||||
|
||||
.row:first-child {
|
||||
height: rem(170);
|
||||
margin-top: rem(80);
|
||||
|
||||
.column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
.column1 {
|
||||
vertical-align: bottom;
|
||||
padding-top: rem(20);
|
||||
width: rem(310*2/3);
|
||||
|
||||
.linea {
|
||||
margin-bottom: rem(10);
|
||||
}
|
||||
|
||||
.titulo {
|
||||
font-size: font_size(25);
|
||||
}
|
||||
.precio {
|
||||
font-size: font_size(16);
|
||||
}
|
||||
font-size: font_size(14);
|
||||
|
||||
.colores {
|
||||
vertical-align: center;
|
||||
|
||||
.text {
|
||||
margin-right: rem(3);
|
||||
}
|
||||
|
||||
.white {
|
||||
border: thin solid rgb(0, 0, 0);
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
.black {
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
.blue {
|
||||
background-color: rgb(0, 0, 255);
|
||||
}
|
||||
.green {
|
||||
background-color: rgb(0, 255, 0);
|
||||
}
|
||||
.yellow {
|
||||
background-color: rgb(255, 255, 0);
|
||||
}
|
||||
.orange {
|
||||
background-color: rgb(255, 130, 0);
|
||||
}
|
||||
.red {
|
||||
background-color: rgb(255, 0, 0);
|
||||
}
|
||||
.circle {
|
||||
display: inline-block;
|
||||
$a: 12;
|
||||
width: rem($a);
|
||||
height: rem($a);
|
||||
border-radius: 8000px;
|
||||
margin: auto rem(1);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.input {
|
||||
width: 4.5rem;
|
||||
border: thin solid rgb(0, 0, 0);
|
||||
text-align: center;
|
||||
padding: .5rem 0.05rem;
|
||||
font-size: font_size(10);
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
.column2 {
|
||||
width: rem(310/3);
|
||||
|
||||
img {
|
||||
width: rem(110);
|
||||
height: rem(160);
|
||||
}
|
||||
}
|
||||
}
|
||||
.row:last-child {
|
||||
.button {
|
||||
border-radius: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#corporativos {
|
||||
width: 100%;
|
||||
height: (map.get($heights, "corporativos"))+rem;
|
||||
|
||||
margin-top: ($column_height1)+rem !important;
|
||||
|
||||
&>.column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
.column1 {
|
||||
width: percentage(67/100);
|
||||
|
||||
&>.header {
|
||||
padding: rem(37) 0 !important;
|
||||
.bigger {
|
||||
font-size: font_size(16);
|
||||
}
|
||||
}
|
||||
.opciones {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
|
||||
.opcion {
|
||||
display: inline-block;
|
||||
|
||||
.img-grande {
|
||||
display: inline-block;
|
||||
padding-right: rem(12);
|
||||
img {
|
||||
width: rem(135);
|
||||
height: rem(200);
|
||||
}
|
||||
}
|
||||
.descripcion {
|
||||
display: inline-block;
|
||||
|
||||
ul {
|
||||
list-style: disc inside;
|
||||
}
|
||||
|
||||
.images {
|
||||
img {
|
||||
width: rem(70);
|
||||
height: rem(85);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.column2 {
|
||||
width: percentage(33/100);
|
||||
height: 100%;
|
||||
|
||||
form {
|
||||
.colores {
|
||||
vertical-align: center;
|
||||
|
||||
.text {
|
||||
margin-right: rem(3);
|
||||
}
|
||||
|
||||
.white {
|
||||
border: thin solid rgb(0, 0, 0);
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
.black {
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
.blue {
|
||||
background-color: rgb(0, 0, 255);
|
||||
}
|
||||
.green {
|
||||
background-color: rgb(0, 255, 0);
|
||||
}
|
||||
.yellow {
|
||||
background-color: rgb(255, 255, 0);
|
||||
}
|
||||
.orange {
|
||||
background-color: rgb(255, 130, 0);
|
||||
}
|
||||
.red {
|
||||
background-color: rgb(255, 0, 0);
|
||||
}
|
||||
.circle {
|
||||
display: inline-block;
|
||||
$a: 12;
|
||||
width: rem($a);
|
||||
height: rem($a);
|
||||
border-radius: 8000px;
|
||||
margin: auto rem(1);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.input.cantidad {
|
||||
width: 4.5rem;
|
||||
border: thin solid rgb(0, 0, 0);
|
||||
text-align: center;
|
||||
padding: .5rem 0.05rem;
|
||||
font-size: font_size(10);
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.input [type="file"] {
|
||||
display: none;
|
||||
}
|
||||
.input [type="text"] {
|
||||
height: rem(18);
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#felices {
|
||||
height: (map.get($heights, "felices"))+rem;
|
||||
|
||||
padding: 0 1rem !important;
|
||||
}
|
||||
|
||||
#formulario {
|
||||
height: (map.get($heights, "formulario"))+rem;
|
||||
|
||||
padding: 0 1rem !important;
|
||||
|
||||
.whatsapp-link {
|
||||
color: inherit;
|
||||
}
|
||||
&>.column {
|
||||
float: left;
|
||||
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
&>.flotante {
|
||||
position: absolute;
|
||||
top: rem(183);
|
||||
margin: auto;
|
||||
left: 40%;
|
||||
width: rem($full_width/5);
|
||||
text-align: center;
|
||||
|
||||
&>.content {
|
||||
width: rem(130);
|
||||
margin: auto;
|
||||
left: -50%;
|
||||
|
||||
.item {
|
||||
display: block;
|
||||
padding: rem(5) 0;
|
||||
}
|
||||
div.whatsapp {
|
||||
height: rem(30);
|
||||
background-color: #1a9947;
|
||||
color: #fff;
|
||||
font-size: rem(10);
|
||||
|
||||
&>i {
|
||||
position: relative;
|
||||
font-size: font_size(16);
|
||||
top: rem(3);
|
||||
}
|
||||
}
|
||||
.rrss {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: rem(20);
|
||||
|
||||
i.inverted.grey {
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&>.column1 {
|
||||
width: percentage($column1/100);
|
||||
margin-top: rem(27);
|
||||
|
||||
&>img {
|
||||
width: rem(434);
|
||||
height: rem(280);
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
&>.column2 {
|
||||
width: percentage($column2/100);
|
||||
|
||||
.header {
|
||||
margin-top: rem(20);
|
||||
text-align: center;
|
||||
font-size: font_size(22);
|
||||
|
||||
.whatsapp-link {
|
||||
display: inline-block;
|
||||
width: rem(25);
|
||||
height: rem(25);
|
||||
font-size: font_size(25);
|
||||
}
|
||||
}
|
||||
|
||||
.paragraph {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: rem(25);
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
form {
|
||||
input {
|
||||
border-radius: 0 !important;
|
||||
height: rem(18);
|
||||
margin-bottom: rem(9);
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
font-size: font_size(10);
|
||||
&::placeholder {
|
||||
color: $gris-texto;
|
||||
}
|
||||
}
|
||||
textarea {
|
||||
border-radius: 0 !important;
|
||||
height: rem(72);
|
||||
margin-bottom: rem(25);
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
font-size: font_size(10);
|
||||
&::placeholder {
|
||||
color: $gris-texto;
|
||||
}
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
border-radius: 0 !important;
|
||||
background-color: white;
|
||||
color: $gris-texto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
background: none;
|
||||
|
||||
&.segment>.container {
|
||||
height: 100%;
|
||||
|
||||
&>.column1 {
|
||||
display: inline-block;
|
||||
width: ($column1)+rem;
|
||||
}
|
||||
&>.column2 {
|
||||
display: inline-block;
|
||||
width: ($column2)+rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.simple.segment {
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
|
||||
&>.ui.grid {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.fondo-blanco {
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
}
|
||||
}
|
47
gulpfile.js
Normal file
47
gulpfile.js
Normal file
@ -0,0 +1,47 @@
|
||||
const {watch, src, dest, series, parallel} = require('gulp')
|
||||
const path = require('path')
|
||||
const concat = require('gulp-concat')
|
||||
const rename = require('gulp-rename')
|
||||
const sourcemaps = require('gulp-sourcemaps')
|
||||
const sass = require('gulp-dart-sass')
|
||||
const babel = require('gulp-babel')
|
||||
const uglify = require('gulp-uglify')
|
||||
const htmlmin = require('gulp-htmlmin')
|
||||
|
||||
let source_dir = 'assets'
|
||||
let output_dir = 'public/assets'
|
||||
|
||||
function js(done) {
|
||||
return src(path.join(source_dir, 'js', '*.js'))
|
||||
.pipe(concat('main.js'))
|
||||
.pipe(dest(path.join(output_dir, 'scripts')))
|
||||
.pipe(sourcemaps.init({loadMaps: true}))
|
||||
.pipe(babel())
|
||||
.pipe(uglify())
|
||||
.pipe(rename('main.min.js'))
|
||||
.pipe(sourcemaps.write('./maps'))
|
||||
.pipe(dest(path.join(output_dir, 'scripts')))
|
||||
}
|
||||
|
||||
function css(done) {
|
||||
return src([path.join(source_dir, 'sass', '*.scss'), path.join(source_dir, 'sass', '*.sass')])
|
||||
.pipe(sass())
|
||||
.pipe(rename('main.css'))
|
||||
.pipe(dest(path.join(output_dir, 'styles')))
|
||||
.pipe(sourcemaps.init({loadMaps: true}))
|
||||
.pipe(sass({outputStyle: 'compressed'}))
|
||||
.pipe(rename('main.min.css'))
|
||||
.pipe(sourcemaps.write('./maps'))
|
||||
.pipe(dest(path.join(output_dir, 'styles')))
|
||||
}
|
||||
|
||||
function html(done) {
|
||||
return src(path.join(source_dir, '*.html'))
|
||||
.pipe(htmlmin({collapseWhitespace: true}))
|
||||
.pipe(rename('index.html'))
|
||||
.pipe(dest(path.join(output_dir, '../')))
|
||||
}
|
||||
|
||||
watch(source_dir, parallel(js, css, html))
|
||||
|
||||
exports.default = parallel(js, css, html)
|
183
index.html
Normal file
183
index.html
Normal file
@ -0,0 +1,183 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Stand</title>
|
||||
<meta name="keywords" content="stand, chile, celular, smartphone, telefono" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.7/semantic.min.css" integrity="sha512-g/MzOGVPy3OQ4ej1U+qe4D/xhLwUn5l5xL0Fa7gdC258ZWVJQGwsbIR47SWMpRxSPjD0tfu/xkilTy+Lhrl3xg==" crossorigin="anonymous" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="./assets/styles/main.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="backgrounds">
|
||||
<div class="cabezal"></div>
|
||||
<div class="seccion1"></div>
|
||||
<div class="seccion2">
|
||||
<div class="diagonal"></div>
|
||||
</div>
|
||||
<div class="dimensiones">
|
||||
<div class="fondo-gris"></div>
|
||||
</div>
|
||||
<div class="construido"></div>
|
||||
<div class="corporativos"></div>
|
||||
<div class="testimonios"></div>
|
||||
<div class="formulario"></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<header id="header">
|
||||
<nav class="ui borderless sticky menu">
|
||||
<div class="ui simple dropdown item">
|
||||
<div class="text">
|
||||
<i class="bars icon"></i>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<a class="item" href="./">Inicio</a>
|
||||
<a class="item" href="./#seccion2">Ventajas</a>
|
||||
<a class="item" href="./#dimensiones">Dimensiones</a>
|
||||
<a class="item" href="./#corporativos">Corporativos</a>
|
||||
<a class="item" href="./#felices">Testimonios</a>
|
||||
<a class="item" href="./#formulario">Contacto</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="right menu">
|
||||
<a class="item" href="./#formulario">
|
||||
<i class="shopping cart icon">
|
||||
<div>0</div>
|
||||
</i>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="logo ui center aligned basic segment">
|
||||
<img src="./assets/images/logo.svg" />
|
||||
<div class="frase1">
|
||||
SOPORTES PARA SMARTPHONE Y TABLETS
|
||||
</div>
|
||||
<div class="frase2">
|
||||
Diseñado y Fabricado en Chile
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="column1 column" id="column">
|
||||
<section id="seccion1" class="ui simple segment">
|
||||
<div class="image-container">
|
||||
<img src="./assets/images/tablet-front.png" />
|
||||
<img src="./assets/images/tablet-back.png" />
|
||||
<img src="./assets/images/phone.png" />
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<div class="header">
|
||||
LOREM IPSUM DOLOR SIT AMET, CONSECTETUR
|
||||
</div>
|
||||
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="seccion2" class="ui simple segment">
|
||||
<div class="column1 column">
|
||||
<img src="./assets/images/phone-pc.png" />
|
||||
</div>
|
||||
<div class="column2 column">
|
||||
<div class="row">
|
||||
<div class="header">
|
||||
VENTAJAS
|
||||
</div>
|
||||
<ul>
|
||||
<li>Apoyo estable del teléfono</li>
|
||||
<li>Ángulo preciso de inclinación para usar en conferencias</li>
|
||||
<li>Compatible con tablets permite cargar mientras se usa</li>
|
||||
<li>Diseño moderno y minimalista</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="row">
|
||||
<img src="./assets/images/ventajas1.png" />
|
||||
<img src="./assets/images/ventajas2.png" />
|
||||
<img src="./assets/images/ventajas3.png" />
|
||||
<img src="./assets/images/ventajas4.png" />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="dimensiones" class="ui simple segment">
|
||||
DIMENSIONES
|
||||
</section>
|
||||
|
||||
<section id="construido" class="ui simple segment">
|
||||
CONSTRUIDOS EN IMPRESIÓN 3D
|
||||
</section>
|
||||
</div>
|
||||
<div class="column2 column fondo-blanco">
|
||||
<div class="ui sticky">
|
||||
<div class="row">
|
||||
<div class="column1 column">
|
||||
<div class="titulo linea">
|
||||
STAND
|
||||
</div>
|
||||
<div class="precio linea">
|
||||
$ 5.990
|
||||
</div>
|
||||
<div class="colores linea">
|
||||
COLOR
|
||||
<div class="white circle"></div>
|
||||
<div class="black circle"></div>
|
||||
<div class="blue circle"></div>
|
||||
<div class="green circle"></div>
|
||||
<div class="yellow circle"></div>
|
||||
<div class="orange circle"></div>
|
||||
<div class="red circle"></div>
|
||||
</div>
|
||||
<div class="input">
|
||||
<button class="minus">-</button><input type="text" name="cantidad" value="0" /><button class="plus">+</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column2 column">
|
||||
<img src="./assets/images/stand.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<button class="ui grey button">COMPRAR</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section id="corporativos" class="ui simple segment">
|
||||
<div class="column1 column">
|
||||
CORPORATIVOS
|
||||
</div>
|
||||
<div class="column2 column fondo-blanco">
|
||||
COTIZA CON NOSOSTROS
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="felices" class="ui simple segment">
|
||||
CLIENTES FELICES
|
||||
</section>
|
||||
|
||||
<section id="formulario" class="ui simple segment">
|
||||
<div class="ui grid">
|
||||
<div class="eight wide column">
|
||||
</div>
|
||||
<div class="eight wide column">
|
||||
<div class="ui grid">
|
||||
<div class="five wide column">
|
||||
</div>
|
||||
<div class="center aligned eleven wide column">
|
||||
CONVERSEMOS! <a href="whatsapp" class="whatsapp-link"><i class="green whatsapp icon"></i></a>
|
||||
<form class="ui form">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.7/semantic.min.js" integrity="sha512-1Nyd5H4Aad+OyvVfUOkO/jWPCrEvYIsQENdnVXt1+Jjc4NoJw28nyRdrpOCyFH4uvR3JmH/5WmfX1MJk2ZlhgQ==" crossorigin="anonymous"></script>
|
||||
<script type="text/javascript" src="./assets/scripts/main.min.js"></script>
|
||||
</body>
|
30
package.json
Normal file
30
package.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "stand",
|
||||
"version": "1.0.0",
|
||||
"description": "Web simple para Stand",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"keywords": [
|
||||
"stand",
|
||||
"celular",
|
||||
"telefono",
|
||||
"smartphone",
|
||||
"chile",
|
||||
"soporte",
|
||||
"tablet"
|
||||
],
|
||||
"author": "Aldarien",
|
||||
"license": "UNLICENSED",
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-dart-sass": "^1.0.2",
|
||||
"gulp-htmlmin": "^5.0.1",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-sourcemaps": "^3.0.0",
|
||||
"gulp-uglify": "^3.0.2"
|
||||
}
|
||||
}
|
BIN
public/assets/images/banner.jpg
Normal file
BIN
public/assets/images/banner.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
168
public/assets/images/dimensiones.svg
Normal file
168
public/assets/images/dimensiones.svg
Normal file
@ -0,0 +1,168 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="312.586px" height="234.096px" viewBox="0 0 312.586 234.096" enable-background="new 0 0 312.586 234.096"
|
||||
xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
|
||||
<rect x="263.025" y="20.11" fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" stroke="#B4B4B4" stroke-miterlimit="10" width="20.387" height="20.388"/>
|
||||
<rect x="263.025" y="178.285" fill-rule="evenodd" clip-rule="evenodd" fill="#3DB54A" width="20.387" height="20.387"/>
|
||||
<rect x="263.025" y="151.921" fill-rule="evenodd" clip-rule="evenodd" fill="#FAED24" width="20.387" height="20.389"/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#D2D3D4" points="256.167,233.705 8.193,233.705 37.523,137.652
|
||||
226.836,137.652 "/>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M173.594,109.162c-0.18-0.219-0.197-0.525-0.266-0.811
|
||||
c-1.783-7.387-3.563-14.774-5.344-22.16c-1.985-8.24-3.977-16.476-5.956-24.716c-2.503-10.419-4.996-20.839-7.497-31.259
|
||||
c-1.184-4.917-2.379-9.83-3.566-14.745c-0.154-0.638-0.293-1.281-0.479-1.908c-0.218-0.74-0.581-0.986-1.341-0.887
|
||||
c-0.546,0.073-1.092,0.063-1.637,0.097c-1.09,0.062-2.18,0.14-3.268,0.221c-1.117,0.079-2.23,0.18-3.348,0.259
|
||||
c-1.063,0.075-2.125,0.123-3.188,0.202c-1.934,0.142-3.862,0.311-5.796,0.449c-1.852,0.132-3.707,0.228-5.557,0.364
|
||||
c-2.694,0.197-5.388,0.442-8.085,0.611c-2.422,0.154-4.848,0.327-7.27,0.484c-2.425,0.158-4.848,0.32-7.271,0.502
|
||||
c-1.959,0.149-3.925,0.212-5.884,0.375c-0.926,0.074-1.855,0.096-2.778,0.179c-1.577,0.14-3.149,0.326-4.741,0.293
|
||||
c-0.242-0.002-0.492,0-0.733,0.042c-0.718,0.133-1.2,0.694-1.224,1.426c-0.018,0.493,0.012,0.981,0.063,1.472
|
||||
c0.107,1.058,0.18,2.123,0.246,3.185c0.08,1.227,0.071,2.462,0.223,3.678c0.112,0.926,0.079,1.853,0.156,2.779
|
||||
c0.111,1.305,0.223,2.613,0.279,3.919c0.058,1.312,0.121,2.622,0.221,3.927c0.234,3.075,0.311,6.164,0.601,9.235
|
||||
c0.099,1.034,0.128,2.072,0.197,3.106c0.132,1.991,0.308,3.973,0.444,5.962c0.137,1.987,0.233,3.978,0.373,5.969
|
||||
c0.192,2.775,0.419,5.55,0.609,8.328c0.141,2.046,0.213,4.094,0.379,6.133c0.07,0.872,0.107,1.746,0.175,2.615
|
||||
c0.15,1.984,0.302,3.973,0.436,5.96c0.083,1.227,0.117,2.458,0.203,3.682c0.194,2.751,0.448,5.498,0.601,8.249
|
||||
c0.111,2.018,0.305,4.027,0.393,6.049c0.042,0.951,0.102,1.908,0.181,2.861c0.103,1.225,0.188,2.447,0.272,3.672
|
||||
c0.074,1.092,0.129,2.184,0.204,3.271c0.147,2.096,0.306,4.191,0.448,6.291c0.077,1.141,0.119,2.287,0.201,3.434
|
||||
c0.141,2.066,0.317,4.133,0.455,6.203c0.137,2.016,0.205,4.035,0.377,6.049c0.071,0.846,0.1,1.691,0.168,2.535
|
||||
c0.154,1.959,0.301,3.92,0.435,5.879c0.081,1.199,0.085,2.406,0.218,3.598c0.096,0.871,0.096,1.746,0.166,2.617
|
||||
c0.145,1.904,0.307,3.807,0.432,5.717c0.139,2.07,0.201,4.145,0.385,6.209c0.08,0.9,0.098,1.801,0.168,2.699
|
||||
c0.15,1.877,0.289,3.754,0.432,5.631c0.008,0.139,0.008,0.275-0.014,0.41c-0.029,0.197-0.158,0.277-0.351,0.238
|
||||
c-0.134-0.023-0.267-0.064-0.396-0.109c-2.571-0.84-5.145-1.682-7.715-2.525c-0.232-0.076-0.505-0.117-0.652-0.324
|
||||
c-0.385-0.531-0.92-0.74-1.539-0.824c-0.154-0.018-0.32-0.096-0.445-0.195c-1.33-1.004-2.689-1.975-3.455-3.541
|
||||
c-0.436-0.893-0.636-0.955-1.634-0.711c-1.567,0.385-3.143,0.738-4.69,1.186c-0.795,0.229-1.338,0.059-1.883-0.537
|
||||
c-0.67-0.732-1.275-1.502-1.838-2.309c-0.529-0.756-1.189-1.061-2.119-0.805c-1.293,0.357-2.607,0.627-3.895,0.992
|
||||
c-0.677,0.197-1.23,0.092-1.746-0.352c-0.207-0.182-0.412-0.359-0.615-0.545c-0.785-0.701-1.322-1.594-1.901-2.455
|
||||
c-0.659-0.975-1.229-1.215-2.378-0.941c-0.771,0.18-1.53,0.412-2.285,0.652c-1.025,0.324-1.245,0.637-1.086,1.686
|
||||
c0.252,1.646,0.504,3.293,0.931,4.91c0.276,1.051,0.825,1.867,1.687,2.531c3.646,2.836,7.266,5.707,10.904,8.555
|
||||
c5.963,4.662,11.93,9.324,17.9,13.982c3.277,2.553,6.565,5.094,9.853,7.633c1.883,1.455,3.785,2.881,5.661,4.342
|
||||
c0.974,0.754,1.945,1,3.197,0.604c2.996-0.943,6.035-1.744,9.061-2.604c12.386-3.502,24.775-6.996,37.161-10.502
|
||||
c10.599-3.006,21.192-6.023,31.787-9.037c0.817-0.232,1.632-0.457,2.435-0.723c0.719-0.236,0.9-0.582,0.785-1.313
|
||||
c-0.02-0.133-0.061-0.268-0.092-0.396c-1.102-4.711-2.211-9.426-3.308-14.135c-1.785-7.666-3.565-15.338-5.341-23.006
|
||||
c-0.501-2.154-0.986-4.314-1.469-6.479c-0.147-0.648-0.164-1.281,0.143-1.916c2.154-4.484,4.293-8.977,6.436-13.467
|
||||
c1.197-2.518,2.396-5.035,3.594-7.557c0.213-0.441,0.396-0.898,0.498-1.385c0.324-1.527-0.597-2.527-2.125-2.314
|
||||
c-0.164,0.021-0.322,0.063-0.484,0.092c-3.551,0.641-7.094,1.316-10.658,1.875c-0.934,0.146-1.817,0.404-2.449,1.184
|
||||
C173.891,109.058,173.799,109.171,173.594,109.162z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M173.594,109.162c0.205,0.01,0.297-0.104,0.381-0.205
|
||||
c0.632-0.779,1.516-1.037,2.449-1.184c3.564-0.559,7.107-1.234,10.658-1.875c0.162-0.029,0.32-0.07,0.484-0.092
|
||||
c1.528-0.213,2.449,0.787,2.125,2.314c-0.102,0.486-0.285,0.943-0.498,1.385c-1.198,2.521-2.396,5.039-3.594,7.557
|
||||
c-2.143,4.49-4.281,8.982-6.436,13.467c-0.307,0.635-0.29,1.268-0.143,1.916c0.482,2.164,0.968,4.324,1.469,6.479
|
||||
c1.775,7.668,3.556,15.34,5.341,23.006c1.097,4.709,2.206,9.424,3.308,14.135c0.031,0.129,0.072,0.264,0.092,0.396
|
||||
c0.115,0.73-0.066,1.076-0.785,1.313c-0.803,0.266-1.617,0.49-2.435,0.723c-10.595,3.014-21.188,6.031-31.787,9.037
|
||||
c-12.386,3.506-24.775,7-37.161,10.502c-3.025,0.859-6.064,1.66-9.061,2.604c-1.252,0.396-2.224,0.15-3.197-0.604
|
||||
c-1.876-1.461-3.778-2.887-5.661-4.342c-3.287-2.539-6.575-5.08-9.853-7.633c-5.971-4.658-11.938-9.32-17.9-13.982
|
||||
c-3.639-2.848-7.258-5.719-10.904-8.555c-0.861-0.664-1.41-1.48-1.687-2.531c-0.427-1.617-0.679-3.264-0.931-4.91
|
||||
c-0.159-1.049,0.061-1.361,1.086-1.686c0.755-0.24,1.515-0.473,2.285-0.652c1.149-0.273,1.719-0.033,2.378,0.941
|
||||
c0.579,0.861,1.116,1.754,1.901,2.455c0.203,0.186,0.408,0.363,0.615,0.545c0.516,0.443,1.069,0.549,1.746,0.352
|
||||
c1.287-0.365,2.602-0.635,3.895-0.992c0.93-0.256,1.59,0.049,2.119,0.805c0.563,0.807,1.168,1.576,1.838,2.309
|
||||
c0.545,0.596,1.088,0.766,1.883,0.537c1.548-0.447,3.123-0.801,4.69-1.186c0.998-0.244,1.198-0.182,1.634,0.711
|
||||
c0.766,1.566,2.125,2.537,3.455,3.541c0.125,0.1,0.291,0.178,0.445,0.195c0.619,0.084,1.154,0.293,1.539,0.824
|
||||
c0.147,0.207,0.42,0.248,0.652,0.324c2.57,0.844,5.144,1.686,7.715,2.525c0.129,0.045,0.262,0.086,0.396,0.109
|
||||
c0.192,0.039,0.321-0.041,0.351-0.238c0.021-0.135,0.021-0.271,0.014-0.41c-0.143-1.877-0.281-3.754-0.432-5.631
|
||||
c-0.07-0.898-0.088-1.799-0.168-2.699c-0.184-2.064-0.246-4.139-0.385-6.209c-0.125-1.91-0.287-3.813-0.432-5.717
|
||||
c-0.07-0.871-0.07-1.746-0.166-2.617c-0.133-1.191-0.137-2.398-0.218-3.598c-0.134-1.959-0.28-3.92-0.435-5.879
|
||||
c-0.068-0.844-0.097-1.689-0.168-2.535c-0.172-2.014-0.24-4.033-0.377-6.049c-0.138-2.07-0.314-4.137-0.455-6.203
|
||||
c-0.082-1.146-0.124-2.293-0.201-3.434c-0.143-2.1-0.301-4.195-0.448-6.291c-0.075-1.088-0.13-2.18-0.204-3.271
|
||||
c-0.084-1.225-0.17-2.447-0.272-3.672c-0.079-0.953-0.139-1.91-0.181-2.861c-0.088-2.021-0.281-4.031-0.393-6.049
|
||||
c-0.152-2.751-0.406-5.498-0.601-8.249c-0.086-1.225-0.12-2.456-0.203-3.682c-0.134-1.987-0.285-3.976-0.436-5.96
|
||||
c-0.067-0.87-0.104-1.744-0.175-2.615c-0.166-2.04-0.238-4.087-0.379-6.133c-0.19-2.777-0.417-5.552-0.609-8.328
|
||||
c-0.14-1.991-0.236-3.982-0.373-5.969c-0.137-1.989-0.313-3.971-0.444-5.962c-0.069-1.034-0.099-2.072-0.197-3.106
|
||||
c-0.29-3.071-0.366-6.16-0.601-9.235c-0.1-1.305-0.163-2.615-0.221-3.927c-0.057-1.306-0.168-2.614-0.279-3.919
|
||||
c-0.077-0.926-0.044-1.853-0.156-2.779c-0.151-1.216-0.143-2.451-0.223-3.678c-0.066-1.062-0.139-2.127-0.246-3.185
|
||||
c-0.051-0.49-0.08-0.979-0.063-1.472c0.023-0.732,0.506-1.292,1.224-1.426c0.241-0.042,0.491-0.044,0.733-0.042
|
||||
c1.592,0.033,3.164-0.153,4.741-0.293c0.923-0.083,1.853-0.105,2.778-0.179c1.959-0.162,3.925-0.226,5.884-0.375
|
||||
c2.423-0.182,4.846-0.344,7.271-0.502c2.422-0.158,4.848-0.331,7.27-0.484c2.697-0.168,5.391-0.414,8.085-0.611
|
||||
c1.85-0.136,3.705-0.232,5.557-0.364c1.934-0.138,3.862-0.307,5.796-0.449c1.063-0.079,2.125-0.127,3.188-0.202
|
||||
c1.117-0.079,2.23-0.18,3.348-0.259c1.088-0.081,2.178-0.159,3.268-0.221c0.545-0.033,1.091-0.024,1.637-0.097
|
||||
c0.76-0.099,1.123,0.147,1.341,0.887c0.187,0.627,0.325,1.271,0.479,1.908c1.188,4.915,2.383,9.828,3.566,14.745
|
||||
c2.501,10.419,4.994,20.839,7.497,31.259c1.979,8.24,3.971,16.476,5.956,24.716c1.78,7.386,3.561,14.773,5.344,22.16
|
||||
C173.396,108.636,173.414,108.943,173.594,109.162z M152.945,152.818c-9.699-39.031-19.379-77.993-29.06-116.953
|
||||
c-0.019-0.077-0.053-0.153-0.086-0.23c-0.008-0.02-0.031-0.046-0.052-0.052c-0.105-0.033-0.016,0.099-0.082-0.015
|
||||
c0,0.427-0.025,0.836,0.004,1.239c0.197,2.996,0.421,5.993,0.607,8.991c0.145,2.315,0.217,4.637,0.381,6.95
|
||||
c0.066,0.955,0.104,1.912,0.167,2.863c0.138,2.21,0.308,4.414,0.442,6.621c0.135,2.235,0.209,4.476,0.381,6.705
|
||||
c0.08,1.01,0.104,2.021,0.172,3.027c0.154,2.179,0.304,4.359,0.436,6.541c0.134,2.208,0.236,4.417,0.373,6.625
|
||||
c0.192,3.08,0.412,6.157,0.598,9.238c0.143,2.316,0.223,4.635,0.39,6.953c0.066,0.953,0.104,1.908,0.163,2.863
|
||||
c0.154,2.479,0.271,4.961,0.485,7.434c0.174,2.033,0.046,4.102,0.648,6.092c0.101,0.336,0.126,0.705,0.126,1.057
|
||||
c-0.012,2.135,0.184,4.256,0.305,6.381c0.201,3.549,0.359,7.094,0.549,10.641c0.092,1.689,0.202,3.381,0.313,5.072
|
||||
c0.038,0.58,0.091,0.658,0.62,0.578c0.491-0.078,0.777,0.107,1.006,0.5c0.271,0.477,0.548,0.949,0.843,1.41
|
||||
c0.642,0.986,1.761,1.42,2.917,1.143c0.529-0.129,1.059-0.271,1.592-0.391c1.371-0.295,2.408,0.236,2.986,1.525
|
||||
c0.133,0.299,0.248,0.611,0.42,0.885c0.518,0.844,1.354,1.174,2.316,0.955c0.801-0.18,1.598-0.371,2.401-0.535
|
||||
c1.276-0.266,1.569-0.133,2.222,0.951c1.15,1.906,2.691,3.43,4.549,4.641C152.301,152.669,152.514,152.865,152.945,152.818z
|
||||
M130.748,151.707c-0.08,0.506-0.051,0.936-0.011,1.363c0.139,1.551,0.226,3.105,0.31,4.658c0.101,1.881,0.236,3.766,0.364,5.645
|
||||
c0.142,2.125,0.294,4.252,0.431,6.377c0.13,1.988,0.245,3.979,0.373,5.971c0.025,0.408,0.088,0.814,0.121,1.221
|
||||
c0.027,0.311,0.168,0.455,0.486,0.371c0.158-0.039,0.314-0.088,0.473-0.127c4.832-1.295,9.665-2.584,14.498-3.879
|
||||
c0.657-0.176,1.318-0.359,1.973-0.547c0.322-0.096,0.383-0.281,0.153-0.543c-0.054-0.063-0.108-0.123-0.165-0.182
|
||||
c-2.137-2.305-4.271-4.609-6.409-6.914c-1.581-1.701-3.167-3.396-4.745-5.104c-2.354-2.549-4.698-5.105-7.055-7.656
|
||||
C131.344,152.146,131.169,151.89,130.748,151.707z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M152.945,152.818c-0.432,0.047-0.645-0.148-0.867-0.295
|
||||
c-1.857-1.211-3.398-2.734-4.549-4.641c-0.652-1.084-0.945-1.217-2.222-0.951c-0.804,0.164-1.601,0.355-2.401,0.535
|
||||
c-0.963,0.219-1.799-0.111-2.316-0.955c-0.172-0.273-0.287-0.586-0.42-0.885c-0.578-1.289-1.615-1.82-2.986-1.525
|
||||
c-0.533,0.119-1.063,0.262-1.592,0.391c-1.156,0.277-2.275-0.156-2.917-1.143c-0.295-0.461-0.571-0.934-0.843-1.41
|
||||
c-0.229-0.393-0.515-0.578-1.006-0.5c-0.529,0.08-0.582,0.002-0.62-0.578c-0.111-1.691-0.222-3.383-0.313-5.072
|
||||
c-0.189-3.547-0.348-7.092-0.549-10.641c-0.121-2.125-0.316-4.246-0.305-6.381c0-0.352-0.025-0.721-0.126-1.057
|
||||
c-0.603-1.99-0.475-4.059-0.648-6.092c-0.214-2.473-0.331-4.955-0.485-7.434c-0.059-0.955-0.097-1.91-0.163-2.863
|
||||
c-0.167-2.318-0.247-4.637-0.39-6.953c-0.186-3.081-0.405-6.158-0.598-9.238c-0.137-2.208-0.239-4.418-0.373-6.625
|
||||
c-0.132-2.182-0.281-4.362-0.436-6.541c-0.068-1.005-0.092-2.017-0.172-3.027c-0.172-2.229-0.246-4.47-0.381-6.705
|
||||
c-0.135-2.207-0.305-4.411-0.442-6.621c-0.063-0.951-0.101-1.908-0.167-2.863c-0.164-2.313-0.236-4.635-0.381-6.95
|
||||
c-0.187-2.999-0.41-5.995-0.607-8.991c-0.029-0.403-0.004-0.813-0.004-1.239c0.066,0.114-0.023-0.018,0.082,0.015
|
||||
c0.021,0.006,0.044,0.032,0.052,0.052c0.033,0.077,0.067,0.153,0.086,0.23C133.566,74.825,143.246,113.787,152.945,152.818z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M130.748,151.707c0.421,0.184,0.596,0.439,0.797,0.654
|
||||
c2.356,2.551,4.701,5.107,7.055,7.656c1.578,1.707,3.164,3.402,4.745,5.104c2.139,2.305,4.272,4.609,6.409,6.914
|
||||
c0.057,0.059,0.111,0.119,0.165,0.182c0.229,0.262,0.169,0.447-0.153,0.543c-0.654,0.188-1.315,0.371-1.973,0.547
|
||||
c-4.833,1.295-9.666,2.584-14.498,3.879c-0.158,0.039-0.314,0.088-0.473,0.127c-0.318,0.084-0.459-0.061-0.486-0.371
|
||||
c-0.033-0.406-0.096-0.813-0.121-1.221c-0.128-1.992-0.243-3.982-0.373-5.971c-0.137-2.125-0.289-4.252-0.431-6.377
|
||||
c-0.128-1.879-0.264-3.764-0.364-5.645c-0.084-1.553-0.171-3.107-0.31-4.658C130.697,152.642,130.668,152.212,130.748,151.707z"
|
||||
/>
|
||||
</g>
|
||||
<rect x="263.025" y="46.471" fill-rule="evenodd" clip-rule="evenodd" fill="#010101" width="20.387" height="20.388"/>
|
||||
<rect x="263.025" y="72.834" fill-rule="evenodd" clip-rule="evenodd" fill="#1072BA" width="20.387" height="20.388"/>
|
||||
<rect x="263.025" y="99.197" fill-rule="evenodd" clip-rule="evenodd" fill="#F15C27" width="20.387" height="20.389"/>
|
||||
<rect x="263.025" y="125.56" fill-rule="evenodd" clip-rule="evenodd" fill="#EC2227" width="20.387" height="20.387"/>
|
||||
<g>
|
||||
<g>
|
||||
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="111.679" y1="207.164" x2="194" y2="183.371"/>
|
||||
<g>
|
||||
|
||||
<rect x="111.179" y="203.915" transform="matrix(-0.9607 0.2776 -0.2776 -0.9607 276.4689 375.1919)" width="0.999" height="6.5"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="193.5" y="180.122" transform="matrix(0.9608 -0.2773 0.2773 0.9608 -43.2408 60.9872)" width="1" height="6.5"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="103.09" y1="204.804" x2="56.446" y2="167.037"/>
|
||||
<g>
|
||||
<rect x="102.59" y="201.554" transform="matrix(0.7761 0.6306 -0.6306 0.7761 152.239 -19.1526)" width="1" height="6.501"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="55.947" y="163.787" transform="matrix(-0.777 -0.6295 0.6295 -0.777 -4.8341 332.3609)" width="0.999" height="6.5"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="209.469" y1="173.476" x2="209.469" y2="10.804"/>
|
||||
<g>
|
||||
<rect x="206.219" y="172.976" width="6.5" height="1"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="206.219" y="10.304" width="6.5" height="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<text transform="matrix(1 0 0 1 215.6255 89.0103)" fill="#010101" font-family="'Lato-Regular'" font-size="10.2658">15 cm</text>
|
||||
</g>
|
||||
<g>
|
||||
<text transform="matrix(1 0 0 1 47.7061 195.2666)" fill="#010101" font-family="'Lato-Regular'" font-size="10.2658">7 cm</text>
|
||||
</g>
|
||||
<text transform="matrix(1 0 0 1 149.7456 211.0596)" fill="#010101" font-family="'Lato-Regular'" font-size="10.2658">7 cm</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 14 KiB |
BIN
public/assets/images/fondo23.png
Normal file
BIN
public/assets/images/fondo23.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
public/assets/images/fondo5.png
Normal file
BIN
public/assets/images/fondo5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
450
public/assets/images/logo.svg
Normal file
450
public/assets/images/logo.svg
Normal file
@ -0,0 +1,450 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="533.7px" height="211.208px" viewBox="0 0 533.7 211.208" enable-background="new 0 0 533.7 211.208" xml:space="preserve">
|
||||
<g>
|
||||
|
||||
<image overflow="visible" opacity="0.8" width="507" height="200" xlink:href="data:image/png;base64,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" transform="matrix(1 0 0 1 14.833 14.8398)">
|
||||
</image>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M39.344,188.944c-6.626-0.465-13.86-2.158-17.558-4.082c-1.85-0.924-1.925-1.232-1.693-7.316
|
||||
c0.229-5.543,0.462-6.236,1.541-5.775c6.849,2.771,12.625,3.773,22.098,3.852c11.936,0,16.095-1.004,20.639-5.006
|
||||
c3.157-2.771,3.233-3.08,3.233-7.549c0-7.775-3.081-9.93-20.021-14.014c-18.633-4.387-24.564-8.779-26.566-19.402
|
||||
c-0.923-4.699,0.152-11.783,2.311-15.943c1.463-2.923,6.696-8.16,10.086-10.239c8.931-5.546,27.569-6.083,42.124-1.31
|
||||
l4.772,1.616v6.546c0,5.93-0.152,6.469-1.307,6.008c-6.316-2.465-13.632-3.699-22.563-3.773c-8.705-0.077-10.01,0.074-13.4,1.77
|
||||
c-6.621,3.311-8.547,11.396-3.85,16.324c2.386,2.543,5.775,3.699,17.635,6.395c15.633,3.465,20.942,6.545,25.178,14.398
|
||||
c2.467,4.695,2.543,15.555,0.081,20.789C76.459,184.553,60.905,190.635,39.344,188.944L39.344,188.944z M39.344,188.944"/>
|
||||
<path fill="#FFFFFF" d="M152.073,188.709c-8.545-1.924-14.012-6.082-17.245-13.088c-1.772-3.775-1.772-4.469-2.006-32.494
|
||||
l-0.227-28.725H114.96v-13.09h17.711V89.838c0-6.391,0.233-11.703,0.618-11.86c0.303-0.152,4.078-0.152,8.47,0.081l7.853,0.304
|
||||
v22.951h26.95v13.09h-26.799l-0.537,18.865c-0.309,10.396-0.385,22.564-0.233,27.027c0.385,9.316,1.313,11.166,6.855,14.018
|
||||
c3.081,1.693,4.083,1.77,11.475,1.461c4.467-0.23,8.622-0.463,9.24-0.615c0.922-0.232,1.231,0.848,1.387,6.004l0.23,6.318
|
||||
l-2.924,0.844C170.25,189.713,157.464,189.942,152.073,188.709L152.073,188.709z M152.073,188.709"/>
|
||||
<path fill="#FFFFFF" d="M450.695,189.633c-0.233-0.229-1.308-0.613-2.311-0.77c-10.779-2.078-21.407-11.166-25.334-21.789
|
||||
c-2.695-7.164-3.389-11.09-3.389-20.715c-0.077-22.332,9.163-37.732,26.262-43.433c6.388-2.153,15.938-2.231,22.099-0.076
|
||||
c4.083,1.388,9.625,4.854,10.242,6.313c1.307,3.005,1.692-2.695,1.844-24.561l0.232-25.26h16.173l0.231,39.658
|
||||
c0.153,21.793,0,50.822-0.309,64.529l-0.461,24.871l-6.241-0.23l-6.16-0.232l-0.923-3.313c-1.773-6.004-1.616-5.926-5.389-2.152
|
||||
c-3.005,3.002-7.165,5.928-8.472,5.85c-0.232,0-0.461,0-0.538,0.078C465.094,189.329,451.39,190.252,450.695,189.633
|
||||
L450.695,189.633z M470.564,173.772c1.844-0.922,4.696-2.924,6.313-4.465l3.08-2.695V144.51l-0.077-22.021l-3.389-2.543
|
||||
c-7.392-5.621-16.941-7.082-25.179-4.004c-9.549,3.543-15.172,14.555-15.246,29.723c0,8.471,1.078,13.633,4.001,19.484
|
||||
C445.768,176.391,458.395,180.008,470.564,173.772L470.564,173.772z M470.564,173.772"/>
|
||||
<path fill="#FFFFFF" d="M251.875,187.79c-36.659-0.234-46.821-0.467-46.821-1.236c-0.075-0.461,3.156-37.809,7.007-82.932
|
||||
c4.392-51.056,7.392-82.394,7.933-82.931c0.695-0.771,8.238-0.851,34.575-0.465l33.65,0.465l0.076,2.999
|
||||
c0.076,1.621,0.157,3.162,0.231,3.546c0.077,0.304,0.386,3.85,0.695,7.853c0.386,4.002,0.77,9.088,0.921,11.167
|
||||
c0.152,2.156,0.537,6.31,0.771,9.239c0.233,3.004,0.618,7.163,0.771,9.24c0.232,2.159,0.537,6.623,0.77,10.011
|
||||
c0.232,3.39,0.618,8.009,0.77,10.243c1.08,12.012,1.617,18.016,2.311,27.105c0.848,11.164,1.231,15.859,1.54,18.094
|
||||
c0.154,1.309,0.539,6.16,0.847,10.781c0.233,4.695,0.618,9.008,0.694,9.703c0.152,0.615,0.46,4.775,0.769,9.238
|
||||
c0.311,4.393,0.618,8.779,0.771,9.701c0.152,0.852,0.538,5.471,0.77,10.168c0.538,8.084,0.462,8.545-0.846,8.393
|
||||
C299.232,188.018,277.591,187.864,251.875,187.79L251.875,187.79z M269.584,174.313c-4.542-39.352-15.709-129.983-16.095-129.983
|
||||
c-0.231,0-0.46,0.46-0.46,1.002c0,1.23-1.08,10.624-1.387,12.087c-0.153,0.618-0.463,3.389-0.771,6.16
|
||||
c-0.309,2.772-0.618,5.543-0.77,6.16c-0.152,0.618-0.462,3.391-0.771,6.162c-0.309,2.771-0.618,5.542-0.77,6.16
|
||||
c-0.077,0.617-0.461,3.232-0.694,5.775c-0.613,5.391-4.235,33.73-4.696,36.576c-0.152,1.08-0.461,3.85-0.694,6.16
|
||||
c-0.31,2.311-0.613,4.93-0.771,5.775c-0.15,0.848-0.537,3.773-0.846,6.545s-0.619,5.543-0.77,6.16
|
||||
c-0.076,0.619-0.462,3.232-0.694,5.777c-0.31,2.541-0.694,5.465-0.846,6.545c-0.152,1.08-0.461,3.541-0.694,5.621
|
||||
c-0.229,2.002-0.694,5.158-0.922,7.084l-0.461,3.465h33.497L269.584,174.313z M269.584,174.313"/>
|
||||
<path fill="#FFFFFF" d="M328.645,187.405c-0.232-0.543-0.308-19.869-0.232-42.971l0.232-41.968h11.551l1.231,5.007
|
||||
c0.693,2.771,1.539,4.928,1.925,4.852c0.385-0.08,2.001-1.312,3.623-2.852c6.234-5.852,17.938-9.549,27.025-8.546
|
||||
c9.702,1.079,16.785,5.39,20.716,12.628c3.926,7.16,4.388,11.551,4.388,43.586c0,16.092-0.31,29.721-0.618,30.264
|
||||
c-0.461,0.688-2.694,0.92-8.314,0.768l-7.624-0.232l-0.384-31.955c-0.309-27.57-0.537-32.342-1.692-34.803
|
||||
c-1.236-2.854-4.93-6.086-7.396-6.547c-2.924-0.617-10.396-0.08-13.319,0.922c-4.007,1.465-9.935,5.775-12.552,9.164
|
||||
l-2.002,2.697v29.26c0,16.014-0.232,29.723-0.462,30.418c-0.385,0.996-1.849,1.229-8.085,1.229
|
||||
C331.188,188.325,328.879,188.018,328.645,187.405L328.645,187.405z M328.645,187.405"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 35 KiB |
20
public/assets/scripts/main.js
Normal file
20
public/assets/scripts/main.js
Normal file
@ -0,0 +1,20 @@
|
||||
function resize() {
|
||||
let p = 400 / 944
|
||||
$('.container').each(function(i, el) {
|
||||
let height = $(this).height
|
||||
let width = $(this).width
|
||||
|
||||
$(this).width = height * p;
|
||||
})
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$('.menu.sticky').sticky()
|
||||
$('.column2 .sticky').sticky({
|
||||
context: '#column'
|
||||
})
|
||||
|
||||
$('.shopping.cart').innerText = 0
|
||||
|
||||
//window.onresize = resize;
|
||||
})
|
2
public/assets/scripts/main.min.js
vendored
Normal file
2
public/assets/scripts/main.min.js
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
function resize(){$(".container").each(function(t,i){var n=$(this).height;$(this).width;$(this).width=n*(400/944)})}$(document).ready(function(){$(".menu.sticky").sticky(),$(".column2 .sticky").sticky({context:"#column"}),$(".shopping.cart").innerText=0});
|
||||
//# sourceMappingURL=maps/main.min.js.map
|
1
public/assets/scripts/maps/main.min.js.map
Normal file
1
public/assets/scripts/maps/main.min.js.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["main.js"],"names":["resize","$","each","i","el","height","this","width","ready","sticky","context","innerText"],"mappings":"AAAA,SAASA,SAEPC,EAAE,cAAcC,KAAK,SAAAC,EAAAC,GACnB,IAAIC,EAASJ,EAAEK,MAAMD,OACTJ,EAAEK,MAAMC,MAFtBN,EAAAK,MAAAC,MAAAF,GADQ,IAAM,OAUdJ,EAAAA,UAAEO,MAAD,WACDP,EAAE,gBAAAQ,SACAC,EAAAA,oBAASD,OAAA,CADXC,QAAA,YAIAT,EAAE,kBAAkBU,UAAY","file":"../main.min.js","sourcesContent":["function resize() {\r\n let p = 400 / 944\r\n $('.container').each(function(i, el) {\r\n let height = $(this).height\r\n let width = $(this).width\r\n\r\n $(this).width = height * p;\r\n })\r\n}\r\n\r\n$(document).ready(function() {\r\n $('.menu.sticky').sticky()\r\n $('.column2 .sticky').sticky({\r\n context: '#column'\r\n })\r\n\r\n $('.shopping.cart').innerText = 0\r\n\r\n //window.onresize = resize;\r\n})\r\n"]}
|
627
public/assets/styles/main.css
Normal file
627
public/assets/styles/main.css
Normal file
@ -0,0 +1,627 @@
|
||||
*, *:before, *:after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-size-adjust: none;
|
||||
}
|
||||
|
||||
footer, header, nav, section, main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after, q:before, q:after {
|
||||
content: "";
|
||||
content: none;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Roboto, sans;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
#backgrounds .cabezal {
|
||||
height: 25rem;
|
||||
background-image: url("../images/banner.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100rem;
|
||||
background-position: top center;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
#backgrounds .seccion1 {
|
||||
height: 25rem;
|
||||
background-image: linear-gradient(#cccccc, #cccccc);
|
||||
background-position: left 7rem;
|
||||
background-size: 100% 8rem;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#backgrounds .seccion2 {
|
||||
height: 27.5rem;
|
||||
background-image: url("../images/fondo23.png");
|
||||
}
|
||||
#backgrounds .seccion2 .diagonal {
|
||||
border-bottom: 27.5rem solid rgba(204, 204, 204, 0.5);
|
||||
border-right: 118.75rem solid transparent;
|
||||
}
|
||||
#backgrounds .dimensiones {
|
||||
height: 27.5rem;
|
||||
background-image: url("../images/fondo23.png");
|
||||
}
|
||||
#backgrounds .dimensiones .fondo-gris {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(204, 204, 204, 0.5);
|
||||
}
|
||||
#backgrounds .construido {
|
||||
height: 21.875rem;
|
||||
background-color: #64c8ff;
|
||||
}
|
||||
#backgrounds .corporativos {
|
||||
height: 25rem;
|
||||
background-image: url("../images/fondo5.png");
|
||||
}
|
||||
#backgrounds .testimonios {
|
||||
height: 21.875rem;
|
||||
background-image: linear-gradient(#cccccc, #cccccc);
|
||||
background-position: left 3rem;
|
||||
background-size: 100% 5rem;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#backgrounds .formulario {
|
||||
height: 30rem;
|
||||
background-color: #cccccc;
|
||||
clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
|
||||
}
|
||||
|
||||
#content {
|
||||
max-width: 67.5rem !important;
|
||||
height: 203.75rem;
|
||||
position: relative;
|
||||
top: -203.75rem;
|
||||
}
|
||||
#content #header {
|
||||
color: white;
|
||||
width: 100%;
|
||||
height: 25rem;
|
||||
}
|
||||
#content #header .ui.menu {
|
||||
border: none !important;
|
||||
background: none !important;
|
||||
background-color: rgba(100, 100, 100, 0.3) !important;
|
||||
box-shadow: none !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
#content #header .ui.menu .dropdown .menu {
|
||||
/*background: none !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;*/
|
||||
color: black;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#content #header .ui.menu .dropdown .menu .item {
|
||||
padding: 1rem !important;
|
||||
}
|
||||
#content #header .ui.menu .item {
|
||||
color: inherit !important;
|
||||
font-size: 2rem;
|
||||
padding: 1.25rem !important;
|
||||
}
|
||||
#content #header .ui.menu .item .shopping.cart div {
|
||||
position: relative;
|
||||
color: black;
|
||||
display: inline-block;
|
||||
top: -2.6rem;
|
||||
left: 0.2rem;
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, sans;
|
||||
}
|
||||
#content #header .logo {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
#content #header .logo img {
|
||||
width: 50%;
|
||||
max-width: 64.375rem;
|
||||
}
|
||||
#content #header .logo .frase1 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
#content #header .logo .frase2 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
#content > .column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
#content > .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content > .column1 {
|
||||
width: 67%;
|
||||
}
|
||||
#content > .column1 #seccion1 {
|
||||
height: 25rem;
|
||||
width: 100%;
|
||||
}
|
||||
#content > .column1 #seccion1 .image-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 15rem;
|
||||
}
|
||||
#content > .column1 #seccion1 .image-container img {
|
||||
height: 9.6875rem;
|
||||
width: 11.75rem;
|
||||
margin-top: 5.3125rem;
|
||||
}
|
||||
#content > .column1 #seccion1 .paragraph {
|
||||
padding-top: 1.75rem;
|
||||
line-height: 0.875rem;
|
||||
text-align: justify;
|
||||
}
|
||||
#content > .column1 #seccion1 .paragraph .header {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 1.375rem;
|
||||
}
|
||||
#content > .column1 #seccion2 {
|
||||
height: 27.5rem;
|
||||
}
|
||||
#content > .column1 #seccion2 > .column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
#content > .column1 #seccion2 > .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content > .column1 #seccion2 .column1 {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column1 img {
|
||||
width: 19.8125rem;
|
||||
height: 19.8125rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 {
|
||||
margin-top: 7.125rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:first-child {
|
||||
background-color: #00427b;
|
||||
color: white;
|
||||
height: 11.25rem;
|
||||
width: 23.75rem;
|
||||
padding: 2rem;
|
||||
margin-left: -3rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:first-child .header {
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:first-child ul {
|
||||
list-style: disc inside;
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:last-child {
|
||||
margin-top: 1.125rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:last-child img {
|
||||
width: 4.375rem;
|
||||
height: 5.3125rem;
|
||||
}
|
||||
#content > .column1 #dimensiones {
|
||||
height: 27.5rem;
|
||||
}
|
||||
#content > .column1 #dimensiones .header {
|
||||
padding: 2.3125rem 0 !important;
|
||||
}
|
||||
#content > .column1 #dimensiones .header .bigger {
|
||||
font-size: 1rem;
|
||||
}
|
||||
#content > .column1 #dimensiones .images {
|
||||
display: flex;
|
||||
}
|
||||
#content > .column1 #dimensiones .images img {
|
||||
float: left;
|
||||
width: 19.5625rem;
|
||||
height: 14.6875rem;
|
||||
}
|
||||
#content > .column1 #construido {
|
||||
height: 21.875rem;
|
||||
}
|
||||
#content > .column1 #construido .column2 {
|
||||
height: 100%;
|
||||
}
|
||||
#content > .column2 {
|
||||
width: 33%;
|
||||
height: 101.875rem;
|
||||
}
|
||||
#content > .column2 .sticky {
|
||||
height: 16.5625rem;
|
||||
width: 19.375rem;
|
||||
margin: auto;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child {
|
||||
height: 10.625rem;
|
||||
margin-top: 5rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 {
|
||||
vertical-align: bottom;
|
||||
padding-top: 1.25rem;
|
||||
width: 12.9166666667rem;
|
||||
font-size: 1.1666666667rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .linea {
|
||||
margin-bottom: 0.625rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .titulo {
|
||||
font-size: 2.0833333333rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .precio {
|
||||
font-size: 1.3333333333rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores {
|
||||
vertical-align: center;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .text {
|
||||
margin-right: 0.1875rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .white {
|
||||
border: thin solid black;
|
||||
background-color: white;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .black {
|
||||
background-color: black;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .blue {
|
||||
background-color: blue;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .green {
|
||||
background-color: lime;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .yellow {
|
||||
background-color: yellow;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .orange {
|
||||
background-color: #ff8200;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .red {
|
||||
background-color: red;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .circle {
|
||||
display: inline-block;
|
||||
width: 0.75rem;
|
||||
height: 0.75rem;
|
||||
border-radius: 8000px;
|
||||
margin: auto 0.0625rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .input {
|
||||
width: 4.5rem;
|
||||
border: thin solid black;
|
||||
text-align: center;
|
||||
padding: 0.5rem 0.05rem;
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .input button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .input input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column2 {
|
||||
width: 6.4583333333rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column2 img {
|
||||
width: 6.875rem;
|
||||
height: 10rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:last-child .button {
|
||||
border-radius: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
#content #corporativos {
|
||||
width: 100%;
|
||||
height: 25rem;
|
||||
margin-top: 101.875rem !important;
|
||||
}
|
||||
#content #corporativos > .column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
#content #corporativos > .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content #corporativos .column1 {
|
||||
width: 67%;
|
||||
}
|
||||
#content #corporativos .column1 > .header {
|
||||
padding: 2.3125rem 0 !important;
|
||||
}
|
||||
#content #corporativos .column1 > .header .bigger {
|
||||
font-size: 1.3333333333rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion {
|
||||
display: inline-block;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .img-grande {
|
||||
display: inline-block;
|
||||
padding-right: 0.75rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .img-grande img {
|
||||
width: 8.4375rem;
|
||||
height: 12.5rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion {
|
||||
display: inline-block;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion ul {
|
||||
list-style: disc inside;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion .images img {
|
||||
width: 4.375rem;
|
||||
height: 5.3125rem;
|
||||
}
|
||||
#content #corporativos .column2 {
|
||||
width: 33%;
|
||||
height: 100%;
|
||||
}
|
||||
#content #corporativos .column2 form .colores {
|
||||
vertical-align: center;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .text {
|
||||
margin-right: 0.1875rem;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .white {
|
||||
border: thin solid black;
|
||||
background-color: white;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .black {
|
||||
background-color: black;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .blue {
|
||||
background-color: blue;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .green {
|
||||
background-color: lime;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .yellow {
|
||||
background-color: yellow;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .orange {
|
||||
background-color: #ff8200;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .red {
|
||||
background-color: red;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .circle {
|
||||
display: inline-block;
|
||||
width: 0.75rem;
|
||||
height: 0.75rem;
|
||||
border-radius: 8000px;
|
||||
margin: auto 0.0625rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
#content #corporativos .column2 form .input.cantidad {
|
||||
width: 4.5rem;
|
||||
border: thin solid black;
|
||||
text-align: center;
|
||||
padding: 0.5rem 0.05rem;
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#content #corporativos .column2 form .input.cantidad button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
#content #corporativos .column2 form .input.cantidad input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#content #corporativos .column2 form .input [type=file] {
|
||||
display: none;
|
||||
}
|
||||
#content #corporativos .column2 form .input [type=text] {
|
||||
height: 1.125rem;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
#content #felices {
|
||||
height: 21.875rem;
|
||||
padding: 0 1rem !important;
|
||||
}
|
||||
#content #formulario {
|
||||
height: 30rem;
|
||||
padding: 0 1rem !important;
|
||||
}
|
||||
#content #formulario .whatsapp-link {
|
||||
color: inherit;
|
||||
}
|
||||
#content #formulario > .column {
|
||||
float: left;
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
#content #formulario > .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content #formulario > .flotante {
|
||||
position: absolute;
|
||||
top: 11.4375rem;
|
||||
margin: auto;
|
||||
left: 40%;
|
||||
width: 13.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
#content #formulario > .flotante > .content {
|
||||
width: 8.125rem;
|
||||
margin: auto;
|
||||
left: -50%;
|
||||
}
|
||||
#content #formulario > .flotante > .content .item {
|
||||
display: block;
|
||||
padding: 0.3125rem 0;
|
||||
}
|
||||
#content #formulario > .flotante > .content div.whatsapp {
|
||||
height: 1.875rem;
|
||||
background-color: #1a9947;
|
||||
color: #fff;
|
||||
font-size: 0.625rem;
|
||||
}
|
||||
#content #formulario > .flotante > .content div.whatsapp > i {
|
||||
position: relative;
|
||||
font-size: 1.3333333333rem;
|
||||
top: 0.1875rem;
|
||||
}
|
||||
#content #formulario > .flotante > .content .rrss {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
#content #formulario > .flotante > .content .rrss i.inverted.grey {
|
||||
color: white !important;
|
||||
}
|
||||
#content #formulario > .column1 {
|
||||
width: 67%;
|
||||
margin-top: 1.6875rem;
|
||||
}
|
||||
#content #formulario > .column1 > img {
|
||||
width: 27.125rem;
|
||||
height: 17.5rem;
|
||||
float: left;
|
||||
}
|
||||
#content #formulario > .column2 {
|
||||
width: 33%;
|
||||
}
|
||||
#content #formulario > .column2 .header {
|
||||
margin-top: 1.25rem;
|
||||
text-align: center;
|
||||
font-size: 1.8333333333rem;
|
||||
}
|
||||
#content #formulario > .column2 .header .whatsapp-link {
|
||||
display: inline-block;
|
||||
width: 1.5625rem;
|
||||
height: 1.5625rem;
|
||||
font-size: 2.0833333333rem;
|
||||
}
|
||||
#content #formulario > .column2 .paragraph {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1.5625rem;
|
||||
justify-content: center;
|
||||
}
|
||||
#content #formulario > .column2 form input {
|
||||
border-radius: 0 !important;
|
||||
height: 1.125rem;
|
||||
margin-bottom: 0.5625rem;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#content #formulario > .column2 form input::placeholder {
|
||||
color: #333333;
|
||||
}
|
||||
#content #formulario > .column2 form textarea {
|
||||
border-radius: 0 !important;
|
||||
height: 4.5rem;
|
||||
margin-bottom: 1.5625rem;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#content #formulario > .column2 form textarea::placeholder {
|
||||
color: #333333;
|
||||
}
|
||||
#content #formulario > .column2 form .button {
|
||||
width: 100%;
|
||||
border-radius: 0 !important;
|
||||
background-color: white;
|
||||
color: #333333;
|
||||
}
|
||||
#content section {
|
||||
background: none;
|
||||
}
|
||||
#content section.segment > .container {
|
||||
height: 100%;
|
||||
}
|
||||
#content section.segment > .container > .column1 {
|
||||
display: inline-block;
|
||||
width: 67rem;
|
||||
}
|
||||
#content section.segment > .container > .column2 {
|
||||
display: inline-block;
|
||||
width: 33rem;
|
||||
}
|
||||
#content .simple.segment {
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
#content .simple.segment > .ui.grid {
|
||||
height: 100%;
|
||||
}
|
||||
#content .fondo-blanco {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
2
public/assets/styles/main.min.css
vendored
Normal file
2
public/assets/styles/main.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/styles/maps/main.min.css.map
Normal file
1
public/assets/styles/maps/main.min.css.map
Normal file
File diff suppressed because one or more lines are too long
2
public/index.html
Normal file
2
public/index.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user