STABA99 commited on
Commit
4d7adbd
·
verified ·
1 Parent(s): b30a201

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +673 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Forbspace Cafe
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: forbspace-cafe
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: red
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,673 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>ForbSpace Cafe - A Cozy Space for Coffee Lovers</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Poppins', sans-serif;
14
+ scroll-behavior: smooth;
15
+ }
16
+
17
+ .hero {
18
+ background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1445116572660-236099ec97a0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80');
19
+ background-size: cover;
20
+ background-position: center;
21
+ }
22
+
23
+ .menu-item:hover .menu-overlay {
24
+ opacity: 1;
25
+ transform: translateY(0);
26
+ }
27
+
28
+ .menu-overlay {
29
+ transition: all 0.3s ease;
30
+ opacity: 0;
31
+ transform: translateY(20px);
32
+ }
33
+
34
+ .testimonial-card {
35
+ box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
36
+ transition: transform 0.3s ease;
37
+ }
38
+
39
+ .testimonial-card:hover {
40
+ transform: translateY(-10px);
41
+ }
42
+
43
+ .floating-btn {
44
+ animation: float 3s ease-in-out infinite;
45
+ }
46
+
47
+ @keyframes float {
48
+ 0% { transform: translateY(0px); }
49
+ 50% { transform: translateY(-15px); }
50
+ 100% { transform: translateY(0px); }
51
+ }
52
+ </style>
53
+ </head>
54
+ <body class="bg-gray-50">
55
+ <!-- Navigation -->
56
+ <nav class="fixed w-full bg-white shadow-md z-50">
57
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
58
+ <div class="flex justify-between h-20 items-center">
59
+ <div class="flex-shrink-0 flex items-center">
60
+ <span class="text-2xl font-bold text-amber-800">ForbSpace Cafe</span>
61
+ </div>
62
+ <div class="hidden md:block">
63
+ <div class="ml-10 flex items-center space-x-8">
64
+ <a href="#home" class="text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">Home</a>
65
+ <a href="#about" class="text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">About</a>
66
+ <a href="#menu" class="text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">Menu</a>
67
+ <a href="#gallery" class="text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">Gallery</a>
68
+ <a href="#contact" class="text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">Contact</a>
69
+ <a href="#reservation" class="bg-amber-700 text-white px-4 py-2 rounded-md hover:bg-amber-800 transition duration-300">Reserve a Table</a>
70
+ </div>
71
+ </div>
72
+ <div class="md:hidden">
73
+ <button id="mobile-menu-button" class="text-gray-900 hover:text-amber-700 focus:outline-none">
74
+ <i class="fas fa-bars text-2xl"></i>
75
+ </button>
76
+ </div>
77
+ </div>
78
+ </div>
79
+ <!-- Mobile menu -->
80
+ <div id="mobile-menu" class="hidden md:hidden bg-white shadow-lg">
81
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
82
+ <a href="#home" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-amber-700">Home</a>
83
+ <a href="#about" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-amber-700">About</a>
84
+ <a href="#menu" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-amber-700">Menu</a>
85
+ <a href="#gallery" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-amber-700">Gallery</a>
86
+ <a href="#contact" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-amber-700">Contact</a>
87
+ <a href="#reservation" class="block px-3 py-2 text-base font-medium bg-amber-700 text-white rounded-md text-center">Reserve a Table</a>
88
+ </div>
89
+ </div>
90
+ </nav>
91
+
92
+ <!-- Hero Section -->
93
+ <section id="home" class="hero pt-32 pb-20 md:pt-40 md:pb-32 text-white">
94
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
95
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Welcome to ForbSpace Cafe</h1>
96
+ <p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto">Where every cup tells a story and every bite creates a memory</p>
97
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
98
+ <a href="#menu" class="bg-amber-700 hover:bg-amber-800 text-white px-8 py-4 rounded-md font-medium transition duration-300">Explore Menu</a>
99
+ <a href="#reservation" class="bg-transparent hover:bg-white hover:text-amber-800 text-white border-2 border-white px-8 py-4 rounded-md font-medium transition duration-300">Book a Table</a>
100
+ </div>
101
+ </div>
102
+ </section>
103
+
104
+ <!-- About Section -->
105
+ <section id="about" class="py-20 bg-white">
106
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
107
+ <div class="flex flex-col md:flex-row items-center">
108
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
109
+ <img src="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1974&q=80" alt="Cafe Interior" class="rounded-lg shadow-xl w-full h-auto">
110
+ </div>
111
+ <div class="md:w-1/2">
112
+ <h2 class="text-3xl font-bold text-gray-900 mb-6">Our Cosmic Story</h2>
113
+ <p class="text-gray-600 mb-6">Founded in 2025 by ForbSpace Aeronautics and Space, ForbSpace Cafe brings space-inspired coffee culture to Earth. We source premium beans from sustainable farms and serve them with innovative brewing techniques developed from aerospace research.</p>
114
+ <p class="text-gray-600 mb-8">Our futuristic space features zero-gravity inspired decor and cutting-edge hospitality. Enjoy our signature orbital pour-over coffee while relaxing in our celestial lounge with panoramic views of the city skyline.</p>
115
+ <div class="grid grid-cols-2 gap-6">
116
+ <div class="flex items-start">
117
+ <div class="bg-amber-100 p-3 rounded-full mr-4">
118
+ <i class="fas fa-coffee text-amber-700 text-xl"></i>
119
+ </div>
120
+ <div>
121
+ <h3 class="font-bold text-gray-900 mb-1">Premium Coffee</h3>
122
+ <p class="text-gray-600 text-sm">Direct trade from sustainable farms</p>
123
+ </div>
124
+ </div>
125
+ <div class="flex items-start">
126
+ <div class="bg-amber-100 p-3 rounded-full mr-4">
127
+ <i class="fas fa-bread-slice text-amber-700 text-xl"></i>
128
+ </div>
129
+ <div>
130
+ <h3 class="font-bold text-gray-900 mb-1">Fresh Baked</h3>
131
+ <p class="text-gray-600 text-sm">Daily made pastries & desserts</p>
132
+ </div>
133
+ </div>
134
+ <div class="flex items-start">
135
+ <div class="bg-amber-100 p-3 rounded-full mr-4">
136
+ <i class="fas fa-leaf text-amber-700 text-xl"></i>
137
+ </div>
138
+ <div>
139
+ <h3 class="font-bold text-gray-900 mb-1">Healthy Options</h3>
140
+ <p class="text-gray-600 text-sm">Vegan & gluten-free choices</p>
141
+ </div>
142
+ </div>
143
+ <div class="flex items-start">
144
+ <div class="bg-amber-100 p-3 rounded-full mr-4">
145
+ <i class="fas fa-wifi text-amber-700 text-xl"></i>
146
+ </div>
147
+ <div>
148
+ <h3 class="font-bold text-gray-900 mb-1">Work Friendly</h3>
149
+ <p class="text-gray-600 text-sm">Fast WiFi & power outlets</p>
150
+ </div>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </div>
155
+ </div>
156
+ </section>
157
+
158
+ <!-- Menu Section -->
159
+ <section id="menu" class="py-20 bg-gray-50">
160
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
161
+ <div class="text-center mb-16">
162
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Our Menu</h2>
163
+ <p class="text-gray-600 max-w-2xl mx-auto">Discover our carefully crafted selection of coffees, teas, and delicious bites</p>
164
+ </div>
165
+
166
+ <div class="mb-12">
167
+ <h3 class="text-2xl font-bold text-gray-900 mb-8 border-b-2 border-amber-200 pb-2">Coffee & Drinks</h3>
168
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
169
+ <!-- Menu Item 1 -->
170
+ <div class="bg-white rounded-lg shadow-md overflow-hidden menu-item relative">
171
+ <img src="https://images.unsplash.com/photo-1517701550927-30cf4ba1dba5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Espresso" class="w-full h-48 object-cover">
172
+ <div class="p-6">
173
+ <h4 class="font-bold text-xl text-gray-900 mb-2">Espresso</h4>
174
+ <p class="text-gray-600 mb-4">Our signature rich and aromatic espresso shot</p>
175
+ <span class="text-amber-700 font-bold">$3.50</span>
176
+ </div>
177
+ <div class="menu-overlay absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center p-6">
178
+ <p class="text-white text-center">Made with our premium single-origin beans, extracted to perfection for a balanced flavor profile.</p>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Menu Item 2 -->
183
+ <div class="bg-white rounded-lg shadow-md overflow-hidden menu-item relative">
184
+ <img src="https://images.unsplash.com/photo-1596079890744-c1a0462d4ba6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80" alt="Cappuccino" class="w-full h-48 object-cover">
185
+ <div class="p-6">
186
+ <h4 class="font-bold text-xl text-gray-900 mb-2">Cappuccino</h4>
187
+ <p class="text-gray-600 mb-4">Classic espresso with steamed milk and foam</p>
188
+ <span class="text-amber-700 font-bold">$4.50</span>
189
+ </div>
190
+ <div class="menu-overlay absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center p-6">
191
+ <p class="text-white text-center">Perfectly balanced with our house blend espresso, velvety steamed milk, and a delicate layer of microfoam.</p>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Menu Item 3 -->
196
+ <div class="bg-white rounded-lg shadow-md overflow-hidden menu-item relative">
197
+ <img src="https://images.unsplash.com/photo-1568649929103-28ffbefaca1e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Iced Latte" class="w-full h-48 object-cover">
198
+ <div class="p-6">
199
+ <h4 class="font-bold text-xl text-gray-900 mb-2">Iced Latte</h4>
200
+ <p class="text-gray-600 mb-4">Espresso with chilled milk over ice</p>
201
+ <span class="text-amber-700 font-bold">$5.00</span>
202
+ </div>
203
+ <div class="menu-overlay absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center p-6">
204
+ <p class="text-white text-center">Refreshing cold coffee drink made with double espresso, your choice of milk, and served over ice cubes.</p>
205
+ </div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="mb-12">
211
+ <h3 class="text-2xl font-bold text-gray-900 mb-8 border-b-2 border-amber-200 pb-2">Food & Pastries</h3>
212
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
213
+ <!-- Menu Item 4 -->
214
+ <div class="bg-white rounded-lg shadow-md overflow-hidden menu-item relative">
215
+ <img src="https://images.unsplash.com/photo-1546069901-ba9599a7e63c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2080&q=80" alt="Avocado Toast" class="w-full h-48 object-cover">
216
+ <div class="p-6">
217
+ <h4 class="font-bold text-xl text-gray-900 mb-2">Mandazi with Chai</h4>
218
+ <p class="text-gray-600 mb-4">Traditional Kenyan doughnuts with spiced tea</p>
219
+ <span class="text-amber-700 font-bold">KSh 250</span>
220
+ </div>
221
+ <div class="menu-overlay absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center p-6">
222
+ <p class="text-white text-center">Our famous avocado toast on artisan sourdough, topped with heirloom cherry tomatoes, crumbled feta, and a drizzle of extra virgin olive oil.</p>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Menu Item 5 -->
227
+ <div class="bg-white rounded-lg shadow-md overflow-hidden menu-item relative">
228
+ <img src="https://images.unsplash.com/photo-1607013251379-e6eecfffe234?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2047&q=80" alt="Croissant" class="w-full h-48 object-cover">
229
+ <div class="p-6">
230
+ <h4 class="font-bold text-xl text-gray-900 mb-2">Ugali & Sukuma Wiki</h4>
231
+ <p class="text-gray-600 mb-4">Kenyan staple with collard greens and your choice of meat</p>
232
+ <span class="text-amber-700 font-bold">KSh 450</span>
233
+ </div>
234
+ <div class="menu-overlay absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center p-6">
235
+ <p class="text-white text-center">Baked fresh daily using traditional French techniques with premium European butter for maximum flakiness and flavor.</p>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Menu Item 6 -->
240
+ <div class="bg-white rounded-lg shadow-md overflow-hidden menu-item relative">
241
+ <img src="https://images.unsplash.com/photo-1563805042-7684c019e1cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2127&q=80" alt="Chocolate Cake" class="w-full h-48 object-cover">
242
+ <div class="p-6">
243
+ <h4 class="font-bold text-xl text-gray-900 mb-2">Chocolate Cake</h4>
244
+ <p class="text-gray-600 mb-4">Decadent chocolate cake with ganache</p>
245
+ <span class="text-amber-700 font-bold">$6.50</span>
246
+ </div>
247
+ <div class="menu-overlay absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center p-6">
248
+ <p class="text-white text-center">Rich, moist chocolate cake layered with dark chocolate ganache, made with premium Belgian chocolate.</p>
249
+ </div>
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="text-center">
255
+ <a href="#" class="inline-block bg-amber-700 hover:bg-amber-800 text-white px-8 py-3 rounded-md font-medium transition duration-300">View Full Menu</a>
256
+ </div>
257
+ </div>
258
+ </section>
259
+
260
+ <!-- Gallery Section -->
261
+ <section id="gallery" class="py-20 bg-white">
262
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
263
+ <div class="text-center mb-16">
264
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Our Space</h2>
265
+ <p class="text-gray-600 max-w-2xl mx-auto">Take a peek inside our cozy cafe and see what makes ForbSpace special</p>
266
+ </div>
267
+
268
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
269
+ <div class="overflow-hidden rounded-lg shadow-lg">
270
+ <img src="https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Cafe Interior" class="w-full h-64 object-cover transition duration-500 hover:scale-105">
271
+ </div>
272
+ <div class="overflow-hidden rounded-lg shadow-lg">
273
+ <img src="https://images.unsplash.com/photo-1414235077428-338989a2e8c0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Coffee Preparation" class="w-full h-64 object-cover transition duration-500 hover:scale-105">
274
+ </div>
275
+ <div class="overflow-hidden rounded-lg shadow-lg">
276
+ <img src="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1974&q=80" alt="Cafe Seating" class="w-full h-64 object-cover transition duration-500 hover:scale-105">
277
+ </div>
278
+ <div class="overflow-hidden rounded-lg shadow-lg">
279
+ <img src="https://images.unsplash.com/photo-1551218808-94e220e084d2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1974&q=80" alt="Coffee Beans" class="w-full h-64 object-cover transition duration-500 hover:scale-105">
280
+ </div>
281
+ <div class="overflow-hidden rounded-lg shadow-lg">
282
+ <img src="https://images.unsplash.com/photo-1481833761820-0509d3217039?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Barista at Work" class="w-full h-64 object-cover transition duration-500 hover:scale-105">
283
+ </div>
284
+ <div class="overflow-hidden rounded-lg shadow-lg">
285
+ <img src="https://images.unsplash.com/photo-1517701550927-30cf4ba1dba5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Coffee Cup" class="w-full h-64 object-cover transition duration-500 hover:scale-105">
286
+ </div>
287
+ </div>
288
+ </div>
289
+ </section>
290
+
291
+ <!-- Testimonials Section -->
292
+ <section class="py-20 bg-amber-50">
293
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
294
+ <div class="text-center mb-16">
295
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">What Our Customers Say</h2>
296
+ <p class="text-gray-600 max-w-2xl mx-auto">Don't just take our word for it - hear from our happy customers</p>
297
+ </div>
298
+
299
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
300
+ <!-- Testimonial 1 -->
301
+ <div class="bg-white p-8 rounded-lg testimonial-card">
302
+ <div class="flex items-center mb-4">
303
+ <div class="text-amber-500 mr-2">
304
+ <i class="fas fa-star"></i>
305
+ <i class="fas fa-star"></i>
306
+ <i class="fas fa-star"></i>
307
+ <i class="fas fa-star"></i>
308
+ <i class="fas fa-star"></i>
309
+ </div>
310
+ </div>
311
+ <p class="text-gray-600 mb-6">"The best coffee in town! The atmosphere is so cozy and welcoming. I come here every weekend to work and enjoy their amazing cappuccinos."</p>
312
+ <div class="flex items-center">
313
+ <img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Sarah J." class="w-12 h-12 rounded-full mr-4">
314
+ <div>
315
+ <h4 class="font-bold text-gray-900">Sarah J.</h4>
316
+ <p class="text-gray-500 text-sm">Regular Customer</p>
317
+ </div>
318
+ </div>
319
+ </div>
320
+
321
+ <!-- Testimonial 2 -->
322
+ <div class="bg-white p-8 rounded-lg testimonial-card">
323
+ <div class="flex items-center mb-4">
324
+ <div class="text-amber-500 mr-2">
325
+ <i class="fas fa-star"></i>
326
+ <i class="fas fa-star"></i>
327
+ <i class="fas fa-star"></i>
328
+ <i class="fas fa-star"></i>
329
+ <i class="fas fa-star"></i>
330
+ </div>
331
+ </div>
332
+ <p class="text-gray-600 mb-6">"I'm obsessed with their avocado toast - it's perfection! The staff is always friendly and remembers my usual order. My favorite spot in the city."</p>
333
+ <div class="flex items-center">
334
+ <img src="https://randomuser.me/api/portraits/men/45.jpg" alt="Michael T." class="w-12 h-12 rounded-full mr-4">
335
+ <div>
336
+ <h4 class="font-bold text-gray-900">Michael T.</h4>
337
+ <p class="text-gray-500 text-sm">Food Blogger</p>
338
+ </div>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Testimonial 3 -->
343
+ <div class="bg-white p-8 rounded-lg testimonial-card">
344
+ <div class="flex items-center mb-4">
345
+ <div class="text-amber-500 mr-2">
346
+ <i class="fas fa-star"></i>
347
+ <i class="fas fa-star"></i>
348
+ <i class="fas fa-star"></i>
349
+ <i class="fas fa-star"></i>
350
+ <i class="fas fa-star-half-alt"></i>
351
+ </div>
352
+ </div>
353
+ <p class="text-gray-600 mb-6">"As a digital nomad, I appreciate the fast WiFi and comfortable seating. The coffee is excellent and the chocolate croissants are to die for!"</p>
354
+ <div class="flex items-center">
355
+ <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Emma L." class="w-12 h-12 rounded-full mr-4">
356
+ <div>
357
+ <h4 class="font-bold text-gray-900">Emma L.</h4>
358
+ <p class="text-gray-500 text-sm">Remote Worker</p>
359
+ </div>
360
+ </div>
361
+ </div>
362
+ </div>
363
+ </div>
364
+ </section>
365
+
366
+ <!-- Hours & Location Section -->
367
+ <section class="py-20 bg-white">
368
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
369
+ <div class="flex flex-col md:flex-row">
370
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
371
+ <h2 class="text-3xl font-bold text-gray-900 mb-6">Hours & Location</h2>
372
+ <div class="mb-8">
373
+ <h3 class="text-xl font-bold text-gray-900 mb-4">Opening Hours</h3>
374
+ <ul class="space-y-2">
375
+ <li class="flex justify-between border-b border-gray-100 pb-2">
376
+ <span class="text-gray-600">Monday - Friday</span>
377
+ <span class="font-medium">7:00 AM - 8:00 PM</span>
378
+ </li>
379
+ <li class="flex justify-between border-b border-gray-100 pb-2">
380
+ <span class="text-gray-600">Saturday</span>
381
+ <span class="font-medium">8:00 AM - 9:00 PM</span>
382
+ </li>
383
+ <li class="flex justify-between">
384
+ <span class="text-gray-600">Sunday</span>
385
+ <span class="font-medium">8:00 AM - 6:00 PM</span>
386
+ </li>
387
+ </ul>
388
+ </div>
389
+ <div>
390
+ <h3 class="text-xl font-bold text-gray-900 mb-4">Contact Information</h3>
391
+ <div class="space-y-4">
392
+ <div class="flex items-start">
393
+ <i class="fas fa-map-marker-alt text-amber-700 mt-1 mr-4"></i>
394
+ <p class="text-gray-600">123 Coffee Street, Downtown, Cityville 12345</p>
395
+ </div>
396
+ <div class="flex items-center">
397
+ <i class="fas fa-phone-alt text-amber-700 mr-4"></i>
398
+ <p class="text-gray-600">(123) 456-7890</p>
399
+ </div>
400
+ <div class="flex items-center">
401
+ <i class="fas fa-envelope text-amber-700 mr-4"></i>
402
+ <p class="text-gray-600">[email protected]</p>
403
+ </div>
404
+ </div>
405
+ </div>
406
+ </div>
407
+ <div class="md:w-1/2">
408
+ <div class="h-full rounded-lg overflow-hidden shadow-lg">
409
+ <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.215256018566!2d-73.98784492427068!3d40.74844097138892!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c259a9b3117469%3A0xd134e199a405a163!2sEmpire%20State%20Building!5e0!3m2!1sen!2sus!4v1689784299805!5m2!1sen!2sus" width="100%" height="100%" style="min-height: 400px;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
410
+ </div>
411
+ </div>
412
+ </div>
413
+ </div>
414
+ </section>
415
+
416
+ <!-- Reservation Section -->
417
+ <section id="reservation" class="py-20 bg-gray-50">
418
+ <div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">
419
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden">
420
+ <div class="md:flex">
421
+ <div class="md:w-1/2 bg-amber-700 text-white p-10 flex items-center">
422
+ <div>
423
+ <h2 class="text-3xl font-bold mb-6">Make a Reservation</h2>
424
+ <p class="mb-6">Book your table in advance to ensure the best experience at ForbSpace Cafe.</p>
425
+ <div class="flex items-center">
426
+ <i class="fas fa-phone-alt mr-4 text-xl"></i>
427
+ <div>
428
+ <p class="text-sm">Have questions?</p>
429
+ <p class="font-bold">(123) 456-7890</p>
430
+ </div>
431
+ </div>
432
+ </div>
433
+ </div>
434
+ <div class="md:w-1/2 p-10">
435
+ <form>
436
+ <div class="mb-6">
437
+ <label for="name" class="block text-gray-700 font-medium mb-2">Full Name</label>
438
+ <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500">
439
+ </div>
440
+ <div class="mb-6">
441
+ <label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
442
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500">
443
+ </div>
444
+ <div class="mb-6">
445
+ <label for="phone" class="block text-gray-700 font-medium mb-2">Phone Number</label>
446
+ <input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500">
447
+ </div>
448
+ <div class="grid grid-cols-2 gap-6 mb-6">
449
+ <div>
450
+ <label for="date" class="block text-gray-700 font-medium mb-2">Date</label>
451
+ <input type="date" id="date" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500">
452
+ </div>
453
+ <div>
454
+ <label for="time" class="block text-gray-700 font-medium mb-2">Time</label>
455
+ <input type="time" id="time" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500">
456
+ </div>
457
+ </div>
458
+ <div class="mb-6">
459
+ <label for="guests" class="block text-gray-700 font-medium mb-2">Number of Guests</label>
460
+ <select id="guests" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500">
461
+ <option>1 person</option>
462
+ <option>2 people</option>
463
+ <option>3 people</option>
464
+ <option>4 people</option>
465
+ <option>5+ people</option>
466
+ </select>
467
+ </div>
468
+ <button type="submit" class="w-full bg-amber-700 hover:bg-amber-800 text-white py-3 rounded-md font-medium transition duration-300">Book Now</button>
469
+ </form>
470
+ </div>
471
+ </div>
472
+ </div>
473
+ </div>
474
+ </section>
475
+
476
+ <!-- Contact Section -->
477
+ <section id="contact" class="py-20 bg-white">
478
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
479
+ <div class="text-center mb-16">
480
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Get In Touch</h2>
481
+ <p class="text-gray-600 max-w-2xl mx-auto">Have questions or feedback? We'd love to hear from you!</p>
482
+ </div>
483
+
484
+ <div class="flex flex-col md:flex-row gap-10">
485
+ <div class="md:w-1/2">
486
+ <form class="space-y-6">
487
+ <div>
488
+ <label for="contact-name" class="block text-gray-700 font-medium mb-2">Your Name</label>
489
+ <input type="text" id="contact-name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500">
490
+ </div>
491
+ <div>
492
+ <label for="contact-email" class="block text-gray-700 font-medium mb-2">Email Address</label>
493
+ <input type="email" id="contact-email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500">
494
+ </div>
495
+ <div>
496
+ <label for="contact-subject" class="block text-gray-700 font-medium mb-2">Subject</label>
497
+ <input type="text" id="contact-subject" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500">
498
+ </div>
499
+ <div>
500
+ <label for="contact-message" class="block text-gray-700 font-medium mb-2">Message</label>
501
+ <textarea id="contact-message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-amber-500"></textarea>
502
+ </div>
503
+ <button type="submit" class="bg-amber-700 hover:bg-amber-800 text-white px-8 py-3 rounded-md font-medium transition duration-300">Send Message</button>
504
+ </form>
505
+ </div>
506
+ <div class="md:w-1/2">
507
+ <div class="bg-gray-50 p-8 rounded-lg h-full">
508
+ <h3 class="text-xl font-bold text-gray-900 mb-6">Other Ways to Connect</h3>
509
+ <div class="space-y-6">
510
+ <div class="flex items-start">
511
+ <div class="bg-amber-100 p-3 rounded-full mr-4">
512
+ <i class="fas fa-map-marker-alt text-amber-700"></i>
513
+ </div>
514
+ <div>
515
+ <h4 class="font-bold text-gray-900 mb-1">Visit Us</h4>
516
+ <p class="text-gray-600">123 Coffee Street, Downtown, Cityville 12345</p>
517
+ </div>
518
+ </div>
519
+ <div class="flex items-start">
520
+ <div class="bg-amber-100 p-3 rounded-full mr-4">
521
+ <i class="fas fa-phone-alt text-amber-700"></i>
522
+ </div>
523
+ <div>
524
+ <h4 class="font-bold text-gray-900 mb-1">Call Us</h4>
525
+ <p class="text-gray-600">(123) 456-7890</p>
526
+ <p class="text-gray-600 text-sm">Monday - Friday, 9AM - 5PM</p>
527
+ </div>
528
+ </div>
529
+ <div class="flex items-start">
530
+ <div class="bg-amber-100 p-3 rounded-full mr-4">
531
+ <i class="fas fa-envelope text-amber-700"></i>
532
+ </div>
533
+ <div>
534
+ <h4 class="font-bold text-gray-900 mb-1">Email Us</h4>
535
+ <p class="text-gray-600">[email protected]</p>
536
+ </div>
537
+ </div>
538
+ <div class="flex items-start">
539
+ <div class="bg-amber-100 p-3 rounded-full mr-4">
540
+ <i class="fas fa-hashtag text-amber-700"></i>
541
+ </div>
542
+ <div>
543
+ <h4 class="font-bold text-gray-900 mb-1">Follow Us</h4>
544
+ <div class="flex space-x-4 mt-2">
545
+ <a href="#" class="text-gray-600 hover:text-amber-700"><i class="fab fa-facebook-f text-xl"></i></a>
546
+ <a href="#" class="text-gray-600 hover:text-amber-700"><i class="fab fa-instagram text-xl"></i></a>
547
+ <a href="#" class="text-gray-600 hover:text-amber-700"><i class="fab fa-twitter text-xl"></i></a>
548
+ <a href="#" class="text-gray-600 hover:text-amber-700"><i class="fab fa-tiktok text-xl"></i></a>
549
+ </div>
550
+ </div>
551
+ </div>
552
+ </div>
553
+ </div>
554
+ </div>
555
+ </div>
556
+ </div>
557
+ </section>
558
+
559
+ <!-- Newsletter Section -->
560
+ <section class="py-16 bg-amber-700 text-white">
561
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
562
+ <h2 class="text-2xl font-bold mb-4">Join Our Coffee Club</h2>
563
+ <p class="mb-8 max-w-2xl mx-auto">Subscribe to our newsletter and be the first to know about special offers, new menu items, and events at ForbSpace Cafe.</p>
564
+ <form class="flex flex-col sm:flex-row gap-4 max-w-md mx-auto">
565
+ <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-md text-gray-900 focus:outline-none focus:ring-2 focus:ring-amber-500">
566
+ <button type="submit" class="bg-black hover:bg-gray-900 text-white px-6 py-3 rounded-md font-medium transition duration-300">Subscribe</button>
567
+ </form>
568
+ </div>
569
+ </section>
570
+
571
+ <!-- Footer -->
572
+ <footer class="bg-gray-900 text-white py-12">
573
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
574
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-10">
575
+ <div>
576
+ <h3 class="text-xl font-bold mb-6">ForbSpace Cafe</h3>
577
+ <p class="text-gray-400">Experience space-inspired coffee culture from the innovators at ForbSpace Aeronautics and Space.</p>
578
+ </div>
579
+ <div>
580
+ <h4 class="font-bold text-lg mb-6">Quick Links</h4>
581
+ <ul class="space-y-3">
582
+ <li><a href="#home" class="text-gray-400 hover:text-white transition duration-300">Home</a></li>
583
+ <li><a href="#menu" class="text-gray-400 hover:text-white transition duration-300">Menu</a></li>
584
+ <li><a href="#gallery" class="text-gray-400 hover:text-white transition duration-300">Gallery</a></li>
585
+ <li><a href="#about" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li>
586
+ <li><a href="#contact" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li>
587
+ </ul>
588
+ </div>
589
+ <div>
590
+ <h4 class="font-bold text-lg mb-6">Opening Hours</h4>
591
+ <ul class="space-y-3 text-gray-400">
592
+ <li class="flex justify-between">
593
+ <span>Mon - Fri</span>
594
+ <span>7AM - 8PM</span>
595
+ </li>
596
+ <li class="flex justify-between">
597
+ <span>Saturday</span>
598
+ <span>8AM - 9PM</span>
599
+ </li>
600
+ <li class="flex justify-between">
601
+ <span>Sunday</span>
602
+ <span>8AM - 6PM</span>
603
+ </li>
604
+ </ul>
605
+ </div>
606
+ <div>
607
+ <h4 class="font-bold text-lg mb-6">Contact Us</h4>
608
+ <address class="not-italic text-gray-400 space-y-3">
609
+ <p>Space Innovation District<br>Houston, Texas</p>
610
+ <p>Phone: +1 555 123 4567</p>
611
+ <p>Email: [email protected]</p>
612
+ </address>
613
+ </div>
614
+ </div>
615
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
616
+ <p class="text-gray-400 mb-4 md:mb-0">© 2023 ForbSpace Cafe. All rights reserved.</p>
617
+ <div class="flex space-x-6">
618
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-facebook-f"></i></a>
619
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-instagram"></i></a>
620
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-twitter"></i></a>
621
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-tiktok"></i></a>
622
+ </div>
623
+ </div>
624
+ </div>
625
+ </footer>
626
+
627
+ <!-- Floating Action Button -->
628
+ <a href="#reservation" class="fixed bottom-8 right-8 bg-amber-700 text-white w-16 h-16 rounded-full flex items-center justify-center shadow-lg floating-btn hover:bg-amber-800 transition duration-300 z-40">
629
+ <i class="fas fa-calendar-alt text-2xl"></i>
630
+ </a>
631
+
632
+ <script>
633
+ // Mobile menu toggle
634
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
635
+ const menu = document.getElementById('mobile-menu');
636
+ menu.classList.toggle('hidden');
637
+ });
638
+
639
+ // Smooth scrolling for anchor links
640
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
641
+ anchor.addEventListener('click', function (e) {
642
+ e.preventDefault();
643
+
644
+ const targetId = this.getAttribute('href');
645
+ const targetElement = document.querySelector(targetId);
646
+
647
+ if (targetElement) {
648
+ window.scrollTo({
649
+ top: targetElement.offsetTop - 80,
650
+ behavior: 'smooth'
651
+ });
652
+
653
+ // Close mobile menu if open
654
+ const mobileMenu = document.getElementById('mobile-menu');
655
+ if (!mobileMenu.classList.contains('hidden')) {
656
+ mobileMenu.classList.add('hidden');
657
+ }
658
+ }
659
+ });
660
+ });
661
+
662
+ // Sticky navigation
663
+ window.addEventListener('scroll', function() {
664
+ const nav = document.querySelector('nav');
665
+ if (window.scrollY > 50) {
666
+ nav.classList.add('shadow-lg');
667
+ } else {
668
+ nav.classList.remove('shadow-lg');
669
+ }
670
+ });
671
+ </script>
672
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=STABA99/forbspace-cafe" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
673
+ </html>