-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
121 lines (113 loc) · 3.84 KB
/
contact.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Michel | Torres | Robles - Contacto </title>
<meta charset="UTF-8">
<meta name="description" content="Tulen Photography HTML Template">
<meta name="keywords" content="photo, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/themify-icons.css"/>
<link rel="stylesheet" href="css/accordion.css"/>
<link rel="stylesheet" href="css/fresco.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Offcanvas Menu Section -->
<div class="menu-wrapper">
<div class="menu-switch">
<i class="ti-menu"></i>
</div>
<div class="menu-social-warp">
<div class="menu-social">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter-alt"></i></a>
<a href="#"><i class="ti-linkedin"></i></a>
<a href="#"><i class="ti-instagram"></i></a>
</div>
</div>
</div>
<div class="side-menu-wrapper">
<div class="sm-header">
<div class="menu-close">
<i class="ti-arrow-left"></i>
</div>
<a href="index.html" class="site-logo">
<img src="img/logo.png" alt="">
</a>
</div>
<nav class="main-menu">
<ul>
<li><a href="index.html" class="active">Inicio</a></li>
<li><a href="about.html">Yo!</a></li>
<li><a href="gallery.html">Galeria</a></li>
<li><a href="#">Blog</a></li>
<li><a href="contact.html">Contacto</a></li>
</ul>
</nav>
<div class="sm-footer">
<div class="sm-socail">
<!--<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter-alt"></i></a>
<a href="#"><i class="ti-linkedin"></i></a> -->
<a href="https://www.instagram.com/maik.30/"><i class="ti-instagram"></i></a>
</div>
<div class="copyright-text"><p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> Todos los derechos reservados.
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p></div>
</div>
</div>
<!-- Offcanvas Menu Section end -->
<!-- Contact Section end -->
<div class="contact-section">
<div class="map-warp" data-setbg="img/hero/5.jpg"></div>
<div class="contact-box">
<div class="row">
<div class="col-lg-4">
<div class="contact-info">
<i class="ti-location-pin"></i>
<p>Por Telefono!<br>Lima</p>
</div>
</div>
<div class="col-lg-4">
<div class="contact-info">
<i class="ti-email"></i>
<p><span>Celular:</span> +51 945 498 814</p>
<p><span>Mail:</span> maikp24@gmail.com</p>
</div>
</div>
<div class="col-lg-4">
<div class="contact-info">
<i class="ti-timer"></i>
<p><span>Dias de semana:</span> 10:00 – 18:00</p>
<p><span>Domingo:</span> Cerrado</p>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/vendor/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/pana-accordion.js"></script>
<script src="js/main.js"></script>
</body>
</html>