-
Notifications
You must be signed in to change notification settings - Fork 0
/
portafolio.html
119 lines (108 loc) · 5.6 KB
/
portafolio.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
<!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]-->
<!--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="6u 12u(narrower)">
<section class="box special porta">
<span class="image featured"><img src="images/portafolio/01.jpg" alt="" /></span>
<h3>Hard Working Urban Blood</h3>
<h5>TIENDA ONLINE</h5>
<ul class="actions">
<li><a href="proyectos.html" class="button alt">Ver mas..</a></li>
</ul>
</section>
</div>
<div class="6u 12u(narrower)">
<section class="box special">
<span class="image featured"><img src="images/portafolio/02.jpg" alt="" /></span>
<h3>Loza Colonial Santiago</h3>
<h5>TIENDA ONLINE</h5>
<ul class="actions">
<li><a href="proyectos.html" class="button alt">Ver mas..</a></li>
</ul>
</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>
<!-- 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>