File size: 9,994 Bytes
5b5deca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
000b916
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>WaveType - Under Construction</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&family=Exo+2:wght@300;400;600&display=swap" rel="stylesheet">
    <link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
    <script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <style>
        body {
            font-family: 'Exo 2', sans-serif;
            background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
            color: #e2e8f0;
            min-height: 100vh;
            overflow-x: hidden;
        }
        .orbitron {
            font-family: 'Orbitron', sans-serif;
        }
        .glow {
            text-shadow: 0 0 10px rgba(125, 255, 255, 0.7);
        }
        .card-bg {
            background: rgba(15, 23, 42, 0.7);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(94, 234, 212, 0.3);
        }
        .btn-primary {
            background: linear-gradient(45deg, #00c6ff, #0072ff);
            transition: all 0.3s ease;
        }
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 114, 255, 0.3);
        }
        .btn-secondary {
            background: linear-gradient(45deg, #ff0080, #ff8c00);
            transition: all 0.3s ease;
        }
        .btn-secondary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(255, 0, 128, 0.3);
        }
        .pulse {
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(94, 234, 212, 0.7); }
            70% { box-shadow: 0 0 0 15px rgba(94, 234, 212, 0); }
            100% { box-shadow: 0 0 0 0 rgba(94, 234, 212, 0); }
        }
        .wave-bg {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%230ea5e9' fill-opacity='0.1' d='M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
            background-size: cover;
        }
    </style>
</head>
<body class="relative">
    <!-- Background Elements -->
    <div class="absolute inset-0 z-0">
        <div class="absolute top-1/4 left-1/4 w-64 h-64 bg-blue-500 rounded-full filter blur-3xl opacity-20 animate-pulse"></div>
        <div class="absolute bottom-1/3 right-1/4 w-72 h-72 bg-purple-500 rounded-full filter blur-3xl opacity-20 animate-pulse"></div>
    </div>

    <!-- Main Content -->
    <div class="relative z-10 min-h-screen flex flex-col">
        <!-- Header -->
        <header class="py-6 px-4 sm:px-8">
            <div class="container mx-auto flex justify-between items-center">
                <div class="flex items-center space-x-2">
                    <div class="w-10 h-10 bg-gradient-to-r from-cyan-400 to-blue-500 rounded-full pulse"></div>
                    <h1 class="orbitron text-2xl font-bold glow">WAVETYPE</h1>
                </div>
                <nav>
                    <ul class="flex space-x-6">
                        <li><a href="#" class="hover:text-cyan-300 transition">Home</a></li>
                        <li><a href="#" class="hover:text-cyan-300 transition">About</a></li>
                        <li><a href="#" class="hover:text-cyan-300 transition">Contact</a></li>
                    </ul>
                </nav>
            </div>
        </header>

        <!-- Hero Section -->
        <main class="flex-grow flex items-center py-12 px-4">
            <div class="container mx-auto max-w-6xl">
                <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
                    <div data-aos="fade-right" data-aos-duration="1000">
                        <h1 class="orbitron text-5xl md:text-6xl font-bold mb-6 glow">
                            Welcome to <span class="text-cyan-300">wavetype.xyz</span>
                        </h1>
                        <p class="text-xl mb-8 text-gray-300">
                            Fantasy Rally is currently being fine-tuned. It will be available very soon. Thank you for your patience.
                        </p>
                        <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-6">
                            <a href="https://wavetype.xyz/index2.html" class="btn-primary py-3 px-8 rounded-full text-white font-semibold text-center">
                                See What's in Store
                            </a>
                            <a href="https://wavetype.xyz/create.racer-profile.html" class="btn-secondary py-3 px-8 rounded-full text-white font-semibold text-center">
                                Create a Racer Card (Unofficial*)
                            </a>
                        </div>
                    </div>
                    <div data-aos="fade-left" data-aos-duration="1000" class="flex justify-center">
                        <div class="relative">
                            <div class="absolute -inset-4 bg-gradient-to-r from-cyan-400 to-blue-500 rounded-2xl blur-lg opacity-30 animate-pulse"></div>
                            <div class="relative card-bg rounded-2xl p-8 border border-cyan-500/30">
                                <div class="text-center">
                                    <div class="w-24 h-24 mx-auto mb-6 bg-gradient-to-r from-cyan-400 to-blue-500 rounded-full flex items-center justify-center">
                                        <i data-feather="zap" class="text-white w-12 h-12"></i>
                                    </div>
                                    <h3 class="orbitron text-2xl font-bold mb-4">Under Construction</h3>
                                    <p class="text-gray-300 mb-6">
                                        Our team is working hard to bring you the ultimate fantasy racing experience. Stay tuned for updates!
                                    </p>
                                    <div class="flex justify-center space-x-2">
                                        <div class="w-3 h-3 bg-cyan-400 rounded-full animate-bounce"></div>
                                        <div class="w-3 h-3 bg-cyan-400 rounded-full animate-bounce" style="animation-delay: 0.2s;"></div>
                                        <div class="w-3 h-3 bg-cyan-400 rounded-full animate-bounce" style="animation-delay: 0.4s;"></div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </main>

        <!-- Beta Test Section -->
        <section class="py-16 wave-bg">
            <div class="container mx-auto px-4 max-w-4xl">
                <div class="card-bg rounded-2xl p-8 border border-cyan-500/30" data-aos="fade-up" data-aos-duration="1000">
                    <div class="text-center mb-10">
                        <h2 class="orbitron text-3xl font-bold mb-4 glow">Beta Test Inquiries</h2>
                        <p class="text-xl text-gray-300">
                            Want to be a part of the Beta-Testing group? Send a message below!
                        </p>
                    </div>
                    <form class="space-y-6">
                        <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                            <div>
                                <label for="name" class="block mb-2 text-gray-300">Name</label>
                                <input type="text" id="name" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-cyan-500">
                            </div>
                            <div>
                                <label for="email" class="block mb-2 text-gray-300">Email</label>
                                <input type="email" id="email" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-cyan-500">
                            </div>
                        </div>
                        <div>
                            <label for="message" class="block mb-2 text-gray-300">Message</label>
                            <textarea id="message" rows="5" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-cyan-500"></textarea>
                        </div>
                        <div class="text-center">
                            <button type="submit" class="btn-primary py-3 px-12 rounded-full text-white font-semibold">
                                Send Message
                            </button>
                        </div>
                    </form>
                </div>
            </div>
        </section>

        <!-- Footer -->
        <footer class="py-8 text-center text-gray-400">
            <div class="container mx-auto px-4">
                <p>© 2023 WaveType. All rights reserved.</p>
                <p class="mt-2 text-sm">*Unofficial content may not represent the final product.</p>
            </div>
        </footer>
    </div>

    <script>
        AOS.init({
            once: true
        });
        feather.replace();
    </script>
</body>
</html>