-
Notifications
You must be signed in to change notification settings - Fork 0
/
catering.html
115 lines (90 loc) · 4.17 KB
/
catering.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Khao Man Gai NY</title>
<meta name="description" content="">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="css/main.css?v=0.0.9">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body class="filter menu">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="contenido wrap">
<header class="header">
<div id="logo"></div>
<nav class="menu">
<ul class="list">
<li>
<a href="./">home</a>
</li>
<li>
<a href="./about.html">about</a>
</li>
<li>
<a href="./menu.html">menu</a>
</li>
<li>
<a href="./press.html">press</a>
</li>
<li>
<a href="./catering.html">catering</a>
</li>
<li>
<a href="./investment-opportunity.html">investment opportunity</a>
</li>
</ul>
</nav>
</header>
<section class="category">
<h1 class="title">catering</h1>
<div class="description valign">
<p class="content">
Contact us at <a href="mailto:[email protected]">[email protected]</a>
</p>
<h2 class="subtitle">
for all your catering needs.
</h2>
<h2 class="subtitle">
We love to hear from our customers too!
</h2>
</div>
</section>
</div>
<footer class="footer">
<div class="wrap">
<div class="brand"></div>
<div class="network">
<h2 class="follow">FOLLOW US</h2>
<ul>
<a href="https://www.facebook.com/KhaoManGaiNY" target="_blank">
<li class="flaticon-facebook25"></li>
</a>
<a href="https://twitter.com/KhaoManGaiNY" target="_blank">
<li class="flaticon-twitter16"></li>
</a>
</ul>
</div>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script>
<script src="./js/main.js?v=0.0.3"></script>
<!-- Google Analytics: change UA-51076015-1 to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-51076015-1');ga('send','pageview');
</script>
</body>
</html>