-
Notifications
You must be signed in to change notification settings - Fork 0
/
cupones.html
155 lines (148 loc) · 8.1 KB
/
cupones.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE HTML>
<!--
LinecodeID
html5up| @Deryck_luis
Free for personal and commercial use under the CCA 3.0 license (html5/license)
-->
<html>
<head>
<title>LineCode</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<!-- Swiper Carousel -->
<link rel="stylesheet" href="assets/css/swiper.css">
<!--AdSense of Google-->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3223961418833130",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">LineCode</a> Desarrollando Ideas</h1>
<nav id="nav">
<ul>
<li><a href="index.html" >Inicio</a></li>
<li><a href="generic.html">Nosotros</a></li>
<li><a href="portafolio.html" >Portafolio</a></li>
<li><a href="faqs.html" >Preguntas Frecuentes</a></li>
<li><a href="contact.html" >Contacto</a></li>
<li>
<a href="#" class="icon fa-angle-down">Servicios</a>
<ul>
<li><a href="dweb.html">Desarrollo Web</a></li>
<li><a href="ecomerce.html">E-Comerce</a></li>
<li><a href="marketing.html">Marketing Digital</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="container">
<div class="row">
<div class="12u">
<!-- Table -->
<section class="box">
<span class="image featured"><img src="images/banners/cupon.png" alt="" /></span>
<header>
<h2>Has Valido Tu Cupón</h2>
<p> Selecciona uno de nuestros servicios de desarrollo web y aplica tu cupón </p>
</header>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Servicio</th>
<th>Precio Original</th>
<th>Precion Cupon</th>
</tr>
</thead>
<tbody>
<tr>
<td><b>Desarrollo Web Lite</b></td>
<td>$7,999.97</td>
<td class="red"><b>$7.199.97</b></td>
<td><a href="#" class="button special small fit">Aplicar Cupón</a></td>
</tr>
<tr>
<td><b>Desarrollo Web Pyme</b></td>
<td>$11,999.97</td>
<td class="red"><b>$10.799.97</b></td>
<td><a href="#" class="button special small fit">Aplicar Cupón</a></td>
</tr>
<tr>
<td><b>Desarrollo Web Tienda Online</b></td>
<td>$12,999.97</td>
<td class="red"><b>$11.699.97</b></td>
<td><a href="#" class="button special small fit">Aplicar Cupón</a></td>
</tr>
<tr>
<td><b>Desarrollo Web Plus</b></td>
<td>$15,999.97</td>
<td class="red"><b>$14.399.97</b></td>
<td><a href="#" class="button special small fit">Aplicar Cupón</a></td>
</tr>
<tr>
<td><b>Desarrollo Web Tienda Online Plus</b></td>
<td>$16,999.97</td>
<td class="red"><b>$15.299.97</b></td>
<td><a href="#" class="button special small fit">Aplicar Cupón</a></td>
</tr>
</tbody>
</table>
<p class="icon fa-exclamation-triangle"> <b> Atención: </b>Solo se puede aplicar un codigo de cupón por Servicio</p>
</div>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/LineCodeDesarriolladorWeb" class="icon fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://twitter.com/linecodeid" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/linecodeid/" class="icon fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/LineCodeID" class="icon fa-github" target="_blank"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li> Copyright © 2018 LineCode. All rights reserved.</li>
<li><a href="aviso.html" target="_blank"> Aviso de Privacidad</a></li>
<li><a href="politicas.html" target="_blank"> Ploliticas de Servicio</a></li>
<li>Lun - Vier: 10:00 hrs - 17:00 hrs </li>
<li>Dir: C.3 sur #504 Acajete, Pue.</li>
<li>Whatsapp: 223.101.2301</li>
<li>Design: <a href="index.html">LineCode</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<!-- Swiper carousel -->
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/swiper.carousel.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121206913-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121206913-1');
</script>
</body>
</html>