File size: 14,870 Bytes
40d0fb2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30f3d1d
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>PixelMotion Forge - Game Engine</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
    <style>
        #vanta-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            opacity: 0.7;
        }
        .card-hover {
            transition: all 0.3s ease;
        }
        .card-hover:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .editor-preview {
            background-image: url('http://static.photos/gaming/1024x576/42');
            background-size: cover;
            background-position: center;
        }
    </style>
</head>
<body class="bg-gray-900 text-white min-h-screen">
    <div id="vanta-bg"></div>
    
    <!-- Navigation -->
    <nav class="bg-gray-800 bg-opacity-90 backdrop-blur-md sticky top-0 z-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex items-center justify-between h-16">
                <div class="flex items-center">
                    <div class="flex-shrink-0">
                        <span class="text-2xl font-bold text-indigo-400">PixelMotion<span class="text-yellow-400">Forge</span></span>
                    </div>
                    <div class="hidden md:block">
                        <div class="ml-10 flex items-baseline space-x-4">
                            <a href="#" class="bg-indigo-600 text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
                            <a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Features</a>
                            <a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Docs</a>
                            <a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Community</a>
                        </div>
                    </div>
                </div>
                <div class="hidden md:block">
                    <div class="ml-4 flex items-center md:ml-6">
                        <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium flex items-center">
                            <i data-feather="download" class="w-4 h-4 mr-2"></i> Download
                        </button>
                    </div>
                </div>
                <div class="-mr-2 flex md:hidden">
                    <button type="button" class="bg-gray-800 inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none">
                        <i data-feather="menu"></i>
                    </button>
                </div>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
        <div class="text-center">
            <h1 class="text-5xl font-extrabold tracking-tight sm:text-6xl lg:text-7xl">
                <span class="block text-transparent bg-clip-text bg-gradient-to-r from-indigo-400 to-yellow-400">Create Games</span>
                <span class="block text-3xl font-medium text-gray-300 mt-4">With Ease and Style</span>
            </h1>
            <p class="mt-6 max-w-lg mx-auto text-xl text-gray-300">
                PixelMotion Forge brings powerful animation tools and intuitive level design into one seamless game engine.
            </p>
            <div class="mt-10 flex justify-center">
                <div class="rounded-md shadow">
                    <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
                        Get Started
                    </a>
                </div>
                <div class="ml-3 rounded-md shadow">
                    <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
                        Live Demo
                    </a>
                </div>
            </div>
        </div>

        <!-- Features Grid -->
        <div class="mt-24">
            <h2 class="text-3xl font-bold text-center text-gray-100 mb-12">Powerful Features</h2>
            <div class="grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
                <!-- Feature 1 -->
                <div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
                    <div class="w-12 h-12 bg-indigo-600 rounded-lg flex items-center justify-center mb-4">
                        <i data-feather="trending-up" class="w-6 h-6 text-white"></i>
                    </div>
                    <h3 class="text-xl font-bold text-white mb-2">Real-time Animation</h3>
                    <p class="text-gray-300">Smooth frame-by-frame and skeletal animation systems with intuitive timeline editing.</p>
                </div>
                
                <!-- Feature 2 -->
                <div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
                    <div class="w-12 h-12 bg-yellow-500 rounded-lg flex items-center justify-center mb-4">
                        <i data-feather="layout" class="w-6 h-6 text-white"></i>
                    </div>
                    <h3 class="text-xl font-bold text-white mb-2">Visual Level Editor</h3>
                    <p class="text-gray-300">Drag-and-drop interface with layers, grids and snapping for perfect level design.</p>
                </div>
                
                <!-- Feature 3 -->
                <div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
                    <div class="w-12 h-12 bg-green-500 rounded-lg flex items-center justify-center mb-4">
                        <i data-feather="code" class="w-6 h-6 text-white"></i>
                    </div>
                    <h3 class="text-xl font-bold text-white mb-2">Scripting Engine</h3>
                    <p class="text-gray-300">Powerful JavaScript API with auto-complete and debugging tools built-in.</p>
                </div>
                
                <!-- Feature 4 -->
                <div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
                    <div class="w-12 h-12 bg-red-500 rounded-lg flex items-center justify-center mb-4">
                        <i data-feather="cpu" class="w-6 h-6 text-white"></i>
                    </div>
                    <h3 class="text-xl font-bold text-white mb-2">Physics Engine</h3>
                    <p class="text-gray-300">Advanced 2D physics with collisions, joints, particles and soft-body simulation.</p>
                </div>
                
                <!-- Feature 5 -->
                <div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
                    <div class="w-12 h-12 bg-purple-500 rounded-lg flex items-center justify-center mb-4">
                        <i data-feather="cloud" class="w-6 h-6 text-white"></i>
                    </div>
                    <h3 class="text-xl font-bold text-white mb-2">Cloud Publishing</h3>
                    <p class="text-gray-300">One-click deploy to web, mobile and desktop platforms with cloud hosting.</p>
                </div>
                
                <!-- Feature 6 -->
                <div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
                    <div class="w-12 h-12 bg-pink-500 rounded-lg flex items-center justify-center mb-4">
                        <i data-feather="users" class="w-6 h-6 text-white"></i>
                    </div>
                    <h3 class="text-xl font-bold text-white mb-2">Multiplayer Ready</h3>
                    <p class="text-gray-300">Built-in networking for creating multiplayer games with minimal setup.</p>
                </div>
            </div>
        </div>

        <!-- Editor Preview -->
        <div class="mt-32 bg-gray-800 rounded-xl overflow-hidden border border-gray-700">
            <div class="flex items-center bg-gray-700 px-4 py-3">
                <div class="flex space-x-2">
                    <div class="w-3 h-3 rounded-full bg-red-500"></div>
                    <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
                    <div class="w-3 h-3 rounded-full bg-green-500"></div>
                </div>
                <div class="ml-4 text-sm text-gray-300">editor.pixelforge.js</div>
            </div>
            <div class="editor-preview h-96 flex items-center justify-center relative">
                <div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center">
                    <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-md text-lg font-medium flex items-center">
                        <i data-feather="play" class="w-5 h-5 mr-2"></i> Launch Editor Demo
                    </button>
                </div>
            </div>
        </div>

        <!-- CTA Section -->
        <div class="mt-32 text-center">
            <h2 class="text-3xl font-bold text-gray-100 mb-6">Ready to Create Your Masterpiece?</h2>
            <p class="text-xl text-gray-300 max-w-2xl mx-auto mb-8">
                Join thousands of developers creating amazing games with PixelMotion Forge. Free to try, easy to learn, powerful enough for professionals.
            </p>
            <div class="flex justify-center">
                <button class="bg-gradient-to-r from-indigo-500 to-purple-600 hover:from-indigo-600 hover:to-purple-700 text-white px-8 py-4 rounded-md text-lg font-medium shadow-lg">
                    Download Now - It's Free!
                </button>
            </div>
        </div>
    </main>

    <!-- Footer -->
    <footer class="bg-gray-800 mt-32">
        <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-white text-sm font-semibold uppercase tracking-wider">Product</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">Features</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Pricing</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Download</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Roadmap</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-white text-sm font-semibold uppercase tracking-wider">Resources</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">Documentation</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Tutorials</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">API Reference</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Examples</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-white text-sm font-semibold uppercase tracking-wider">Community</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">Forums</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Discord</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Showcase</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">GitHub</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-white text-sm font-semibold uppercase tracking-wider">Company</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">About</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
                    </ul>
                </div>
            </div>
            <div class="mt-12 border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between">
                <div class="flex space-x-6">
                    <a href="#" class="text-gray-400 hover:text-white">
                        <i data-feather="twitter"></i>
                    </a>
                    <a href="#" class="text-gray-400 hover:text-white">
                        <i data-feather="github"></i>
                    </a>
                    <a href="#" class="text-gray-400 hover:text-white">
                        <i data-feather="youtube"></i>
                    </a>
                    <a href="#" class="text-gray-400 hover:text-white">
                        <i data-feather="instagram"></i>
                    </a>
                </div>
                <p class="mt-4 md:mt-0 text-gray-400 text-sm">
                    © 2023 PixelMotion Forge. All rights reserved.
                </p>
            </div>
        </div>
    </footer>

    <script>
        // Initialize Vanta.js background
        VANTA.GLOBE({
            el: "#vanta-bg",
            mouseControls: true,
            touchControls: true,
            gyroControls: false,
            minHeight: 200.00,
            minWidth: 200.00,
            scale: 1.00,
            scaleMobile: 1.00,
            color: 0x3b82f6,
            backgroundColor: 0x111827
        });

        // Initialize feather icons
        feather.replace();
    </script>
</body>
</html>