v2.2.0-rc
This commit is contained in:
@ -4,11 +4,14 @@
|
||||
<meta charset="utf-8" />
|
||||
<title>Stand Chile</title>
|
||||
<meta name="keywords" content="stand, chile, celular, smartphone, telefono" />
|
||||
<meta name="description" content="Stand Chile, soporte para celulares y tablets" />
|
||||
<meta name="author" content="Aldarien" />
|
||||
<meta name="copyright" content="ProVM" />
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
<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="icon" type="image/png" href="./assets/images/favicon.png" />
|
||||
<link rel="stylesheet" type="text/css" href="./assets/styles/main.min.css" />
|
||||
</head>
|
||||
|
@ -16,11 +16,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="right menu">
|
||||
<a class="item" href="#contacto">
|
||||
<div class="item">
|
||||
<i class="shopping cart icon">
|
||||
<div class="cantidad">0</div>
|
||||
</i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
23
assets/html/011_carro.html
Normal file
23
assets/html/011_carro.html
Normal file
@ -0,0 +1,23 @@
|
||||
<div id="carro" class="ui modal">
|
||||
<i class="close icon"></i>
|
||||
<div class="header">
|
||||
CARRITO
|
||||
</div>
|
||||
<form>
|
||||
<div class="content productos">
|
||||
<table class="ui table">
|
||||
<tbody></tbody>
|
||||
<tfoot class="total">
|
||||
<tr>
|
||||
<td colspan="3">TOTAL</td>
|
||||
<td class="precio">$ <span class="valor">0</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
<div class="content">
|
||||
<button class="ui button">COMPRAR</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
Reference in New Issue
Block a user