ducnhat036 commited on
Commit
dbad138
·
verified ·
1 Parent(s): b16cfe9

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +280 -19
  3. prompts.txt +7 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Web
3
- emoji: 👀
4
- colorFrom: purple
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: web
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: gray
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,280 @@
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="vi">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title> góc Springville 5x19m - 8 tỷ | Bất Động Sản Đồng Nai</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
+ .property-card:hover {
11
+ transform: translateY(-5px);
12
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
13
+ }
14
+ .hero-section {
15
+ background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1580587771525-78b9dba3b914?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
16
+ background-size: cover;
17
+ background-position: center;
18
+ }
19
+ .project-card {
20
+ transition: all 0.3s ease;
21
+ }
22
+ .project-card:hover {
23
+ transform: scale(1.03);
24
+ }
25
+ .nav-link:hover::after {
26
+ content: '';
27
+ display: block;
28
+ width: 100%;
29
+ height: 2px;
30
+ background: #f59e0b;
31
+ margin-top: 2px;
32
+ }
33
+ .map-container {
34
+ height: 400px;
35
+ border-radius: 12px;
36
+ overflow: hidden;
37
+ }
38
+ .zalo-btn {
39
+ background: #06C;
40
+ color: white;
41
+ }
42
+ .zalo-btn:hover {
43
+ background: #059;
44
+ }
45
+ .news-card:hover {
46
+ transform: translateY(-5px);
47
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
48
+ }
49
+ .news-tag {
50
+ position: absolute;
51
+ top: 10px;
52
+ right: 10px;
53
+ z-index: 10;
54
+ }
55
+ </style>
56
+ </head>
57
+ <body class="font-sans bg-gray-50">
58
+ <!-- Top Bar -->
59
+ <div class="bg-gray-800 text-white py-2 px-4">
60
+ <div class="container mx-auto flex justify-between items-center">
61
+ <div class="flex space-x-4 text-sm">
62
+ <span><i class="fas fa-phone-alt mr-1"></i> 0823.686.586</span>
63
+ <span><i class="fab fa-zalo mr-1"></i> Zalo: 0823.686.586</span>
64
+ <span><i class="fas fa-envelope mr-1"></i> [email protected]</span>
65
+ <span><i class="fas fa-envelope mr-1"></i> [email protected]</span>
66
+ </div>
67
+ <div class="flex space-x-4">
68
+ <a href="#" class="hover:text-yellow-400"><i class="fab fa-facebook-f"></i></a>
69
+ <a href="#" class="hover:text-yellow-400"><i class="fab fa-youtube"></i></a>
70
+ <a href="#" class="hover:text-yellow-400"><i class="fab fa-instagram"></i></a>
71
+ </div>
72
+ </div>
73
+ </div>
74
+
75
+ <!-- Navigation -->
76
+ <nav class="bg-white shadow-md sticky top-0 z-50">
77
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
78
+ <div class="flex items-center">
79
+ <a href="#" class="text-2xl font-bold text-gray-800 flex items-center">
80
+ <i class="fas fa-map-marked-alt text-yellow-500 mr-2"></i>
81
+ <span class="text-yellow-500">Đất Nền</span>Đồng Nai
82
+ </a>
83
+ </div>
84
+
85
+ <div class="hidden md:flex space-x-8">
86
+ <a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Trang chủ</a>
87
+ <a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Đất nền Nhơn Trạch</a>
88
+ <a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Đất nền Long Thành</a>
89
+ <a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Dự án</a>
90
+ <a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Tin tức</a>
91
+ <a href="#" class="nav-link text-gray-700 hover:text-yellow-500 font-medium">Liên hệ</a>
92
+ </div>
93
+
94
+ <div class="flex items-center space-x-4">
95
+ <button class="md:hidden text-gray-700">
96
+ <i class="fas fa-bars text-xl"></i>
97
+ </button>
98
+ <a href="https://zalo.me/0823686586" class="hidden md:block zalo-btn px-4 py-2 rounded-md font-medium transition">
99
+ <i class="fab fa-zalo mr-2"></i>Chat Zalo
100
+ </a>
101
+ </div>
102
+ </div>
103
+ </nav>
104
+
105
+ <!-- Property Highlight Section -->
106
+ <section class="py-12 bg-white">
107
+ <div class="container mx-auto px-4">
108
+ <div class="flex flex-col md:flex-row gap-8">
109
+ <!-- Property Images -->
110
+ <div class="md:w-1/2">
111
+ <div class="grid grid-cols-2 gap-4">
112
+ <div class="col-span-2">
113
+ <img src="https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
114
+ alt="Lô góc Springville"
115
+ class="w-full h-80 object-cover rounded-lg shadow-md">
116
+ </div>
117
+ <div>
118
+ <img src="https://images.unsplash.com/photo-1600607688969-a5bfcd646154?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
119
+ alt="Mặt tiền lô đất"
120
+ class="w-full h-40 object-cover rounded-lg shadow-md">
121
+ </div>
122
+ <div>
123
+ <img src="https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
124
+ alt="Vị trí dự án"
125
+ class="w-full h-40 object-cover rounded-lg shadow-md">
126
+ </div>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Property Details -->
131
+ <div class="md:w-1/2">
132
+ <div class="bg-white p-6 rounded-lg shadow-md">
133
+ <h1 class="text-3xl font-bold text-gray-800 mb-2">Lô Góc Springville 5x19m</h1>
134
+ <div class="flex items-center mb-4">
135
+ <span class="bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm font-medium mr-3">
136
+ <i class="fas fa-map-marker-alt mr-1"></i> Nhơn Trạch
137
+ </span>
138
+ <span class="bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm font-medium">
139
+ <i class="fas fa-home mr-1"></i> Mặt tiền 5m
140
+ </span>
141
+ </div>
142
+
143
+ <div class="mb-6">
144
+ <span class="text-3xl font-bold text-yellow-500">8 tỷ</span>
145
+ <span class="text-gray-600 ml-2">(Giá đã bao gồm VAT)</span>
146
+ </div>
147
+
148
+ <div class="grid grid-cols-2 gap-4 mb-6">
149
+ <div class="bg-gray-50 p-3 rounded-lg">
150
+ <div class="text-gray-600 text-sm">Diện tích</div>
151
+ <div class="font-bold">95m² (5x19m)</div>
152
+ </div>
153
+ <div class="bg-gray-50 p-3 rounded-lg">
154
+ <div class="text-gray-600 text-sm">Mặt tiền</div>
155
+ <div class="font-bold">5m</div>
156
+ </div>
157
+ <div class="bg-gray-50 p-3 rounded-lg">
158
+ <div class="text-gray-600 text-sm">Hướng</div>
159
+ <div class="font-bold">Đông Nam</div>
160
+ </div>
161
+ <div class="bg-gray-50 p-3 rounded-lg">
162
+ <div class="text-gray-600 text-sm">Pháp lý</div>
163
+ <div class="font-bold">Sổ đỏ</div>
164
+ </div>
165
+ </div>
166
+
167
+ <div class="mb-6">
168
+ <h3 class="text-lg font-bold text-gray-800 mb-2">Đặc điểm nổi bật</h3>
169
+ <ul class="list-disc pl-5 text-gray-700 space-y-1">
170
+ <li>Vị trí đắc địa - lô góc 2 mặt thoáng</li>
171
+ <li>Mặt tiền rộng 5m, dễ kinh doanh</li>
172
+ <li>Gần trung tâm thương mại, trường học</li>
173
+ <li>Hạ tầng hoàn thiện, đường nhựa 12m</li>
174
+ <li>Thanh toán linh hoạt, hỗ trợ ngân hàng</li>
175
+ </ul>
176
+ </div>
177
+
178
+ <div class="flex flex-col sm:flex-row gap-4">
179
+ <a href="tel:0823686586" class="bg-yellow-500 hover:bg-yellow-600 text-white text-center py-3 px-6 rounded-md font-medium transition">
180
+ <i class="fas fa-phone-alt mr-2"></i> Gọi ngay: 0823.686.586
181
+ </a>
182
+ <a href="https://zalo.me/0823686586" class="zalo-btn text-center py-3 px-6 rounded-md font-medium transition">
183
+ <i class="fab fa-zalo mr-2"></i> Chat Zalo
184
+ </a>
185
+ </div>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ </div>
190
+ </section>
191
+
192
+ <!-- Property Description -->
193
+ <section class="py-12 bg-gray-50">
194
+ <div class="container mx-auto px-4">
195
+ <div class="bg-white p-8 rounded-lg shadow-md">
196
+ <h2 class="text-2xl font-bold text-gray-800 mb-6">Thông tin chi tiết</h2>
197
+
198
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-8">
199
+ <div>
200
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Mô tả bất động sản</h3>
201
+ <div class="prose text-gray-700">
202
+ <p>Lô đất góc tại dự án Springville Nhơn Trạch với diện tích 95m² (5x19m), mặt tiền 5m, hướng Đông Nam. Đất đã có sổ đỏ riêng, pháp lý rõ ràng.</p>
203
+ <p>Vị trí đắc địa ngay trung tâm khu đô thị Springville, gần các tiện ích:</p>
204
+ <ul>
205
+ <li>Trường học quốc tế: 500m</li>
206
+ <li>Bệnh viện đa khoa: 1km</li>
207
+ <li>Trung tâm thương mại: 800m</li>
208
+ <li>Công viên cây xanh: 300m</li>
209
+ </ul>
210
+ <p>Hạ tầng hoàn thiện 100%, đường nhựa rộng 12m, vỉa hè 4m, điện âm nước máy đầy đủ.</p>
211
+ </div>
212
+ </div>
213
+
214
+ <div>
215
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Tiện ích xung quanh</h3>
216
+ <div class="space-y-4">
217
+ <div class="flex items-start">
218
+ <div class="bg-yellow-100 p-2 rounded-full mr-3">
219
+ <i class="fas fa-school text-yellow-500"></i>
220
+ </div>
221
+ <div>
222
+ <h4 class="font-medium text-gray-800">Giáo dục</h4>
223
+ <p class="text-gray-600 text-sm">Trường quốc tế Singapore, Trường mầm non quốc tế, Đại học Quốc tế Miền Đông</p>
224
+ </div>
225
+ </div>
226
+ <div class="flex items-start">
227
+ <div class="bg-yellow-100 p-2 rounded-full mr-3">
228
+ <i class="fas fa-hospital text-yellow-500"></i>
229
+ </div>
230
+ <div>
231
+ <h4 class="font-medium text-gray-800">Y tế</h4>
232
+ <p class="text-gray-600 text-sm">Bệnh viện đa khoa Nhơn Trạch, Phòng khám quốc tế, Nhà thuốc 24/7</p>
233
+ </div>
234
+ </div>
235
+ <div class="flex items-start">
236
+ <div class="bg-yellow-100 p-2 rounded-full mr-3">
237
+ <i class="fas fa-shopping-cart text-yellow-500"></i>
238
+ </div>
239
+ <div>
240
+ <h4 class="font-medium text-gray-800">Mua sắm</h4>
241
+ <p class="text-gray-600 text-sm">TTTM Crescent Mall, Siêu thị Vinmart, Chợ Hiệp Phước</p>
242
+ </div>
243
+ </div>
244
+ <div class="flex items-start">
245
+ <div class="bg-yellow-100 p-2 rounded-full mr-3">
246
+ <i class="fas fa-tree text-yellow-500"></i>
247
+ </div>
248
+ <div>
249
+ <h4 class="font-medium text-gray-800">Công viên</h4>
250
+ <p class="text-gray-600 text-sm">Công viên trung tâm 5ha, Khu thể thao đa năng, Hồ điều hòa</p>
251
+ </div>
252
+ </div>
253
+ </div>
254
+ </div>
255
+ </div>
256
+
257
+ <div class="mb-8">
258
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Vị trí dự án</h3>
259
+ <div class="map-container bg-gray-200">
260
+ <!-- Map placeholder - in real implementation you would use Google Maps API -->
261
+ <div class="w-full h-full flex items-center justify-center text-gray-500">
262
+ <div class="text-center">
263
+ <i class="fas fa-map-marked-alt text-4xl mb-2"></i>
264
+ <p>Bản đồ vị trí lô đất</p>
265
+ <p class="text-sm">Springville, Nhơn Trạch, Đồng Nai</p>
266
+ </div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="bg-yellow-50 border-l-4 border-yellow-500 p-4 mb-8">
272
+ <div class="flex">
273
+ <div class="flex-shrink-0">
274
+ <i class="fas fa-info-circle text-yellow-500 text-xl"></i>
275
+ </div>
276
+ <div class="ml-3">
277
+ <h3 class="text-sm font-medium text-yellow-800">Lưu ý quan trọng</h3>
278
+ <div class="mt-2 text-sm text-yellow-700">
279
+ <p>• Giá bán có thể thay đổi tùy thời điểm. Vui lòng liên hệ
280
+ </html>
prompts.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ thiết kế 1 website bán bất động sản bằng tiết việt, thật chuyên nghiệp
2
+ Khu vực: Nhơn Trạch và Long Thành; chuyên đất nền, dự án: Spriingville, ThăngLongHome Hiệp Phước; KDC An Thuận ( Long Thành); Tiến Lộc Garden Long Thọ.
3
+ Lô góc Springville 5x19m Mặt tiền 5m 8 tỷ
4
+ thêm thông tin liên hệ: Zalo: 0823.686.586
5
+ thêm thư mục tin tức để cập nhật thông tin mới nhất về các dự án bất động sản hay những tin tức liên quan đến bất động sản
6
+ thêm email: [email protected]
7
+ xuất vào host: https://vercel.com/nguyenducnhat036s-projects