tongxiaojun commited on
Commit
d7834dc
·
verified ·
1 Parent(s): b0e4a96

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +602 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Jdt Space
3
- emoji: 📈
4
- colorFrom: green
5
- colorTo: purple
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: jdt-space
3
+ emoji: 🐳
4
+ colorFrom: purple
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,602 @@
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>JDT.Space - 金土豆航天探索</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <style>
9
+ @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Roboto:wght@300;400;700&display=swap');
10
+
11
+ :root {
12
+ --primary: #6b46c1;
13
+ --secondary: #f6ad55;
14
+ --dark: #1a202c;
15
+ --light: #f7fafc;
16
+ }
17
+
18
+ body {
19
+ font-family: 'Roboto', sans-serif;
20
+ background-color: var(--dark);
21
+ color: var(--light);
22
+ overflow-x: hidden;
23
+ }
24
+
25
+ .orbitron {
26
+ font-family: 'Orbitron', sans-serif;
27
+ }
28
+
29
+ .gradient-bg {
30
+ background: linear-gradient(135deg, #4c1d95 0%, #1a202c 100%);
31
+ }
32
+
33
+ .space-card {
34
+ background: rgba(26, 32, 44, 0.7);
35
+ backdrop-filter: blur(10px);
36
+ border: 1px solid rgba(107, 70, 193, 0.3);
37
+ transition: all 0.3s ease;
38
+ }
39
+
40
+ .space-card:hover {
41
+ transform: translateY(-5px);
42
+ box-shadow: 0 10px 25px rgba(107, 70, 193, 0.3);
43
+ border-color: rgba(246, 173, 85, 0.5);
44
+ }
45
+
46
+ .rocket-path {
47
+ position: absolute;
48
+ width: 100%;
49
+ height: 100%;
50
+ top: 0;
51
+ left: 0;
52
+ overflow: hidden;
53
+ }
54
+
55
+ .rocket {
56
+ position: absolute;
57
+ animation: fly 15s linear infinite;
58
+ }
59
+
60
+ @keyframes fly {
61
+ 0% {
62
+ transform: translate(-100px, 100px) rotate(15deg);
63
+ }
64
+ 100% {
65
+ transform: translate(calc(100vw + 100px), -100px) rotate(15deg);
66
+ }
67
+ }
68
+
69
+ .stars {
70
+ position: fixed;
71
+ top: 0;
72
+ left: 0;
73
+ width: 100%;
74
+ height: 100%;
75
+ z-index: -1;
76
+ }
77
+
78
+ .star {
79
+ position: absolute;
80
+ background-color: white;
81
+ border-radius: 50%;
82
+ animation: twinkle 2s infinite alternate;
83
+ }
84
+
85
+ @keyframes twinkle {
86
+ 0% { opacity: 0.2; }
87
+ 100% { opacity: 1; }
88
+ }
89
+
90
+ .countdown {
91
+ font-size: 3rem;
92
+ text-shadow: 0 0 10px rgba(246, 173, 85, 0.8);
93
+ }
94
+
95
+ .nav-link {
96
+ position: relative;
97
+ }
98
+
99
+ .nav-link::after {
100
+ content: '';
101
+ position: absolute;
102
+ width: 0;
103
+ height: 2px;
104
+ bottom: 0;
105
+ left: 0;
106
+ background-color: var(--secondary);
107
+ transition: width 0.3s ease;
108
+ }
109
+
110
+ .nav-link:hover::after {
111
+ width: 100%;
112
+ }
113
+
114
+ .hero-planet {
115
+ animation: float 6s ease-in-out infinite;
116
+ }
117
+
118
+ @keyframes float {
119
+ 0%, 100% { transform: translateY(0); }
120
+ 50% { transform: translateY(-20px); }
121
+ }
122
+ </style>
123
+ </head>
124
+ <body class="min-h-screen">
125
+ <!-- 星空背景 -->
126
+ <div class="stars" id="stars"></div>
127
+
128
+ <!-- 导航栏 -->
129
+ <nav class="gradient-bg fixed w-full z-50 shadow-lg">
130
+ <div class="container mx-auto px-6 py-4">
131
+ <div class="flex items-center justify-between">
132
+ <div class="flex items-center space-x-2">
133
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
134
+ <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
135
+ </svg>
136
+ <span class="orbitron text-2xl font-bold text-white">JDT.Space</span>
137
+ </div>
138
+ <div class="hidden md:flex items-center space-x-8">
139
+ <a href="#home" class="nav-link text-white hover:text-yellow-400 transition">首页</a>
140
+ <a href="#missions" class="nav-link text-white hover:text-yellow-400 transition">任务</a>
141
+ <a href="#technology" class="nav-link text-white hover:text-yellow-400 transition">技术</a>
142
+ <a href="#about" class="nav-link text-white hover:text-yellow-400 transition">关于</a>
143
+ <a href="#contact" class="nav-link text-white hover:text-yellow-400 transition">联系</a>
144
+ </div>
145
+ <button class="md:hidden text-white focus:outline-none">
146
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
147
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
148
+ </svg>
149
+ </button>
150
+ </div>
151
+ </div>
152
+ </nav>
153
+
154
+ <!-- 英雄区域 -->
155
+ <section id="home" class="relative pt-32 pb-20 px-4 sm:px-6 lg:px-8 flex items-center justify-center min-h-screen">
156
+ <div class="rocket-path">
157
+ <svg class="rocket w-16 h-16 text-purple-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
158
+ <path d="M5.034 11.602l-1.997-3.46L2 8.031l1.998 3.463zm10.929-3.46l-1.997 3.46 1.037.111 1.996-3.462zm-5.963-5.96L8.929 4.1l.11 1.037 1.996-3.462zm-1.55 16.302l1.963-.354-.354-1.963-1.963.354.354 1.963zm6.354-1.963l-.354 1.963 1.963.354.354-1.963-1.963-.354zm-4.8-1.863l1.037-.11-.11-1.037-1.037.11.11 1.037zM12 13.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM3 12a9 9 0 1018 0 9 9 0 00-18 0z" />
159
+ </svg>
160
+ </div>
161
+
162
+ <div class="container mx-auto text-center relative z-10">
163
+ <div class="flex justify-center mb-8">
164
+ <div class="hero-planet relative">
165
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-40 w-40 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
166
+ <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM7 9a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zm-.464 5.535a1 1 0 10-1.415-1.414 3 3 0 01-4.242 0 1 1 0 00-1.415 1.414 5 5 0 007.072 0z" clip-rule="evenodd" />
167
+ </svg>
168
+ </div>
169
+ </div>
170
+ <h1 class="orbitron text-5xl md:text-7xl font-bold mb-6 text-white">
171
+ 探索<span class="text-purple-400">宇宙</span>的<span class="text-yellow-400">金土豆</span>
172
+ </h1>
173
+ <p class="text-xl md:text-2xl text-gray-300 mb-10 max-w-3xl mx-auto">
174
+ JDT.Space 致力于推动航天技术的发展,让每个人都能触及星辰大海
175
+ </p>
176
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
177
+ <a href="#missions" class="px-8 py-3 bg-purple-600 hover:bg-purple-700 text-white font-medium rounded-full transition duration-300 transform hover:scale-105">
178
+ 探索任务
179
+ </a>
180
+ <a href="#contact" class="px-8 py-3 border-2 border-purple-400 text-purple-400 hover:bg-purple-900 hover:bg-opacity-30 font-medium rounded-full transition duration-300 transform hover:scale-105">
181
+ 加入我们
182
+ </a>
183
+ </div>
184
+ </div>
185
+ </section>
186
+
187
+ <!-- 倒计时区域 -->
188
+ <section class="py-16 bg-black bg-opacity-50 relative overflow-hidden">
189
+ <div class="absolute inset-0 flex items-center justify-center">
190
+ <div class="w-64 h-64 rounded-full bg-purple-900 opacity-20 filter blur-3xl"></div>
191
+ </div>
192
+ <div class="container mx-auto px-6 text-center relative z-10">
193
+ <h2 class="orbitron text-3xl md:text-4xl font-bold mb-6 text-white">
194
+ 下一次发射倒计时
195
+ </h2>
196
+ <div class="flex justify-center space-x-2 md:space-x-6 mb-10">
197
+ <div class="text-center">
198
+ <div class="countdown orbitron text-yellow-400" id="days">00</div>
199
+ <div class="text-gray-400">天</div>
200
+ </div>
201
+ <div class="text-center">
202
+ <div class="countdown orbitron text-yellow-400" id="hours">00</div>
203
+ <div class="text-gray-400">小时</div>
204
+ </div>
205
+ <div class="text-center">
206
+ <div class="countdown orbitron text-yellow-400" id="minutes">00</div>
207
+ <div class="text-gray-400">分钟</div>
208
+ </div>
209
+ <div class="text-center">
210
+ <div class="countdown orbitron text-yellow-400" id="seconds">00</div>
211
+ <div class="text-gray-400">秒</div>
212
+ </div>
213
+ </div>
214
+ <p class="text-lg text-gray-300 max-w-2xl mx-auto">
215
+ JDT-7 卫星即将发射,这将是我们探索火星的重要一步
216
+ </p>
217
+ </div>
218
+ </section>
219
+
220
+ <!-- 任务区域 -->
221
+ <section id="missions" class="py-20 px-4 sm:px-6 lg:px-8">
222
+ <div class="container mx-auto">
223
+ <div class="text-center mb-16">
224
+ <h2 class="orbitron text-3xl md:text-4xl font-bold mb-4 text-white">
225
+ 我们的<span class="text-purple-400">航天任务</span>
226
+ </h2>
227
+ <p class="text-xl text-gray-300 max-w-3xl mx-auto">
228
+ 从地球轨道到深空探索,JDT.Space 正在开拓人类航天新边疆
229
+ </p>
230
+ </div>
231
+
232
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
233
+ <!-- 任务卡片 1 -->
234
+ <div class="space-card rounded-xl p-8">
235
+ <div class="flex justify-center mb-6">
236
+ <div class="w-20 h-20 rounded-full bg-purple-900 bg-opacity-50 flex items-center justify-center">
237
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
238
+ <path fill-rule="evenodd" d="M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z" clip-rule="evenodd" />
239
+ </svg>
240
+ </div>
241
+ </div>
242
+ <h3 class="orbitron text-xl font-bold mb-3 text-white text-center">JDT-1 轨道卫星</h3>
243
+ <p class="text-gray-400 mb-4">
244
+ 我们的首颗地球观测卫星,提供高分辨率图像和数据,用于环境监测和城市规划。
245
+ </p>
246
+ <div class="flex justify-between text-sm text-gray-500">
247
+ <span>2018年发射</span>
248
+ <span>仍在运行</span>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- 任务卡片 2 -->
253
+ <div class="space-card rounded-xl p-8">
254
+ <div class="flex justify-center mb-6">
255
+ <div class="w-20 h-20 rounded-full bg-purple-900 bg-opacity-50 flex items-center justify-center">
256
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
257
+ <path d="M10 2a1 1 0 011 1v1.323l3.954 1.582 1.599-.8a1 1 0 011.15.15l1.483 1.482a1 1 0 01.15 1.15l-.8 1.599 1.582 3.954H17a1 1 0 01-1 1h-1.323l-1.582 3.954 1.599.8a1 1 0 01.15 1.15l-1.482 1.483a1 1 0 01-1.15.15l-1.599-.8L11 16.677V17a1 1 0 01-1 1H9v-1.323l-3.954-1.582-1.599.8a1 1 0 01-1.15-.15l-1.483-1.482a1 1 0 01-.15-1.15l.8-1.599L1.323 11H1a1 1 0 01-1-1V9h1.323l1.582-3.954-1.599-.8a1 1 0 01-.15-1.15l1.482-1.483a1 1 0 011.15-.15l1.599.8L7 4.323V3a1 1 0 011-1h2z" />
258
+ </svg>
259
+ </div>
260
+ </div>
261
+ <h3 class="orbitron text-xl font-bold mb-3 text-white text-center">JDT-3 月球探测器</h3>
262
+ <p class="text-gray-400 mb-4">
263
+ 成功登陆月球背面的探测器,传回了大量珍贵数据,为未来月球基地建设奠定基础。
264
+ </p>
265
+ <div class="flex justify-between text-sm text-gray-500">
266
+ <span>2020年发射</span>
267
+ <span>任务完成</span>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- 任务卡片 3 -->
272
+ <div class="space-card rounded-xl p-8">
273
+ <div class="flex justify-center mb-6">
274
+ <div class="w-20 h-20 rounded-full bg-purple-900 bg-opacity-50 flex items-center justify-center">
275
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
276
+ <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd" />
277
+ </svg>
278
+ </div>
279
+ </div>
280
+ <h3 class="orbitron text-xl font-bold mb-3 text-white text-center">JDT-7 火星任务</h3>
281
+ <p class="text-gray-400 mb-4">
282
+ 即将发射的火星探测器,将研究火星大气、地质和水资源分布,为人类登陆火星做准备。
283
+ </p>
284
+ <div class="flex justify-between text-sm text-gray-500">
285
+ <span>2023年发射</span>
286
+ <span>准备中</span>
287
+ </div>
288
+ </div>
289
+ </div>
290
+ </div>
291
+ </section>
292
+
293
+ <!-- 技术区域 -->
294
+ <section id="technology" class="py-20 bg-black bg-opacity-50">
295
+ <div class="container mx-auto px-4 sm:px-6 lg:px-8">
296
+ <div class="text-center mb-16">
297
+ <h2 class="orbitron text-3xl md:text-4xl font-bold mb-4 text-white">
298
+ 创新<span class="text-purple-400">航天技术</span>
299
+ </h2>
300
+ <p class="text-xl text-gray-300 max-w-3xl mx-auto">
301
+ JDT.Space 开发了一系列突破性技术,推动航天领域进步
302
+ </p>
303
+ </div>
304
+
305
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
306
+ <div>
307
+ <div class="mb-8">
308
+ <div class="flex items-center mb-4">
309
+ <div class="w-12 h-12 rounded-full bg-purple-900 bg-opacity-50 flex items-center justify-center mr-4">
310
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
311
+ <path fill-rule="evenodd" d="M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z" clip-rule="evenodd" />
312
+ </svg>
313
+ </div>
314
+ <h3 class="orbitron text-xl font-bold text-white">可重复使用火箭</h3>
315
+ </div>
316
+ <p class="text-gray-400 pl-16">
317
+ 我们的"金土豆1号"火箭实现了第一级重复使用,将发射成本降低了60%,为商业航天开辟了新道路。
318
+ </p>
319
+ </div>
320
+
321
+ <div class="mb-8">
322
+ <div class="flex items-center mb-4">
323
+ <div class="w-12 h-12 rounded-full bg-purple-900 bg-opacity-50 flex items-center justify-center mr-4">
324
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
325
+ <path fill-rule="evenodd" d="M11.49 3.17c-.38-1.56-2.6-1.56-2.98 0a1.532 1.532 0 01-2.286.948c-1.372-.836-2.942.734-2.106 2.106.54.886.061 2.042-.947 2.287-1.561.379-1.561 2.6 0 2.978a1.532 1.532 0 01.947 2.287c-.836 1.372.734 2.942 2.106 2.106a1.532 1.532 0 012.287.947c.379 1.561 2.6 1.561 2.978 0a1.533 1.533 0 012.287-.947c1.372.836 2.942-.734 2.106-2.106a1.533 1.533 0 01.947-2.287c1.561-.379 1.561-2.6 0-2.978a1.532 1.532 0 01-.947-2.287c.836-1.372-.734-2.942-2.106-2.106a1.532 1.532 0 01-2.287-.947zM10 13a3 3 0 100-6 3 3 0 000 6z" clip-rule="evenodd" />
326
+ </svg>
327
+ </div>
328
+ <h3 class="orbitron text-xl font-bold text-white">先进推进系统</h3>
329
+ </div>
330
+ <p class="text-gray-400 pl-16">
331
+ 自主研发的离子推进器比传统化学推进器效率提高5倍,使深空探测任务成为可能。
332
+ </p>
333
+ </div>
334
+
335
+ <div>
336
+ <div class="flex items-center mb-4">
337
+ <div class="w-12 h-12 rounded-full bg-purple-900 bg-opacity-50 flex items-center justify-center mr-4">
338
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
339
+ <path d="M5 4a1 1 0 00-2 0v7.268a2 2 0 000 3.464V16a1 1 0 102 0v-1.268a2 2 0 000-3.464V4zM11 4a1 1 0 10-2 0v1.268a2 2 0 000 3.464V16a1 1 0 102 0V8.732a2 2 0 000-3.464V4zM16 3a1 1 0 011 1v7.268a2 2 0 010 3.464V16a1 1 0 11-2 0v-1.268a2 2 0 010-3.464V4a1 1 0 011-1z" />
340
+ </svg>
341
+ </div>
342
+ <h3 class="orbitron text-xl font-bold text-white">人工智能导航</h3>
343
+ </div>
344
+ <p class="text-gray-400 pl-16">
345
+ 基于深度学习的自主导航系统可以在没有地面控制的情况下完成复杂机动,大大提高了任务可靠性。
346
+ </p>
347
+ </div>
348
+ </div>
349
+
350
+ <div class="relative">
351
+ <div class="w-full h-80 bg-gray-800 rounded-xl overflow-hidden relative">
352
+ <!-- 占位图片数据 - 航天器示意图 -->
353
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 400" class="w-full h-full">
354
+ <rect width="100%" height="100%" fill="#1a202c" />
355
+ <ellipse cx="400" cy="200" rx="300" ry="150" fill="#2d3748" />
356
+ <path d="M100,200 Q400,50 700,200 Q400,350 100,200" fill="none" stroke="#6b46c1" stroke-width="2" />
357
+ <path d="M200,200 Q400,100 600,200 Q400,300 200,200" fill="none" stroke="#f6ad55" stroke-width="2" />
358
+ <circle cx="400" cy="200" r="50" fill="#4a5568" />
359
+ <path d="M350,150 L450,150 L450,250 L350,250 Z" fill="#2d3748" stroke="#f6ad55" stroke-width="2" />
360
+ <path d="M400,100 L400,300" stroke="#6b46c1" stroke-width="2" stroke-dasharray="5,5" />
361
+ <text x="400" y="100" text-anchor="middle" fill="#f7fafc" font-size="20">JDT 航天器平台</text>
362
+ </svg>
363
+ </div>
364
+ <div class="absolute -bottom-6 -right-6 w-32 h-32 rounded-full bg-purple-900 bg-opacity-50 flex items-center justify-center">
365
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-16 w-16 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
366
+ <path fill-rule="evenodd" d="M12.316 3.051a1 1 0 01.633 1.265l-4 12a1 1 0 11-1.898-.632l4-12a1 1 0 011.265-.633zM5.707 6.293a1 1 0 010 1.414L3.414 10l2.293 2.293a1 1 0 11-1.414 1.414l-3-3a1 1 0 010-1.414l3-3a1 1 0 011.414 0zm8.586 0a1 1 0 011.414 0l3 3a1 1 0 010 1.414l-3 3a1 1 0 11-1.414-1.414L16.586 10l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
367
+ </svg>
368
+ </div>
369
+ </div>
370
+ </div>
371
+ </div>
372
+ </section>
373
+
374
+ <!-- 关于我们 -->
375
+ <section id="about" class="py-20">
376
+ <div class="container mx-auto px-4 sm:px-6 lg:px-8">
377
+ <div class="flex flex-col lg:flex-row items-center">
378
+ <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
379
+ <h2 class="orbitron text-3xl md:text-4xl font-bold mb-6 text-white">
380
+ 关于<span class="text-purple-400">金土豆航天</span>
381
+ </h2>
382
+ <p class="text-gray-400 mb-6">
383
+ JDT.Space 成立于2015年,由一群热爱航天事业的工程师和科学家创立。我们的使命是让航天技术更加普及,为人类探索宇宙提供更多可能性。
384
+ </p>
385
+ <p class="text-gray-400 mb-6">
386
+ 从最初的小型火箭研发到现在的深空探测任务,我们始终坚持创新和突破。金土豆这个名字源于创始人对家乡特产的怀念,也象征着我们在航天领域"扎根"的决心。
387
+ </p>
388
+ <div class="flex flex-wrap gap-4">
389
+ <div class="px-4 py-2 bg-purple-900 bg-opacity-50 rounded-full text-white">
390
+ <span class="orbitron">200+</span> 工程师
391
+ </div>
392
+ <div class="px-4 py-2 bg-purple-900 bg-opacity-50 rounded-full text-white">
393
+ <span class="orbitron">15</span> 次成功发射
394
+ </div>
395
+ <div class="px-4 py-2 bg-purple-900 bg-opacity-50 rounded-full text-white">
396
+ <span class="orbitron">7</span> 项专利技术
397
+ </div>
398
+ </div>
399
+ </div>
400
+ <div class="lg:w-1/2">
401
+ <!-- 占位图片数据 - 团队照片 -->
402
+ <div class="relative">
403
+ <div class="w-full h-96 bg-gray-800 rounded-xl overflow-hidden">
404
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 500" class="w-full h-full">
405
+ <rect width="100%" height="100%" fill="#2d3748" />
406
+ <circle cx="200" cy="150" r="50" fill="#4a5568" />
407
+ <circle cx="400" cy="150" r="50" fill="#4a5568" />
408
+ <circle cx="600" cy="150" r="50" fill="#4a5568" />
409
+ <rect x="150" y="200" width="100" height="150" fill="#6b46c1" />
410
+ <rect x="350" y="200" width="100" height="150" fill="#6b46c1" />
411
+ <rect x="550" y="200" width="100" height="150" fill="#6b46c1" />
412
+ <text x="200" y="400" text-anchor="middle" fill="#f7fafc" font-size="20">JDT 团队</text>
413
+ </svg>
414
+ </div>
415
+ <div class="absolute -bottom-6 -left-6 w-32 h-32 rounded-full bg-yellow-500 bg-opacity-20 flex items-center justify-center">
416
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-16 w-16 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
417
+ <path fill-rule="evenodd" d="M6.672 1.911a1 1 0 10-1.932.518l.259.966a1 1 0 001.932-.518l-.26-.966zM2.429 4.74a1 1 0 10-.517 1.932l.966.259a1 1 0 00.517-1.932l-.966-.26zm8.814-.569a1 1 0 00-1.415-1.414l-.707.707a1 1 0 101.415 1.415l.707-.708zm-7.071 7.072l.707-.707A1 1 0 003.465 9.12l-.708.707a1 1 0 001.415 1.415zm3.2-5.171a1 1 0 00-1.3 1.3l4 10a1 1 0 001.823.075l1.38-2.759 3.018 3.02a1 1 0 001.414-1.415l-3.019-3.02 2.76-1.379a1 1 0 00-.076-1.822l-10-4z" clip-rule="evenodd" />
418
+ </svg>
419
+ </div>
420
+ </div>
421
+ </div>
422
+ </div>
423
+ </div>
424
+ </section>
425
+
426
+ <!-- 联系表单 -->
427
+ <section id="contact" class="py-20 bg-black bg-opacity-50">
428
+ <div class="container mx-auto px-4 sm:px-6 lg:px-8">
429
+ <div class="text-center mb-16">
430
+ <h2 class="orbitron text-3xl md:text-4xl font-bold mb-4 text-white">
431
+ 加入<span class="text-purple-400">航天探索</span>
432
+ </h2>
433
+ <p class="text-xl text-gray-300 max-w-3xl mx-auto">
434
+ 无论您是投资者、合作伙伴还是未来的团队成员,我们都期待与您交流
435
+ </p>
436
+ </div>
437
+
438
+ <div class="max-w-4xl mx-auto">
439
+ <form class="space-y-6">
440
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
441
+ <div>
442
+ <label for="name" class="block text-sm font-medium text-gray-300 mb-1">姓名</label>
443
+ <input type="text" id="name" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:ring-2 focus:ring-purple-600 focus:border-transparent text-white placeholder-gray-500" placeholder="您的姓名">
444
+ </div>
445
+ <div>
446
+ <label for="email" class="block text-sm font-medium text-gray-300 mb-1">电子邮箱</label>
447
+ <input type="email" id="email" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:ring-2 focus:ring-purple-600 focus:border-transparent text-white placeholder-gray-500" placeholder="您的邮箱">
448
+ </div>
449
+ </div>
450
+ <div>
451
+ <label for="subject" class="block text-sm font-medium text-gray-300 mb-1">主题</label>
452
+ <input type="text" id="subject" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:ring-2 focus:ring-purple-600 focus:border-transparent text-white placeholder-gray-500" placeholder="邮件主题">
453
+ </div>
454
+ <div>
455
+ <label for="message" class="block text-sm font-medium text-gray-300 mb-1">消息</label>
456
+ <textarea id="message" rows="5" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:ring-2 focus:ring-purple-600 focus:border-transparent text-white placeholder-gray-500" placeholder="您的消息"></textarea>
457
+ </div>
458
+ <div>
459
+ <button type="submit" class="w-full px-6 py-4 bg-purple-600 hover:bg-purple-700 text-white font-medium rounded-lg transition duration-300 transform hover:scale-105 orbitron">
460
+ 发送消息
461
+ </button>
462
+ </div>
463
+ </form>
464
+ </div>
465
+ </div>
466
+ </section>
467
+
468
+ <!-- 页脚 -->
469
+ <footer class="gradient-bg py-12">
470
+ <div class="container mx-auto px-4 sm:px-6 lg:px-8">
471
+ <div class="flex flex-col md:flex-row justify-between items-center">
472
+ <div class="flex items-center space-x-2 mb-6 md:mb-0">
473
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-yellow-400" viewBox="0 0 20 20" fill="currentColor">
474
+ <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
475
+ </svg>
476
+ <span class="orbitron text-xl font-bold text-white">JDT.Space</span>
477
+ </div>
478
+ <div class="flex space-x-6 mb-6 md:mb-0">
479
+ <a href="#" class="text-gray-300 hover:text-yellow-400 transition">
480
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
481
+ <path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
482
+ </svg>
483
+ </a>
484
+ <a href="#" class="text-gray-300 hover:text-yellow-400 transition">
485
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
486
+ <path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
487
+ </svg>
488
+ </a>
489
+ <a href="#" class="text-gray-300 hover:text-yellow-400 transition">
490
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
491
+ <path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
492
+ </svg>
493
+ </a>
494
+ <a href="#" class="text-gray-300 hover:text-yellow-400 transition">
495
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
496
+ <path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
497
+ </svg>
498
+ </a>
499
+ </div>
500
+ <div class="text-center md:text-right">
501
+ <p class="text-gray-400 text-sm">
502
+ &copy; 2023 JDT.Space 金土豆航天. 保留所有权利.
503
+ </p>
504
+ <p class="text-gray-500 text-xs mt-1">
505
+ 探索无限可能,触及星辰大海
506
+ </p>
507
+ </div>
508
+ </div>
509
+ </div>
510
+ </footer>
511
+
512
+ <script>
513
+ // 创建星空背景
514
+ function createStars() {
515
+ const stars = document.getElementById('stars');
516
+ const count = 200;
517
+
518
+ for (let i = 0; i < count; i++) {
519
+ const star = document.createElement('div');
520
+ star.className = 'star';
521
+
522
+ // 随机位置
523
+ const x = Math.random() * 100;
524
+ const y = Math.random() * 100;
525
+
526
+ // 随机大小
527
+ const size = Math.random() * 2;
528
+
529
+ // 随机闪烁延迟
530
+ const delay = Math.random() * 2;
531
+
532
+ star.style.left = `${x}%`;
533
+ star.style.top = `${y}%`;
534
+ star.style.width = `${size}px`;
535
+ star.style.height = `${size}px`;
536
+ star.style.animationDelay = `${delay}s`;
537
+
538
+ stars.appendChild(star);
539
+ }
540
+ }
541
+
542
+ // 倒计时功能
543
+ function updateCountdown() {
544
+ // 设置下一次发射时间 (示例: 3天后)
545
+ const launchDate = new Date();
546
+ launchDate.setDate(launchDate.getDate() + 3);
547
+ launchDate.setHours(12, 0, 0, 0);
548
+
549
+ const now = new Date().getTime();
550
+ const distance = launchDate - now;
551
+
552
+ const days = Math.floor(distance / (1000 * 60 * 60 * 24));
553
+ const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
554
+ const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
555
+ const seconds = Math.floor((distance % (1000 * 60)) / 1000);
556
+
557
+ document.getElementById('days').innerHTML = days.toString().padStart(2, '0');
558
+ document.getElementById('hours').innerHTML = hours.toString().padStart(2, '0');
559
+ document.getElementById('minutes').innerHTML = minutes.toString().padStart(2, '0');
560
+ document.getElementById('seconds').innerHTML = seconds.toString().padStart(2, '0');
561
+ }
562
+
563
+ // 平滑滚动
564
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
565
+ anchor.addEventListener('click', function (e) {
566
+ e.preventDefault();
567
+
568
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
569
+ behavior: 'smooth'
570
+ });
571
+ });
572
+ });
573
+
574
+ // 初始化
575
+ document.addEventListener('DOMContentLoaded', function() {
576
+ createStars();
577
+ updateCountdown();
578
+ setInterval(updateCountdown, 1000);
579
+
580
+ // 移动端菜单切换
581
+ const mobileMenuButton = document.querySelector('.md\\:hidden');
582
+ if (mobileMenuButton) {
583
+ mobileMenuButton.addEventListener('click', function() {
584
+ const menu = document.querySelector('.md\\:flex');
585
+ if (menu) {
586
+ menu.classList.toggle('hidden');
587
+ menu.classList.toggle('flex');
588
+ menu.classList.toggle('flex-col');
589
+ menu.classList.toggle('absolute');
590
+ menu.classList.toggle('top-16');
591
+ menu.classList.toggle('left-0');
592
+ menu.classList.toggle('right-0');
593
+ menu.classList.toggle('bg-gray-900');
594
+ menu.classList.toggle('p-4');
595
+ menu.classList.toggle('space-y-4');
596
+ }
597
+ });
598
+ }
599
+ });
600
+ </script>
601
+ <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=tongxiaojun/jdt-space" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
602
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 生成一个 JDT.Space 的航天主题网站, JTD 是金土豆的简称。网站图片不要外部引用,避免无法访问。