liyangbing commited on
Commit
1dc19fc
Β·
1 Parent(s): 0d93ed2
Files changed (2) hide show
  1. index.html +29 -10
  2. style.css +31 -0
index.html CHANGED
@@ -3,7 +3,21 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Wan 2.2 - Now Live on WaveSpeedAI</title>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  <link rel="stylesheet" href="style.css" />
8
  <meta http-equiv="refresh" content="5;url=https://wavespeed.ai" />
9
  </head>
@@ -12,10 +26,10 @@
12
  <div class="nav-content">
13
  <div class="nav-logo">WAN</div>
14
  <div class="nav-links">
15
- <a href="https://wavespeed.ai" class="nav-link">Home</a>
16
- <a href="https://wavespeed.ai/docs" class="nav-link">Documentation</a>
17
- <a href="https://wavespeed.ai/blog" class="nav-link">Blog</a>
18
- <a href="https://wavespeed.ai" class="nav-button">Visit WaveSpeedAI β†’</a>
19
  </div>
20
  </div>
21
  </nav>
@@ -24,25 +38,27 @@
24
  <div class="content">
25
  <div class="logo-section">
26
  <h1>Wan 2.2</h1>
 
27
  </div>
28
 
29
  <div class="announcement-section">
30
- <p class="announcement">Now Live on WaveSpeedAI !!</p>
31
  <div class="divider"></div>
 
32
  </div>
33
 
34
  <div class="features-section">
35
  <div class="feature">
36
  <h3>πŸš€ Enhanced Performance</h3>
37
- <p>Experience lightning-fast speed and improved efficiency</p>
38
  </div>
39
  <div class="feature">
40
  <h3>🎯 New Features</h3>
41
- <p>Discover the latest innovations and capabilities</p>
42
  </div>
43
  <div class="feature">
44
  <h3>🌟 Better Experience</h3>
45
- <p>Enjoy a more intuitive and seamless interface</p>
46
  </div>
47
  </div>
48
 
@@ -51,7 +67,10 @@
51
  <div class="progress-bar">
52
  <div class="progress"></div>
53
  </div>
54
- <a href="https://wavespeed.ai" class="cta-button">Visit Now β†’</a>
 
 
 
55
  </div>
56
  </div>
57
  </div>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Wan 2.2 - Advanced Video Generation by Alibaba Tongyi Lab</title>
7
+ <meta name="description" content="Wan 2.2: Advanced Large-Scale Video Generative Models by Alibaba Tongyi Lab. Experience state-of-the-art video generation capabilities." />
8
+ <meta name="keywords" content="Wan 2.2, Alibaba, Tongyi Lab, Video Generation, AI Models, Text-to-Video, Image-to-Video, WaveSpeedAI" />
9
+
10
+ <!-- Open Graph / Social Media Meta Tags -->
11
+ <meta property="og:title" content="Wan 2.2 - Advanced Video Generation by Alibaba Tongyi Lab" />
12
+ <meta property="og:description" content="Experience the next generation of video AI with Wan 2.2, developed by Alibaba Tongyi Lab" />
13
+ <meta property="og:type" content="website" />
14
+ <meta property="og:url" content="https://wavespeed.ai" />
15
+
16
+ <!-- Additional Meta Information -->
17
+ <meta name="author" content="Alibaba Tongyi Lab" />
18
+ <meta name="robots" content="index, follow" />
19
+ <link rel="canonical" href="https://wavespeed.ai" />
20
+
21
  <link rel="stylesheet" href="style.css" />
22
  <meta http-equiv="refresh" content="5;url=https://wavespeed.ai" />
23
  </head>
 
26
  <div class="nav-content">
27
  <div class="nav-logo">WAN</div>
28
  <div class="nav-links">
29
+ <a href="https://wavespeed.ai" class="nav-link" target="_blank" rel="noopener noreferrer">Home</a>
30
+ <a href="https://wavespeed.ai/docs" class="nav-link" target="_blank" rel="noopener noreferrer">Documentation</a>
31
+ <a href="https://wavespeed.ai/blog" class="nav-link" target="_blank" rel="noopener noreferrer">Blog</a>
32
+ <a href="https://wavespeed.ai" class="nav-button" target="_blank" rel="noopener noreferrer">Visit WaveSpeedAI β†’</a>
33
  </div>
34
  </div>
35
  </nav>
 
38
  <div class="content">
39
  <div class="logo-section">
40
  <h1>Wan 2.2</h1>
41
+ <p class="subtitle">By Alibaba Tongyi Lab</p>
42
  </div>
43
 
44
  <div class="announcement-section">
45
+ <p class="announcement">Coming Soon on WaveSpeedAI !!</p>
46
  <div class="divider"></div>
47
+ <p class="description">Advanced Large-Scale Video Generative Models</p>
48
  </div>
49
 
50
  <div class="features-section">
51
  <div class="feature">
52
  <h3>πŸš€ Enhanced Performance</h3>
53
+ <p>Experience lightning-fast speed and improved efficiency in video generation</p>
54
  </div>
55
  <div class="feature">
56
  <h3>🎯 New Features</h3>
57
+ <p>Discover the latest innovations in AI video generation by Tongyi Lab</p>
58
  </div>
59
  <div class="feature">
60
  <h3>🌟 Better Experience</h3>
61
+ <p>Enjoy a more intuitive and seamless interface powered by Alibaba Cloud</p>
62
  </div>
63
  </div>
64
 
 
67
  <div class="progress-bar">
68
  <div class="progress"></div>
69
  </div>
70
+ <a href="https://wavespeed.ai" class="cta-button" target="_blank" rel="noopener noreferrer">Visit Now β†’</a>
71
+ <p class="huggingface-link">
72
+ Also available on <a href="https://huggingface.co/Wan-AI" target="_blank" rel="noopener noreferrer">Hugging Face</a>
73
+ </p>
74
  </div>
75
  </div>
76
  </div>
style.css CHANGED
@@ -193,6 +193,37 @@ h1, h2 {
193
  transform: scale(1.05);
194
  }
195
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  @keyframes fadeIn {
197
  from { opacity: 0; transform: translateY(-20px); }
198
  to { opacity: 1; transform: translateY(0); }
 
193
  transform: scale(1.05);
194
  }
195
 
196
+ .subtitle {
197
+ color: #aaa;
198
+ font-size: 1.2rem;
199
+ margin-top: 0.5rem;
200
+ font-weight: 500;
201
+ }
202
+
203
+ .description {
204
+ color: #888;
205
+ font-size: 1.2rem;
206
+ margin: 1rem 0;
207
+ font-weight: 500;
208
+ }
209
+
210
+ .huggingface-link {
211
+ margin-top: 2rem;
212
+ font-size: 0.9rem;
213
+ color: #888;
214
+ }
215
+
216
+ .huggingface-link a {
217
+ color: #4CAF50;
218
+ text-decoration: none;
219
+ transition: color 0.3s ease;
220
+ }
221
+
222
+ .huggingface-link a:hover {
223
+ color: #45a049;
224
+ text-decoration: underline;
225
+ }
226
+
227
  @keyframes fadeIn {
228
  from { opacity: 0; transform: translateY(-20px); }
229
  to { opacity: 1; transform: translateY(0); }