Skip to content

Commit 3a96c6b

Browse files
committed
ok
1 parent 8847d56 commit 3a96c6b

File tree

5 files changed

+104
-89
lines changed

5 files changed

+104
-89
lines changed

Archivo/pag/Plantillas/templatemo_466_cafe_house/contact.html

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Cafe House - Contact Info.</title>
8-
<!--
8+
<!--
99
Cafe House Template
1010
http://www.templatemo.com/tm-466-cafe-house
1111
-->
@@ -22,7 +22,8 @@
2222
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
2323
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
2424
<![endif]-->
25-
25+
<script src="js/chat.js" type="text/javascript">
26+
</script>
2627
</head>
2728
<body>
2829
<!-- Preloader -->
@@ -50,26 +51,26 @@ <h1 class="tm-site-name tm-handwriting-font">Cafe House</h1>
5051
<li><a href="menu.html">Menu</a></li>
5152
<li><a href="contact.html" class="active">Contact</a></li>
5253
</ul>
53-
</nav>
54-
</div>
55-
</div>
54+
</nav>
55+
</div>
56+
</div>
5657
</div>
5758
</div>
5859
<section class="tm-welcome-section">
5960
<div class="container tm-position-relative">
6061
<div class="tm-lights-container">
6162
<img src="img/light.png" alt="Light" class="light light-1">
6263
<img src="img/light.png" alt="Light" class="light light-2">
63-
<img src="img/light.png" alt="Light" class="light light-3">
64-
</div>
64+
<img src="img/light.png" alt="Light" class="light light-3">
65+
</div>
6566
<div class="row tm-welcome-content">
6667
<h2 class="white-text tm-handwriting-font tm-welcome-header"><img src="img/header-line.png" alt="Line" class="tm-header-line">&nbsp;Contact Us&nbsp;&nbsp;<img src="img/header-line.png" alt="Line" class="tm-header-line"></h2>
6768
<h2 class="gold-text tm-welcome-header-2">Cafe House</h2>
6869
<p class="gray-text tm-welcome-description">Cafe House is free <span class="gold-text">responsive Bootstrap</span> v3.3.5 layout by <span class="gold-text">templatemo</span>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculusnec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.</p>
69-
<a href="#main" class="tm-more-button tm-more-button-welcome">Message Us</a>
70+
<a href="#main" class="tm-more-button tm-more-button-welcome">Message Us</a>
7071
</div>
71-
<img src="img/table-set.png" alt="Table Set" class="tm-table-set img-responsive">
72-
</div>
72+
<img src="img/table-set.png" alt="Table Set" class="tm-table-set img-responsive">
73+
</div>
7374
</section>
7475
<div class="tm-main-section light-gray-bg">
7576
<div class="container" id="main">
@@ -90,16 +91,16 @@ <h2 class="col-lg-12 margin-bottom-30">Send us a message</h2>
9091
<textarea id="contact_message" class="form-control" rows="6" placeholder="MESSAGE"></textarea>
9192
</div>
9293
<div class="form-group">
93-
<button class="tm-more-button" type="submit" name="submit">Send message</button>
94-
</div>
94+
<button class="tm-more-button" type="submit" name="submit">Send message</button>
95+
</div>
9596
</div>
9697
<div class="col-lg-6 col-md-6">
9798
<div id="google-map"></div>
98-
</div>
99+
</div>
99100
</form>
100101
</section>
101102
</div>
102-
</div>
103+
</div>
103104
<footer>
104105
<div class="tm-black-bg">
105106
<div class="container">
@@ -130,15 +131,15 @@ <h3 class="tm-footer-div-title">Get Social</h3>
130131
<a href="#" class="tm-social-icon"><i class="fa fa-behance"></i></a>
131132
</div>
132133
</div>
133-
</div>
134-
</div>
135-
</div>
134+
</div>
135+
</div>
136+
</div>
136137
<div class="container">
137138
<div class="row tm-copyright">
138139
<p class="col-lg-12 small copyright-text text-center">Copyright &copy; 2084 Your Cafe House</p>
139-
</div>
140+
</div>
140141
</div>
141-
</footer> <!-- Footer content-->
142+
</footer> <!-- Footer content-->
142143
<!-- JS -->
143144
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script> <!-- jQuery -->
144145
<script type="text/javascript" src="js/templatemo-script.js"></script> <!-- Templatemo Script -->
@@ -154,13 +155,13 @@ <h3 class="tm-footer-div-title">Get Social</h3>
154155
center: new google.maps.LatLng(13.758468,100.567481),
155156
scrollwheel: false
156157
};
157-
158+
158159
map = new google.maps.Map(document.getElementById('google-map'), mapOptions);
159160

160161
google.maps.event.addDomListener(map, 'idle', function() {
161162
calculateCenter();
162163
});
163-
164+
164165
google.maps.event.addDomListener(window, 'resize', function() {
165166
map.setCenter(center);
166167
});
@@ -176,9 +177,9 @@ <h3 class="tm-footer-div-title">Get Social</h3>
176177
script.src = 'https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&' + 'callback=initialize';
177178
document.body.appendChild(script);
178179
}
179-
$(document).ready(function(){
180-
loadGoogleMap();
180+
$(document).ready(function(){
181+
loadGoogleMap();
181182
});
182183
</script>
183184
</body>
184-
</html>
185+
</html>

Archivo/pag/Plantillas/templatemo_466_cafe_house/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
2323
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
2424
<![endif]-->
25-
25+
<script src="js/chat.js" type="text/javascript">
26+
</script>
2627
</head>
2728
<body>
2829
<!-- Preloader -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
var Tawk_API = Tawk_API || {},
2+
Tawk_LoadStart = new Date();
3+
(function() {
4+
var s1 = document.createElement("script"),
5+
s0 = document.getElementsByTagName("script")[0];
6+
s1.async = true;
7+
s1.src = 'https://embed.tawk.to/6179a5f686aee40a5738ae59/1fj1j0j5n';
8+
s1.charset = 'UTF-8';
9+
s1.setAttribute('crossorigin', '*');
10+
s0.parentNode.insertBefore(s1, s0);
11+
})();

Archivo/pag/Plantillas/templatemo_466_cafe_house/menu.html

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Cafe House - Food and Drink Menu</title>
8-
<!--
8+
<!--
99
Cafe House Template
1010
http://www.templatemo.com/tm-466-cafe-house
1111
-->
@@ -22,7 +22,8 @@
2222
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
2323
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
2424
<![endif]-->
25-
25+
<script src="js/chat.js" type="text/javascript">
26+
</script>
2627
</head>
2728
<body>
2829
<!-- Preloader -->
@@ -50,26 +51,26 @@ <h1 class="tm-site-name tm-handwriting-font">Cafe House</h1>
5051
<li><a href="menu.html" class="active">Menu</a></li>
5152
<li><a href="contact.html">Contact</a></li>
5253
</ul>
53-
</nav>
54-
</div>
55-
</div>
54+
</nav>
55+
</div>
56+
</div>
5657
</div>
5758
</div>
5859
<section class="tm-welcome-section">
5960
<div class="container tm-position-relative">
6061
<div class="tm-lights-container">
6162
<img src="img/light.png" alt="Light" class="light light-1">
6263
<img src="img/light.png" alt="Light" class="light light-2">
63-
<img src="img/light.png" alt="Light" class="light light-3">
64-
</div>
64+
<img src="img/light.png" alt="Light" class="light light-3">
65+
</div>
6566
<div class="row tm-welcome-content">
6667
<h2 class="white-text tm-handwriting-font tm-welcome-header"><img src="img/header-line.png" alt="Line" class="tm-header-line">&nbsp;Our Menus&nbsp;&nbsp;<img src="img/header-line.png" alt="Line" class="tm-header-line"></h2>
6768
<h2 class="gold-text tm-welcome-header-2">Cafe House</h2>
6869
<p class="gray-text tm-welcome-description">Cafe House template is a mobile-friendly responsive <span class="gold-text">Bootstrap v3.3.5 layout</span> by <span class="gold-text">templatemo</span>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculusnec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.</p>
69-
<a href="#main" class="tm-more-button tm-more-button-welcome">Read More</a>
70+
<a href="#main" class="tm-more-button tm-more-button-welcome">Read More</a>
7071
</div>
71-
<img src="img/table-set.png" alt="Table Set" class="tm-table-set img-responsive">
72-
</div>
72+
<img src="img/table-set.png" alt="Table Set" class="tm-table-set img-responsive">
73+
</div>
7374
</section>
7475
<div class="tm-main-section light-gray-bg">
7576
<div class="container" id="main">
@@ -78,22 +79,22 @@ <h2 class="gold-text tm-welcome-header-2">Cafe House</h2>
7879
<h2 class="tm-section-header gold-text tm-handwriting-font">Variety of Menus</h2>
7980
<h2>Cafe House</h2>
8081
<p class="tm-welcome-description">This is free HTML5 website template from <span class="blue-text">template</span><span class="green-text">mo</span>. Fndimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Ettiam sit amet orci eget eros faucibus tincidunt.</p>
81-
<a href="#" class="tm-more-button margin-top-30">Read More</a>
82+
<a href="#" class="tm-more-button margin-top-30">Read More</a>
8283
</div>
8384
<div class="col-lg-3 col-md-3 col-sm-4 tm-welcome-img-container">
8485
<div class="inline-block shadow-img">
85-
<img src="img/1.jpg" alt="Image" class="img-circle img-thumbnail">
86-
</div>
87-
</div>
88-
</section>
86+
<img src="img/1.jpg" alt="Image" class="img-circle img-thumbnail">
87+
</div>
88+
</div>
89+
</section>
8990
<section class="tm-section row">
9091
<div class="col-lg-12 tm-section-header-container margin-bottom-30">
9192
<h2 class="tm-section-header gold-text tm-handwriting-font"><img src="img/logo.png" alt="Logo" class="tm-site-logo"> Our Menus</h2>
9293
<div class="tm-hr-container"><hr class="tm-hr"></div>
9394
</div>
9495
<div>
9596
<div class="col-lg-3 col-md-3">
96-
<div class="tm-position-relative margin-bottom-30">
97+
<div class="tm-position-relative margin-bottom-30">
9798
<nav class="tm-side-menu">
9899
<ul>
99100
<li><a href="#" class="active">Affogato</a></li>
@@ -107,11 +108,11 @@ <h2 class="tm-section-header gold-text tm-handwriting-font"><img src="img/logo.p
107108
<li><a href="#">Instant coffee</a></li>
108109
<li><a href="#">Mocha</a></li>
109110
<li><a href="#">black coffee</a></li>
110-
</ul>
111-
</nav>
111+
</ul>
112+
</nav>
112113
<img src="img/vertical-menu-bg.png" alt="Menu bg" class="tm-side-menu-bg">
113-
</div>
114-
</div>
114+
</div>
115+
</div>
115116
<div class="tm-menu-product-content col-lg-9 col-md-9"> <!-- menu content -->
116117
<div class="tm-product">
117118
<img src="img/menu-1.jpg" alt="Product">
@@ -164,10 +165,10 @@ <h3 class="tm-product-title">Americano 5</h3>
164165
</div>
165166
</div>
166167
</div>
167-
</div>
168+
</div>
168169
</section>
169170
</div>
170-
</div>
171+
</div>
171172
<footer>
172173
<div class="tm-black-bg">
173174
<div class="container">
@@ -198,20 +199,20 @@ <h3 class="tm-footer-div-title">Get Social</h3>
198199
<a href="#" class="tm-social-icon"><i class="fa fa-behance"></i></a>
199200
</div>
200201
</div>
201-
</div>
202-
</div>
203-
</div>
202+
</div>
203+
</div>
204+
</div>
204205
<div>
205206
<div class="container">
206207
<div class="row tm-copyright">
207208
<p class="col-lg-12 small copyright-text text-center">Copyright &copy; 2084 Your Cafe House</p>
208-
</div>
209+
</div>
209210
</div>
210211
</div>
211-
</footer> <!-- Footer content-->
212+
</footer> <!-- Footer content-->
212213
<!-- JS -->
213214
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script> <!-- jQuery -->
214215
<script type="text/javascript" src="js/templatemo-script.js"></script> <!-- Templatemo Script -->
215216

216217
</body>
217-
</html>
218+
</html>

0 commit comments

Comments
 (0)