This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
131 lines (123 loc) · 4.89 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
---
layout: default
description: "Lawrence, Kansas takeout and delivery for local COVID-19 impacted businesses"
title: "LFK - delivery and takeout in Lawrence, Kansas"
---
{% comment %}
<div class="lg:flex lg:items-center lg:justify-between">
<div class="flex-1 min-w-0 px-3 py-4">
<h2 class="text-3xl font-bold leading-7 text-gray-900 sm:text-2xl sm:leading-9 sm:truncate">
👋 Welcome 😷
</h2>
<p class="py-2 text-sm md:text-lg">
Many Lawrence businesses are now offering curbside takeout and/or delivery.
To help everyone stay up to date, we created this handy list, based on information that we found locally.
</p>
</div>
</div>
{% endcomment %}
<div class="lg:flex lg:items-center lg:justify-between">
<div class="flex-1 min-w-0 px-3 py-4">
<h1 class="text-3xl font-bold leading-7 text-gray-900 sm:text-3xl sm:leading-9 sm:truncate">
Open Restaurants in Lawrence, Kansas
</h1>
</div>
</div>
{% assign places = site.places | where:"active", true | order: "slug" %}
{% include place-table.html places=places active=true featured=true %}
<div class="lg:flex lg:items-center lg:justify-between">
<div class="flex-1 min-w-0 px-3 py-4">
<h2 class="text-3xl font-bold leading-7 text-gray-900 sm:text-2xl sm:leading-9 sm:truncate">
<a name="add-your-business"></a>
❓ Questions about COVID-19 and food safety?
</h2>
<h3>
<p>
👉
<a target="_blank" class="text-2xl text-red-700 underline hover:text-red-500"
href="https://www.seriouseats.com/2020/03/food-safety-and-coronavirus-a-comprehensive-guide.html">
Food Safety and Coronavirus: A Comprehensive Guide</a>
</p>
</h3>
</div>
</div>
<div class="lg:flex lg:items-center lg:justify-between">
<div class="flex-1 min-w-0 px-3 py-4 bg-yellow-400">
<h2 class="text-3xl font-bold leading-7 text-gray-900 sm:text-2xl sm:leading-9 sm:truncate">
<a name="add-your-business"></a>
🍽 Add your business to the list
</h2>
<h3>
<p>
If you'd like to add your restaurant to the list or need to edit your listing, please
<a target="_blank" rel="nofollow" class="font-bold text-red-700 underline hover:text-red-900"
href="https://forms.gle/dcfNTcTqdT27BiL77">
fill out our form</a>
or
<a target="_blank" rel="nofollow" class="font-medium text-red-600 underline hover:text-red-800"
href="mailto:[email protected]">
email us</a>.
</p>
</h3>
</div>
</div>
<div class="lg:flex lg:items-center lg:justify-between">
<div class="flex-1 min-w-0 px-3 py-4">
<h2 class="text-3xl font-bold leading-7 text-gray-900 sm:text-2xl sm:leading-9 sm:truncate">
<a name="add-your-business"></a>
❓ Looking for a list of closed businesses?
</h2>
<h3>
👉 Here is our list of
<a class="font-bold text-blue-800 underline hover:text-blue-500" href="{% link _pages/closed.html %}">
Closed Businesses</a>
with gift card information as available
</h3>
</div>
</div>
<div class="lg:flex lg:items-center lg:justify-between">
<div class="flex-1 min-w-0 px-3 py-4">
<h2 class="text-3xl font-bold leading-7 text-gray-900 sm:text-2xl sm:leading-9 sm:truncate">
<a name="add-your-business"></a>
❓ Looking for other ways to help?
</h2>
<p>
👉
<a target="_blank" class="text-red-700 underline hover:text-red-500"
href="https://serviceindustry.tips/en/ks/lawrence/">
Help the Lawrence Service Industry</a>
</p>
<p>
👉
<a target="_blank" class="text-red-700 underline hover:text-red-500"
href="https://www.lawrencerestaurantassociation.com/">
Lawrence Restaurant Association - Hospitality Workers Relief Fund</a>
</p>
<p>
👉
<a target="_blank" class="text-red-700 underline hover:text-red-500"
href="https://www.gofundme.com/f/lawrence-kansas-hospitality-workers-crisis-fund">
GoFundMe: Lawrence Kansas Hospitality Workers Crisis Fund</a>
</p>
</div>
</div>
<div class="lg:flex lg:items-center lg:justify-between">
<div class="flex-1 min-w-0 px-3 py-4">
<h2 class="text-3xl font-bold leading-7 text-gray-900 sm:text-2xl sm:leading-9 sm:truncate">
🙏 Thank you
</h2>
<p>
👉 <a target="_blank" rel="nofollow" class="text-blue-700 underline hover:text-blue-500"
href="https://www.curbsidekc.com/">
Curbside KC</a> for the inspiration.
</p>
<p>
👉 <a target="_blank" class="text-blue-700 underline hover:text-blue-500"
href="http://lawrenceforkingkansas.com/">
Lawrence Forking Kansas</a> for doubling our data and working with us and to
<a target="_blank" class="text-blue-700 underline hover:text-blue-500"
href="https://lawrencechamber.com/local-business-directory-for-covid-19/">
The Chamber of Lawrence, Kansas</a>.
</p>
</div>
</div>