Raversray commited on
Commit
7db945b
·
verified ·
1 Parent(s): 3a35eba

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +244 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Jimbara
3
- emoji: 🐢
4
  colorFrom: pink
5
- colorTo: blue
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: jimbara
3
+ emoji: 🐳
4
  colorFrom: pink
5
+ colorTo: yellow
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,244 @@
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>Jimbara Executive Lodge | Luxury Accommodation in Mansa, Zambia</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
+ .hero {
11
+ background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
12
+ background-size: cover;
13
+ background-position: center;
14
+ height: 90vh;
15
+ }
16
+
17
+ .room-card:hover {
18
+ transform: translateY(-10px);
19
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
20
+ }
21
+
22
+ .amenity-icon {
23
+ transition: all 0.3s ease;
24
+ }
25
+
26
+ .amenity-icon:hover {
27
+ transform: scale(1.1);
28
+ color: #d97706;
29
+ }
30
+
31
+ .parallax {
32
+ background-attachment: fixed;
33
+ background-position: center;
34
+ background-repeat: no-repeat;
35
+ background-size: cover;
36
+ }
37
+ </style>
38
+ </head>
39
+ <body class="font-sans bg-gray-50">
40
+ <!-- Navigation -->
41
+ <nav class="bg-white shadow-lg fixed w-full z-10">
42
+ <div class="max-w-7xl mx-auto px-4">
43
+ <div class="flex justify-between items-center h-16">
44
+ <div class="flex items-center">
45
+ <a href="#" class="flex-shrink-0">
46
+ <span class="text-2xl font-bold text-amber-700">Jimbara</span>
47
+ <span class="text-gray-600">Executive Lodge</span>
48
+ </a>
49
+ </div>
50
+ <div class="hidden md:block">
51
+ <div class="ml-10 flex items-baseline space-x-4">
52
+ <a href="#home" class="px-3 py-2 rounded-md text-sm font-medium text-amber-700 bg-amber-100">Home</a>
53
+ <a href="#rooms" class="px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-amber-700">Rooms</a>
54
+ <a href="#amenities" class="px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-amber-700">Amenities</a>
55
+ <a href="#gallery" class="px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-amber-700">Gallery</a>
56
+ <a href="#contact" class="px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-amber-700">Contact</a>
57
+ </div>
58
+ </div>
59
+ <div class="md:hidden">
60
+ <button class="mobile-menu-button p-2 rounded-md text-gray-700 hover:text-amber-700 focus:outline-none">
61
+ <i class="fas fa-bars text-xl"></i>
62
+ </button>
63
+ </div>
64
+ </div>
65
+ </div>
66
+
67
+ <!-- Mobile menu -->
68
+ <div class="mobile-menu hidden md:hidden bg-white shadow-lg">
69
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
70
+ <a href="#home" class="block px-3 py-2 rounded-md text-base font-medium text-amber-700 bg-amber-100">Home</a>
71
+ <a href="#rooms" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-amber-700">Rooms</a>
72
+ <a href="#amenities" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-amber-700">Amenities</a>
73
+ <a href="#gallery" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-amber-700">Gallery</a>
74
+ <a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-amber-700">Contact</a>
75
+ </div>
76
+ </div>
77
+ </nav>
78
+
79
+ <!-- Hero Section -->
80
+ <section id="home" class="hero flex items-center justify-center text-center text-white pt-16">
81
+ <div class="max-w-4xl px-4">
82
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Experience Luxury in the Heart of Mansa</h1>
83
+ <p class="text-xl md:text-2xl mb-8">Jimbara Executive Lodge offers premium accommodation with authentic Zambian hospitality in Luapula Province</p>
84
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
85
+ <a href="#rooms" class="px-8 py-3 bg-amber-600 hover:bg-amber-700 rounded-lg font-semibold transition duration-300">Our Rooms</a>
86
+ <a href="#contact" class="px-8 py-3 border-2 border-white hover:bg-white hover:text-gray-900 rounded-lg font-semibold transition duration-300">Book Now</a>
87
+ </div>
88
+ </div>
89
+ </section>
90
+
91
+ <!-- Welcome Section -->
92
+ <section class="py-20 bg-white">
93
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
94
+ <div class="lg:grid lg:grid-cols-2 lg:gap-16 items-center">
95
+ <div class="mb-12 lg:mb-0">
96
+ <h2 class="text-3xl font-bold text-gray-900 mb-6">Welcome to Jimbara Executive Lodge</h2>
97
+ <p class="text-gray-600 mb-4">Nestled in the beautiful Luapula Province of Zambia, Jimbara Executive Lodge provides a perfect blend of modern comfort and traditional Zambian charm. Our lodge is designed to offer you an unforgettable experience whether you're visiting for business or leisure.</p>
98
+ <p class="text-gray-600 mb-6">Located in the heart of Mansa, we're conveniently situated near major attractions and business centers, making us the ideal choice for discerning travelers.</p>
99
+ <div class="flex flex-wrap gap-4">
100
+ <div class="flex items-center">
101
+ <i class="fas fa-wifi text-amber-600 mr-2 text-xl"></i>
102
+ <span class="text-gray-700">Free WiFi</span>
103
+ </div>
104
+ <div class="flex items-center">
105
+ <i class="fas fa-swimming-pool text-amber-600 mr-2 text-xl"></i>
106
+ <span class="text-gray-700">Swimming Pool</span>
107
+ </div>
108
+ <div class="flex items-center">
109
+ <i class="fas fa-utensils text-amber-600 mr-2 text-xl"></i>
110
+ <span class="text-gray-700">Restaurant</span>
111
+ </div>
112
+ <div class="flex items-center">
113
+ <i class="fas fa-parking text-amber-600 mr-2 text-xl"></i>
114
+ <span class="text-gray-700">Secure Parking</span>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ <div class="relative">
119
+ <img src="https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Jimbara Lodge" class="rounded-lg shadow-xl w-full h-auto">
120
+ <div class="absolute -bottom-6 -right-6 bg-amber-600 p-4 rounded-lg shadow-lg hidden md:block">
121
+ <p class="text-white font-bold text-lg">Since 2010</p>
122
+ <p class="text-white text-sm">Serving with excellence</p>
123
+ </div>
124
+ </div>
125
+ </div>
126
+ </div>
127
+ </section>
128
+
129
+ <!-- Rooms Section -->
130
+ <section id="rooms" class="py-20 bg-gray-50">
131
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
132
+ <div class="text-center mb-16">
133
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Our Accommodation</h2>
134
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Choose from our selection of beautifully appointed rooms and suites designed for your comfort</p>
135
+ </div>
136
+
137
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
138
+ <!-- Room 1 -->
139
+ <div class="room-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500">
140
+ <img src="https://images.unsplash.com/photo-1611892440501-80c8e422a50c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Standard Room" class="w-full h-64 object-cover">
141
+ <div class="p-6">
142
+ <h3 class="text-xl font-bold text-gray-900 mb-2">Standard Room</h3>
143
+ <p class="text-gray-600 mb-4">Perfect for solo travelers or couples, featuring a comfortable queen-size bed and modern amenities.</p>
144
+ <div class="flex justify-between items-center">
145
+ <span class="text-amber-700 font-bold text-lg">ZMW 450/night</span>
146
+ <a href="#contact" class="text-white bg-amber-600 hover:bg-amber-700 px-4 py-2 rounded-lg font-medium transition duration-300">Book Now</a>
147
+ </div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Room 2 -->
152
+ <div class="room-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500">
153
+ <img src="https://images.unsplash.com/photo-1566669437685-bc1f8df81ddf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Deluxe Room" class="w-full h-64 object-cover">
154
+ <div class="p-6">
155
+ <h3 class="text-xl font-bold text-gray-900 mb-2">Deluxe Room</h3>
156
+ <p class="text-gray-600 mb-4">Spacious accommodation with king-size bed, sitting area, and premium amenities for enhanced comfort.</p>
157
+ <div class="flex justify-between items-center">
158
+ <span class="text-amber-700 font-bold text-lg">ZMW 650/night</span>
159
+ <a href="#contact" class="text-white bg-amber-600 hover:bg-amber-700 px-4 py-2 rounded-lg font-medium transition duration-300">Book Now</a>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Room 3 -->
165
+ <div class="room-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500">
166
+ <img src="https://images.unsplash.com/photo-1566669437685-bc1f8df81ddf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Executive Suite" class="w-full h-64 object-cover">
167
+ <div class="p-6">
168
+ <h3 class="text-xl font-bold text-gray-900 mb-2">Executive Suite</h3>
169
+ <p class="text-gray-600 mb-4">Our most luxurious option featuring separate living area, premium furnishings, and exclusive services.</p>
170
+ <div class="flex justify-between items-center">
171
+ <span class="text-amber-700 font-bold text-lg">ZMW 950/night</span>
172
+ <a href="#contact" class="text-white bg-amber-600 hover:bg-amber-700 px-4 py-2 rounded-lg font-medium transition duration-300">Book Now</a>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="text-center mt-12">
179
+ <a href="#contact" class="inline-block px-8 py-3 border-2 border-amber-600 text-amber-600 hover:bg-amber-600 hover:text-white rounded-lg font-semibold transition duration-300">View All Rooms</a>
180
+ </div>
181
+ </div>
182
+ </section>
183
+
184
+ <!-- Amenities Section -->
185
+ <section id="amenities" class="py-20 bg-white">
186
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
187
+ <div class="text-center mb-16">
188
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Our Amenities</h2>
189
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">We provide exceptional facilities to make your stay comfortable and memorable</p>
190
+ </div>
191
+
192
+ <div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-8">
193
+ <!-- Amenity 1 -->
194
+ <div class="text-center p-6 rounded-lg hover:bg-gray-50 transition duration-300">
195
+ <div class="amenity-icon mx-auto mb-4 text-4xl text-amber-600">
196
+ <i class="fas fa-utensils"></i>
197
+ </div>
198
+ <h3 class="text-xl font-semibold text-gray-900 mb-2">Restaurant & Bar</h3>
199
+ <p class="text-gray-600">Enjoy delicious local and international cuisine at our on-site restaurant and unwind at our well-stocked bar.</p>
200
+ </div>
201
+
202
+ <!-- Amenity 2 -->
203
+ <div class="text-center p-6 rounded-lg hover:bg-gray-50 transition duration-300">
204
+ <div class="amenity-icon mx-auto mb-4 text-4xl text-amber-600">
205
+ <i class="fas fa-swimming-pool"></i>
206
+ </div>
207
+ <h3 class="text-xl font-semibold text-gray-900 mb-2">Swimming Pool</h3>
208
+ <p class="text-gray-600">Relax by our sparkling outdoor pool surrounded by lush tropical landscaping.</p>
209
+ </div>
210
+
211
+ <!-- Amenity 3 -->
212
+ <div class="text-center p-6 rounded-lg hover:bg-gray-50 transition duration-300">
213
+ <div class="amenity-icon mx-auto mb-4 text-4xl text-amber-600">
214
+ <i class="fas fa-wifi"></i>
215
+ </div>
216
+ <h3 class="text-xl font-semibold text-gray-900 mb-2">High-Speed WiFi</h3>
217
+ <p class="text-gray-600">Stay connected with our complimentary high-speed internet access throughout the lodge.</p>
218
+ </div>
219
+
220
+ <!-- Amenity 4 -->
221
+ <div class="text-center p-6 rounded-lg hover:bg-gray-50 transition duration-300">
222
+ <div class="amenity-icon mx-auto mb-4 text-4xl text-amber-600">
223
+ <i class="fas fa-concierge-bell"></i>
224
+ </div>
225
+ <h3 class="text-xl font-semibold text-gray-900 mb-2">24/7 Concierge</h3>
226
+ <p class="text-gray-600">Our friendly staff is available around the clock to assist with any requests or arrangements.</p>
227
+ </div>
228
+ </div>
229
+ </div>
230
+ </section>
231
+
232
+ <!-- Gallery Section -->
233
+ <section id="gallery" class="py-20 bg-gray-50">
234
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
235
+ <div class="text-center mb-16">
236
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Gallery</h2>
237
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">A glimpse of the Jimbara Executive Lodge experience</p>
238
+ </div>
239
+
240
+ <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
241
+ <img src="https://images.unsplash.com/photo-1566669437685-bc1f8df81ddf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Lodge Interior" class="w-full h-48 object-cover rounded-lg shadow hover:shadow-lg transition duration-300">
242
+ <img src="https://images.unsplash.com/photo-1611892440501-80c8e422a50c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Room" class="w-full h-48 object-cover rounded-lg shadow hover:shadow-lg transition duration-300">
243
+ <img src="https://images
244
+ </html>
prompts.txt ADDED
File without changes