Last active
December 11, 2015 03:58
-
-
Save mateusreis/4541474 to your computer and use it in GitHub Desktop.
pricing table - tssidiomas_guatemala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- linea movil content --> | |
<div class="content-tabs-paquetes" id="clientes-movil"> | |
<table class="tbl-paquetes five-paquetes"> | |
<thead> | |
<tr class="tit-single"> | |
<th colspan="5"> | |
<span>c</span> | |
</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr class="packs"> | |
<td> | |
<strong>Paquete 1</strong> | |
<span>Q 9<sup>.90</sup></span> | |
<a href="pacote1" title="más detalles">más detalles</a> | |
</td> | |
<td> | |
<strong>Paquete 2</strong> | |
<span>Q 14<sup>.90</sup></span> | |
<a href="pacote2" title="más detalles">más detalles</a> | |
</td> | |
<td> | |
<strong>Paquete 3</strong> | |
<span>Q 19<sup>.90</sup></span> | |
<a href="pacote3" title="más detalles">más detalles</a> | |
</td> | |
<td> | |
<strong>Paquete 4</strong> | |
<span>Q 36<sup>.90</sup></span> | |
<a href="pacote4" title="más detalles">más detalles</a> | |
</td> | |
<td> | |
<strong>Paquete 5</strong> | |
<span>Q 45<sup>.90</sup></span> | |
<a href="pacote5" title="más detalles">más detalles</a> | |
</td> | |
</tr> | |
<tr> | |
<td>Mensajito de texto</td> | |
<td>Mensajito de texto</td> | |
<td>Mensajito de texto</td> | |
<td>Mensajito de texto</td> | |
<td>Mensajito de texto</td> | |
</tr> | |
<tr> | |
<td>•</td> | |
<td>Portal móvil</td> | |
<td>Portal móvil</td> | |
<td>Portal móvil</td> | |
<td>Portal móvil</td> | |
</tr> | |
<tr> | |
<td>•</td> | |
<td>•</td> | |
<td>Curso en línea</td> | |
<td>Curso en línea</td> | |
<td>Curso en línea</td> | |
</tr> | |
<tr> | |
<td>•</td> | |
<td>•</td> | |
<td>•</td> | |
<td>1 hora de clase de conversación</td> | |
<td>2 horas de clase de conversación</td> | |
</tr> | |
<tr> | |
<td>Traductor</td> | |
<td>•</td> | |
<td>•</td> | |
<td>•</td> | |
<td>•</td> | |
</tr> | |
<tr class="btn-buy"> | |
<td> | |
<form action="/tssidiomas_guatemala/minhacontacompra" method="post" class="bt-buy"> | |
<input type="hidden" name="pacote" value="1" /> | |
<input type="submit" value="Comprar" class="button" /> | |
</form> | |
</td> | |
<td> | |
<form action="/tssidiomas_guatemala/minhacontacompra" method="post" class="bt-buy add-pack"> | |
<input type="hidden" name="pacote" value="3" /> | |
<input type="submit" value="Comprar" class="button" /> | |
</form> | |
</td> | |
<td> | |
<form action="/tssidiomas_guatemala/minhacontacompra" method="post" class="bt-buy add-pack"> | |
<input type="hidden" name="pacote" value="5" /> | |
<input type="submit" value="Comprar" class="button" /> | |
</form> | |
</td> | |
<td> | |
<form action="/tssidiomas_guatemala/minhacontacompra" method="post" class="bt-buy add-pack"> | |
<input type="hidden" name="pacote" value="7" /> | |
<input type="submit" value="Comprar" class="button" /> | |
</form> | |
</td> | |
<td> | |
<form action="/tssidiomas_guatemala/minhacontacompra" method="post" class="bt-buy add-pack"> | |
<input type="hidden" name="pacote" value="9" /> | |
<input type="submit" value="Comprar" class="button" /> | |
</form> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
<p class="detail">* IVA Incluido</p> | |
<!--<p class="detail">** de clase de conversación</p>--> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment