haaaaaaaa1 commited on
Commit
90edf9e
·
verified ·
1 Parent(s): f2acd9b

有一个图片没显示,内容再丰富一些 - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +205 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Labubuwebsite
3
- emoji: 🏢
4
- colorFrom: gray
5
- colorTo: pink
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: labubuwebsite
3
+ emoji: 🐳
4
+ colorFrom: pink
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,205 @@
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="zh-CN">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Labubu Official</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
+ .bg-gradient {
11
+ background: linear-gradient(135deg, #FF6B6B 0%, #FF8E8E 100%);
12
+ }
13
+ .search-box {
14
+ box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
15
+ }
16
+ .trending-item:hover {
17
+ background-color: rgba(0, 120, 212, 0.1);
18
+ }
19
+ .dropdown:hover .dropdown-menu {
20
+ display: block;
21
+ }
22
+ .quiz-option:hover {
23
+ background-color: rgba(0, 120, 212, 0.05);
24
+ }
25
+ </style>
26
+ </head>
27
+ <body class="font-sans bg-gray-50 min-h-screen flex flex-col">
28
+ <!-- Header -->
29
+ <!-- Hero Section -->
30
+ <section class="bg-gradient py-20">
31
+ <div class="container mx-auto px-4 text-center">
32
+ <h1 class="text-5xl font-bold text-white mb-6">Welcome to Labubu World</h1>
33
+ <p class="text-xl text-white mb-8 max-w-2xl mx-auto">Discover the magical creatures from Kasing Lung's fantasy universe</p>
34
+ <div class="flex justify-center space-x-4">
35
+ <button class="bg-white text-pink-600 px-6 py-3 rounded-full font-semibold hover:bg-gray-100 transition">Shop Now</button>
36
+ <button class="border-2 border-white text-white px-6 py-3 rounded-full font-semibold hover:bg-white hover:text-pink-600 transition">Explore</button>
37
+ </div>
38
+ </div>
39
+ </section>
40
+ <header class="bg-white shadow-sm">
41
+ <div class="container mx-auto px-4 py-2 flex justify-between items-center">
42
+ <div class="flex items-center space-x-6">
43
+ <a href="#" class="text-pink-600 font-bold text-2xl">LABUBU</a>
44
+ <nav class="hidden md:flex space-x-4">
45
+ <a href="#" class="text-gray-700 hover:text-pink-600">Characters</a>
46
+ <a href="#" class="text-gray-700 hover:text-pink-600">Collections</a>
47
+ <a href="#" class="text-gray-700 hover:text-pink-600">Shop</a>
48
+ <a href="#" class="text-gray-700 hover:text-pink-600">Gallery</a>
49
+ <a href="#" class="text-gray-700 hover:text-pink-600">About</a>
50
+ </nav>
51
+ </div>
52
+
53
+ <div class="flex items-center space-x-4">
54
+ <a href="#" class="text-gray-700 hover:text-pink-600 hidden md:block">News</a>
55
+ <a href="#" class="text-gray-700 hover:text-pink-600 flex items-center">
56
+ <i class="fas fa-shopping-cart text-xl"></i>
57
+ <span class="ml-1 hidden md:inline">Cart</span>
58
+ </a>
59
+ <a href="#" class="text-gray-700 hover:text-pink-600 hidden md:block">Events</a>
60
+ <button class="md:hidden text-gray-700">
61
+ <i class="fas fa-bars text-xl"></i>
62
+ </button>
63
+ </div>
64
+ </div>
65
+ </header>
66
+ <!-- Products Section -->
67
+ <section class="py-16 bg-white">
68
+ <div class="container mx-auto px-4">
69
+ <h2 class="text-3xl font-bold text-center mb-12">Featured Collections</h2>
70
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
71
+ <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition">
72
+ <img src="https://images.unsplash.com/photo-1627855437693-dcc7b0c4ba8b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="Labubu Forest" class="w-full h-64 object-cover">
73
+ <div class="p-6">
74
+ <h3 class="text-xl font-semibold mb-2">Forest Series</h3>
75
+ <p class="text-gray-600 mb-4">Magical creatures living in the enchanted forest</p>
76
+ <button class="text-pink-600 font-medium hover:text-pink-700">View Collection →</button>
77
+ </div>
78
+ </div>
79
+ <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition">
80
+ <img src="https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="Labubu Space" class="w-full h-64 object-cover">
81
+ <div class="p-6">
82
+ <h3 class="text-xl font-semibold mb-2">Space Series</h3>
83
+ <p class="text-gray-600 mb-4">Adventures in the cosmic wonderland</p>
84
+ <button class="text-pink-600 font-medium hover:text-pink-700">View Collection →</button>
85
+ </div>
86
+ </div>
87
+ <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition">
88
+ <img src="https://images.unsplash.com/photo-1637858868799-7f26a0640eb6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="Labubu Candy" class="w-full h-64 object-cover">
89
+ <div class="p-6">
90
+ <h3 class="text-xl font-semibold mb-2">Candy Series</h3>
91
+ <p class="text-gray-600 mb-4">Sweet and colorful characters</p>
92
+ <button class="text-pink-600 font-medium hover:text-pink-700">View Collection →</button>
93
+ </div>
94
+ </div>
95
+ </div>
96
+ </div>
97
+ </section>
98
+
99
+ <!-- New Arrivals Section -->
100
+ <section class="py-16 bg-white">
101
+ <div class="container mx-auto px-4">
102
+ <h2 class="text-3xl font-bold text-center mb-12">New Arrivals</h2>
103
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-6">
104
+ <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition">
105
+ <img src="https://images.unsplash.com/photo-1635070041053-2c8f7a7b1c3f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Labubu Mini" class="w-full h-48 object-cover">
106
+ <div class="p-4">
107
+ <h3 class="font-semibold mb-1">Mini Series</h3>
108
+ <p class="text-sm text-gray-600 mb-2">$29.99</p>
109
+ </div>
110
+ </div>
111
+ <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition">
112
+ <img src="https://images.unsplash.com/photo-1637858868819-3f7b6a5d5d5b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Labubu Halloween" class="w-full h-48 object-cover">
113
+ <div class="p-4">
114
+ <h3 class="font-semibold mb-1">Halloween Edition</h3>
115
+ <p class="text-sm text-gray-600 mb-2">$39.99</p>
116
+ </div>
117
+ </div>
118
+ <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition">
119
+ <img src="https://images.unsplash.com/photo-1637858868799-7f26a0640eb6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Labubu Rainbow" class="w-full h-48 object-cover">
120
+ <div class="p-4">
121
+ <h3 class="font-semibold mb-1">Rainbow Edition</h3>
122
+ <p class="text-sm text-gray-600 mb-2">$49.99</p>
123
+ </div>
124
+ </div>
125
+ <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition">
126
+ <img src="https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Labubu Galaxy" class="w-full h-48 object-cover">
127
+ <div class="p-4">
128
+ <h3 class="font-semibold mb-1">Galaxy Edition</h3>
129
+ <p class="text-sm text-gray-600 mb-2">$59.99</p>
130
+ </div>
131
+ </div>
132
+ </div>
133
+ </div>
134
+ </section>
135
+
136
+ <!-- Artist Section -->
137
+ <section class="py-16 bg-gray-50">
138
+ <div class="container mx-auto px-4">
139
+ <div class="flex flex-col md:flex-row items-center">
140
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
141
+ <img src="https://images.unsplash.com/photo-1637858868799-7f26a0640eb6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="Kasing Lung with Labubu" class="rounded-lg shadow-md w-full h-auto">
142
+ </div>
143
+ <div class="md:w-1/2">
144
+ <h2 class="text-3xl font-bold mb-6">Meet the Artist</h2>
145
+ <p class="text-gray-600 mb-4">Kasing Lung is the talented artist behind the Labubu universe. His whimsical characters and imaginative worlds have captured the hearts of collectors worldwide.</p>
146
+ <p class="text-gray-600 mb-6">Each Labubu figure is carefully designed with unique personalities and stories, making them more than just toys - they're works of art.</p>
147
+ <button class="bg-pink-600 text-white px-6 py-3 rounded-full font-semibold hover:bg-pink-700 transition">Learn More</button>
148
+ </div>
149
+ </div>
150
+ </div>
151
+ </section>
152
+
153
+ <!-- Newsletter Section -->
154
+ <section class="py-16 bg-pink-600 text-white">
155
+ <div class="container mx-auto px-4 text-center">
156
+ <h2 class="text-3xl font-bold mb-4">Join the Labubu Family</h2>
157
+ <p class="text-xl mb-8 max-w-2xl mx-auto">Subscribe to get updates on new releases, events and exclusive offers</p>
158
+ <div class="max-w-md mx-auto flex">
159
+ <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-l-full focus:outline-none text-gray-800">
160
+ <button class="bg-white text-pink-600 px-6 py-3 rounded-r-full font-semibold hover:bg-gray-100 transition">Subscribe</button>
161
+ </div>
162
+ </div>
163
+ </section>
164
+
165
+ <!-- Footer -->
166
+ <footer class="bg-gray-900 text-white py-12">
167
+ <div class="container mx-auto px-4">
168
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
169
+ <div>
170
+ <h3 class="text-xl font-bold mb-4">LABUBU</h3>
171
+ <p class="text-gray-400">Magical creatures from the imagination of Kasing Lung</p>
172
+ </div>
173
+ <div>
174
+ <h4 class="font-semibold mb-4">Shop</h4>
175
+ <ul class="space-y-2">
176
+ <li><a href="#" class="text-gray-400 hover:text-white">All Products</a></li>
177
+ <li><a href="#" class="text-gray-400 hover:text-white">New Arrivals</a></li>
178
+ <li><a href="#" class="text-gray-400 hover:text-white">Limited Editions</a></li>
179
+ </ul>
180
+ </div>
181
+ <div>
182
+ <h4 class="font-semibold mb-4">About</h4>
183
+ <ul class="space-y-2">
184
+ <li><a href="#" class="text-gray-400 hover:text-white">Our Story</a></li>
185
+ <li><a href="#" class="text-gray-400 hover:text-white">The Artist</a></li>
186
+ <li><a href="#" class="text-gray-400 hover:text-white">Events</a></li>
187
+ </ul>
188
+ </div>
189
+ <div>
190
+ <h4 class="font-semibold mb-4">Connect</h4>
191
+ <div class="flex space-x-4">
192
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-instagram"></i></a>
193
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-facebook"></i></a>
194
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-twitter"></i></a>
195
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-weibo"></i></a>
196
+ </div>
197
+ </div>
198
+ </div>
199
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
200
+ <p>© 2023 Labubu Official. All rights reserved.</p>
201
+ </div>
202
+ </div>
203
+ </footer>
204
+ <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=haaaaaaaa1/labubuwebsite" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
205
+ </html>