File size: 9,614 Bytes
f8942df
 
 
 
 
 
0c9f0c6
 
 
 
 
 
 
 
 
 
 
 
 
 
7dc970e
0c9f0c6
 
 
7dc970e
0c9f0c6
7dc970e
0c9f0c6
 
 
7dc970e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e30889b
 
7dc970e
 
 
 
 
 
 
 
 
 
 
e30889b
7dc970e
 
e30889b
7dc970e
 
 
e30889b
7dc970e
 
 
0c9f0c6
e30889b
 
 
 
 
 
 
 
 
 
 
 
 
 
7dc970e
0c9f0c6
 
 
 
 
 
 
 
 
 
 
7dc970e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0c9f0c6
 
 
 
7dc970e
0c9f0c6
 
7dc970e
0c9f0c6
 
 
 
 
f5f758b
7dc970e
 
 
f5f758b
 
7dc970e
 
 
 
 
0c9f0c6
 
 
7dc970e
0c9f0c6
 
 
 
7dc970e
0c9f0c6
 
 
 
 
 
 
 
7dc970e
 
 
 
0c9f0c6
 
 
 
 
 
7dc970e
0c9f0c6
 
 
 
 
 
7dc970e
0c9f0c6
7dc970e
0c9f0c6
 
 
 
 
 
7dc970e
 
 
0c9f0c6
7dc970e
 
0c9f0c6
 
 
 
e30889b
7dc970e
 
 
0c9f0c6
 
 
 
 
 
 
 
 
 
7dc970e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e30889b
 
 
 
 
7dc970e
e30889b
7dc970e
 
 
e30889b
 
 
7dc970e
 
 
0c9f0c6
 
7dc970e
 
 
 
 
0c9f0c6
 
f36504f
f5f758b
0c9f0c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7dc970e
0c9f0c6
 
8c453b0
f8942df
 
0c9f0c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GiniGen AI</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            background: linear-gradient(135deg, #fef9f3 0%, #f0e6fa 50%, #e6f0fa 100%);
            min-height: 100vh;
            padding: 40px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .header {
            text-align: center;
            margin-bottom: 20px;
        }
        .header h1 {
            color: #6b5b7a;
            font-size: 2.8rem;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }
        .header p {
            color: #8b7b9b;
            font-size: 1.2rem;
        }
        
        /* SOTA λͺ¨λΈ μ„€λͺ… μ„Ήμ…˜ */
        .sota-section {
            max-width: 1400px;
            margin: 0 auto 30px auto;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 20px;
            padding: 30px 40px;
            color: white;
            box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
        }
        .sota-section h2 {
            font-size: 1.6rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .sota-section p {
            font-size: 1.05rem;
            line-height: 1.7;
            opacity: 0.95;
        }
        .model-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 15px;
        }
        .model-tag {
            background: rgba(255,255,255,0.2);
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            backdrop-filter: blur(10px);
        }
        
        /* Hugwarts Banana μ„Ήμ…˜ */
        .hugwarts-section {
            max-width: 1400px;
            margin: 0 auto 30px auto;
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            border-radius: 20px;
            padding: 25px 40px;
            color: white;
            box-shadow: 0 10px 40px rgba(240, 147, 251, 0.3);
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .hugwarts-icon {
            font-size: 3rem;
        }
        .hugwarts-content h3 {
            font-size: 1.4rem;
            margin-bottom: 8px;
        }
        .hugwarts-content p {
            font-size: 1rem;
            opacity: 0.95;
            line-height: 1.6;
        }
        .hugwarts-name {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 10px;
            font-size: 0.9rem;
            opacity: 0.9;
        }
        .hugwarts-name span {
            background: rgba(255,255,255,0.25);
            padding: 4px 12px;
            border-radius: 15px;
            font-weight: 600;
        }
        
        .container {
            display: flex;
            gap: 40px;
            max-width: 1400px;
            margin: 0 auto;
            align-items: flex-start;
        }
        .left-section {
            flex: 1;
            text-align: center;
        }
        .image-wrapper {
            position: relative;
            display: inline-block;
        }
        .image-wrapper::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            background: linear-gradient(135deg, #667eea, #764ba2, #f093fb, #f5576c);
            border-radius: 20px;
            z-index: -1;
            opacity: 0.7;
            filter: blur(15px);
        }
        .left-section img {
            width: 100%;
            max-width: 600px;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.2);
            cursor: pointer;
            transition: transform 0.3s ease;
            border: 3px solid white;
        }
        .left-section img:hover {
            transform: scale(1.02);
        }
        .visit-btn {
            display: inline-block;
            margin-top: 25px;
            padding: 18px 50px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1.2rem;
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .visit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
        }
        .right-section {
            flex: 1;
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        }
        .right-section h2 {
            color: #6b5b7a;
            font-size: 1.5rem;
            margin-bottom: 20px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        .service-list {
            list-style: none;
        }
        .service-list li {
            padding: 12px 15px;
            margin-bottom: 8px;
            background: linear-gradient(135deg, #f8f4ff 0%, #f0f4ff 100%);
            border-radius: 10px;
            color: #5a4a6a;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            border-left: 3px solid #667eea;
        }
        .service-list li:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 15px rgba(107, 91, 122, 0.15);
        }
        .service-icon {
            font-size: 1.2rem;
            width: 30px;
            text-align: center;
        }
        
        /* λ°˜μ‘ν˜• */
        @media (max-width: 900px) {
            .container {
                flex-direction: column;
            }
            .hugwarts-section {
                flex-direction: column;
                text-align: center;
            }
        }
    </style>
</head>
<body>

<div class="header">
    <h1>GiniGen AI</h1>
    <p>All-in-One AI Creative Platform</p>
</div>

<!-- SOTA λͺ¨λΈ μ„€λͺ… -->
<div class="sota-section">
    <h2>Powered by State-of-the-Art AI Models</h2>
    <p>
        GiniGen AI integrates the latest and highest-performing SOTA models with powerful Custom Add-ons, 
        delivering an unparalleled creative experience. Experience next-generation AI capabilities 
        that push the boundaries of what's possible.
    </p>
    <div class="model-tags">
        <span class="model-tag">Nano Banana Pro</span>
        <span class="model-tag">Kling 2.6</span>
        <span class="model-tag">Kling o1</span>
        <span class="model-tag">Seedream 4.5</span>
        <span class="model-tag">Seedance-1-Pro</span>
        <span class="model-tag">Custom Add-ons</span>
    </div>
</div>

<!-- Hugwarts Banana μ„Ήμ…˜ -->
<div class="hugwarts-section">
    <div class="hugwarts-icon">πŸͺ„</div>
    <div class="hugwarts-content">
        <h3>Hugwarts Banana - Magical Custom Add-on</h3>
        <p>
            Hugwarts Banana pushes AI technology to its absolute limits, implementing magical custom add-on 
            features that transform the impossible into reality. Unlock extraordinary creative powers 
            that feel like pure wizardry.
        </p>
        <div class="hugwarts-name">
            <span>HUG</span> from Hugging Face + <span>WARTS</span> from Hogwarts = <span>HUGWARTS</span> Magic!
        </div>
    </div>
</div>

<div class="container">
    <div class="left-section">
        <div class="image-wrapper">
            <a href="https://ginigen.ai/en" target="_blank">
                <img src="screenshot.png" alt="GiniGen AI Preview">
            </a>
        </div>
        <br>
        <a href="https://ginigen.ai/en" target="_blank" class="visit-btn">
            Visit GiniGen AI
        </a>
    </div>
    
    <div class="right-section">
        <h2>13 AI Services</h2>
        <ul class="service-list">
            <li><span class="service-icon">🎨</span> Image Generation & Editing</li>
            <li><span class="service-icon">🎬</span> Image to Video Generation</li>
            <li><span class="service-icon">🎀</span> Voice Clone / TTS</li>
            <li><span class="service-icon">🎡</span> Music & Song Generation</li>
            <li><span class="service-icon">πŸ‘„</span> Lip-Sync Video (Image + Audio)</li>
            <li><span class="service-icon">πŸ“°</span> Card News Generation</li>
            <li><span class="service-icon">🎭</span> Card Toon (Toon-style Card News)</li>
            <li><span class="service-icon">🎞️</span> Movie Storyboard Generation</li>
            <li><span class="service-icon">πŸ“±</span> Short Toon Generation</li>
            <li><span class="service-icon">πŸ“Ή</span> Short-Form Video Generation</li>
            <li><span class="service-icon">πŸ“Š</span> Diagram Generation</li>
            <li><span class="service-icon">πŸ“</span> Movie Scenario Generation</li>
            <li><span class="service-icon">πŸŽ₯</span> Video Editing & Generation</li>
        </ul>
    </div>
</div>

</body>
</html>