-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (170 loc) · 8.07 KB
/
index.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="description" content="Steaksta is an online directory that lists only the best food establishments,
in various cities around the world. I am world traveler as well as a culinary enthusiast, so i figured
why don't I make a website that displays my research . I have put a lot of time into this and I hope anytime
you travel to a new city you think of Steaksta for the food recommendations and eventually I will build it
to where you may upload a list that will be revised by me and I will add valid recommendations .">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J58KNB8PJK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J58KNB8PJK');
</script>
<script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js#property=6524a0cd7da2d70012db43aa&product=inline-share-buttons&source=platform" async="async"></script>
<link rel="stylesheet" href="assets/css/main.css">
<link rel="apple-touch-icon" sizes="57x57" href="images/fav/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/fav/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/fav/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/fav/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/fav/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/fav/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/fav/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/fav/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/fav/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/fav/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/fav/favicon-16x16.png">
<link rel="manifest" href="images/fav/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/fav/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="60x60" href="images/fav/apple-icon-60x60.png">
<title>The Locals Food List - Home | Steaksta</title>
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<section id="header" class="wrapper style">
<div id="logo">
<h1><a href="index.html">Steaksta</a></h1>
<p>Indulge In Our List Of Uncovered Hidden Gems</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li>
<a href="#">Category</a>
<ul>
<li>
<a href="#">Cafés</a>
<ul>
<li><a href="cafeLA.html">Los Angeles</a></li>
<li><a href="cafeVegas.html">Las Vegas</a></li>
<li><a href="cafeBali.html">Bali</a></li>
</ul>
</li>
<li>
<a href="#">Coffee</a>
<ul>
<li><a href="coffeeBali.html">Bali</a></li>
</ul>
</li>
<li>
<a href="#">Steakhouses</a>
<ul>
<li><a href="steakLA.html">Los Angeles</a></li>
<li><a href="steakVegas.html">Las Vegas</a></li>
<li><a href="steakBali.html">Bali</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contactPage.html">Contact</a></li>
</ul>
</nav>
</section>
<section id="intro" class="wrapper style1">
<div class="title">Welcome !</div>
<div class="container">
<p class="style2">
A Place Where We Recount Our Culinary Discoveries
</p>
</div>
<div class="container">
<div class="row aln-center curvHomePg">
<div class="col-4 col-12-medium">
<section class="highlight">
<div class="image featured">
<a href="cafeLA.html"><img src="images/CafeView.jpg" alt="homePage Cat. Cafés"/></a>
</div>
<h3>Cafés</h3>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<div class="image featured">
<a href="coffeeBali.html"><img src="images/Coffee.jpg" alt="homePage Cat. Coffee"/></a>
</div>
<h3>Coffee</h3>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<div class="image featured">
<a href="steakLA.html"><img src="images/steakhouse.jpeg" alt="homePage Cat. Steakhouse"/></a>
</div>
<h3>Steakhouses</h3>
</section>
</div>
</div>
</div>
</section>
<section id="footer" class="wrapper">
<div class="title">Subscribe</div>
<div class="container">
<header class="style1">
<h2>Steaksta Newsletter</h2>
<p>
Full of inspiring updates about our journey of discovering great
food establishments that continues...
</p>
</header>
<div class="row"></div>
<!--Email Subscription -->
<section>
<form method="POST" action="https://formspree.io/f/myyqbkqk">
<div class="row gtr-50">
<div class="col-6 col-12">
<input
type="text"
name="email"
id="contact-email"
placeholder="Email"
/>
<ul class="actions">
<li>
<input type="submit" class="style1" value="Submit" />
</li>
</ul>
</div>
</div>
</form>
</section>
<div class="g-recaptcha" data-sitekey="6LcsKWQoAAAAAN5dm9xsslmtVvC56QdFhLglbkwN"></div>
<div class="sharethis-inline-share-buttons smButton"></div>
<!--Footer-->
<div class="steakstaFooter">
<h2 class="abbt mobile-hide"><a href="aboutPage.html">About</a></h2>
<h2 class="cntt mobile-hide"><a href="contactPage.html">Contact</a></h2>
<h2 class="faqq mobile-hide"><a href="faqPage.html">FAQ</a></h2>
<h2 class="pvcy mobile-hide"><a href="privacyPage.html">Privacy</a></h2>
<h2 class="tnc mobile-hide"><a href="termsPage.html">Terms & Conditions</a></h2>
</div>
</div>
</div>
<!-- Scripts -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>