File size: 12,767 Bytes
c5b5d68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Account - Toolbox Haven</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <link rel="stylesheet" href="style.css">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
</head>
<body class="bg-gray-900 text-white">
    <div id="vanta-bg" class="vanta-bg"></div>
    
    <div class="container mx-auto px-4 py-8">
        <!-- Header -->
        <header class="flex justify-between items-center mb-12">
            <div class="flex items-center space-x-3">
                <a href="index.html">
                    <i data-feather="tool" class="w-8 h-8 text-blue-400"></i>
                </a>
                <h1 class="text-3xl font-bold bg-gradient-to-r from-blue-400 to-purple-500 bg-clip-text text-transparent">Toolbox Haven</h1>
            </div>
            <nav class="hidden md:flex space-x-6">
                <a href="index.html" class="hover:text-blue-400 transition">Dashboard</a>
                <a href="tool-python.html" class="hover:text-blue-400 transition">Tools</a>
                <a href="account.html" class="text-blue-400 transition">Account</a>
                <a href="#" class="hover:text-blue-400 transition">Docs</a>
            </nav>
            <button class="md:hidden">
                <i data-feather="menu" class="w-6 h-6"></i>
            </button>
        </header>

        <!-- Main Content -->
        <main>
            <!-- Account Header -->
            <div class="glass-card rounded-xl p-6 mb-8">
                <div class="flex flex-col md:flex-row items-start md:items-center justify-between">
                    <div class="flex items-center space-x-4 mb-4 md:mb-0">
                        <div class="w-20 h-20 bg-gray-700 rounded-full flex items-center justify-center">
                            <i data-feather="user" class="w-10 h-10 text-gray-400"></i>
                        </div>
                        <div>
                            <h2 class="text-2xl font-bold">John Doe</h2>
                            <p class="text-gray-300">Premium Member</p>
                        </div>
                    </div>
                    <div class="grid grid-cols-2 md:grid-cols-4 gap-4">
                        <div class="bg-gray-800 p-3 rounded-lg text-center">
                            <p class="text-gray-400 text-sm">Tools</p>
                            <p class="text-xl font-bold">12</p>
                        </div>
                        <div class="bg-gray-800 p-3 rounded-lg text-center">
                            <p class="text-gray-400 text-sm">Listings</p>
                            <p class="text-xl font-bold">5</p>
                        </div>
                        <div class="bg-gray-800 p-3 rounded-lg text-center">
                            <p class="text-gray-400 text-sm">Rating</p>
                            <p class="text-xl font-bold">4.8</p>
                        </div>
                        <div class="bg-gray-800 p-3 rounded-lg text-center">
                            <p class="text-gray-400 text-sm">Member Since</p>
                            <p class="text-xl font-bold">2022</p>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Tools and Listings -->
            <div class="grid grid-cols-1 lg:grid-cols-2 gap-6 mb-8">
                <!-- Your Tools Section -->
                <div class="glass-card rounded-xl p-6">
                    <div class="flex justify-between items-center mb-6">
                        <h3 class="text-xl font-bold">Your Tools</h3>
                        <button class="text-blue-400 text-sm font-medium flex items-center">
                            View All <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
                        </button>
                    </div>
                    <div class="space-y-4">
                        <!-- Tool 1 -->
                        <div class="flex items-center p-3 bg-gray-800 rounded-lg">
                            <div class="bg-blue-500 bg-opacity-20 p-2 rounded-lg mr-3">
                                <i data-feather="code" class="w-5 h-5 text-blue-400"></i>
                            </div>
                            <div class="flex-grow">
                                <h4 class="font-medium">Code Analyzer</h4>
                                <p class="text-gray-400 text-sm">Last used 2 days ago</p>
                            </div>
                            <i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
                        </div>
                        <!-- Tool 2 -->
                        <div class="flex items-center p-3 bg-gray-800 rounded-lg">
                            <div class="bg-green-500 bg-opacity-20 p-2 rounded-lg mr-3">
                                <i data-feather="database" class="w-5 h-5 text-green-400"></i>
                            </div>
                            <div class="flex-grow">
                                <h4 class="font-medium">Query Builder</h4>
                                <p class="text-gray-400 text-sm">Last used 1 day ago</p>
                            </div>
                            <i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
                        </div>
                        <!-- Tool 3 -->
                        <div class="flex items-center p-3 bg-gray-800 rounded-lg">
                            <div class="bg-purple-500 bg-opacity-20 p-2 rounded-lg mr-3">
                                <i data-feather="bar-chart-2" class="w-5 h-5 text-purple-400"></i>
                            </div>
                            <div class="flex-grow">
                                <h4 class="font-medium">Data Visualizer</h4>
                                <p class="text-gray-400 text-sm">Last used 1 week ago</p>
                            </div>
                            <i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
                        </div>
                    </div>
                </div>

                <!-- Your Listings Section -->
                <div class="glass-card rounded-xl p-6">
                    <div class="flex justify-between items-center mb-6">
                        <h3 class="text-xl font-bold">Your Listings</h3>
                        <button class="text-blue-400 text-sm font-medium flex items-center">
                            View All <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
                        </button>
                    </div>
                    <div class="space-y-4">
                        <!-- Listing 1 -->
                        <div class="flex items-center p-3 bg-gray-800 rounded-lg">
                            <div class="bg-yellow-500 bg-opacity-20 p-2 rounded-lg mr-3">
                                <i data-feather="dollar-sign" class="w-5 h-5 text-yellow-400"></i>
                            </div>
                            <div class="flex-grow">
                                <h4 class="font-medium">Premium Tool Access</h4>
                                <p class="text-gray-400 text-sm">2 active purchases</p>
                            </div>
                            <i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
                        </div>
                        <!-- Listing 2 -->
                        <div class="flex items-center p-3 bg-gray-800 rounded-lg">
                            <div class="bg-red-500 bg-opacity-20 p-2 rounded-lg mr-3">
                                <i data-feather="key" class="w-5 h-5 text-red-400"></i>
                            </div>
                            <div class="flex-grow">
                                <h4 class="font-medium">Account API Keys</h4>
                                <p class="text-gray-400 text-sm">Limited edition</p>
                            </div>
                            <i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
                        </div>
                        <!-- Listing 3 -->
                        <div class="flex items-center p-3 bg-gray-800 rounded-lg">
                            <div class="bg-green-500 bg-opacity-20 p-2 rounded-lg mr-3">
                                <i data-feather="cpu" class="w-5 h-5 text-green-400"></i>
                            </div>
                            <div class="flex-grow">
                                <h4 class="font-medium">AI Model Package</h4>
                                <p class="text-gray-400 text-sm">5 remaining</p>
                            </div>
                            <i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Recent Activity -->
            <div class="glass-card rounded-xl p-6 mb-8">
                <h3 class="text-xl font-bold mb-6">Recent Activity</h3>
                <div class="space-y-4">
                    <!-- Activity 1 -->
                    <div class="flex items-start">
                        <div class="bg-blue-500 bg-opacity-20 p-2 rounded-full mr-3">
                            <i data-feather="shopping-bag" class="w-5 h-5 text-blue-400"></i>
                        </div>
                        <div class="flex-grow">
                            <p class="font-medium">New purchase: Premium Tool Access</p>
                            <p class="text-gray-400 text-sm">2 hours ago - $29.99</p>
                        </div>
                        <span class="text-green-400 text-sm">Completed</span>
                    </div>
                    <!-- Activity 2 -->
                    <div class="flex items-start">
                        <div class="bg-purple-500 bg-opacity-20 p-2 rounded-full mr-3">
                            <i data-feather="tool" class="w-5 h-5 text-purple-400"></i>
                        </div>
                        <div class="flex-grow">
                            <p class="font-medium">Used: Data Visualizer</p>
                            <p class="text-gray-400 text-sm">Yesterday - 45 mins runtime</p>
                        </div>
                        <span class="text-gray-400 text-sm">Processed</span>
                    </div>
                    <!-- Activity 3 -->
                    <div class="flex items-start">
                        <div class="bg-yellow-500 bg-opacity-20 p-2 rounded-full mr-3">
                            <i data-feather="alert-circle" class="w-5 h-5 text-yellow-400"></i>
                        </div>
                        <div class="flex-grow">
                            <p class="font-medium">Payment issue detected</p>
                            <p class="text-gray-400 text-sm">3 days ago - Subscription renewal</p>
                        </div>
                        <span class="text-red-400 text-sm">Pending</span>
                    </div>
                </div>
            </div>
        </main>

        <!-- Footer -->
        <footer class="mt-16 py-6 border-t border-gray-800">
            <div class="flex flex-col md:flex-row justify-between items-center">
                <p class="text-gray-400 text-sm">© 2023 Toolbox Haven. All rights reserved.</p>
                <div class="flex space-x-6 mt-4 md:mt-0">
                    <a href="#" class="text-gray-400 hover:text-white transition">
                        <i data-feather="github" class="w-5 h-5"></i>
                    </a>
                    <a href="#" class="text-gray-400 hover:text-white transition">
                        <i data-feather="twitter" class="w-5 h-5"></i>
                    </a>
                </div>
            </div>
        </footer>
    </div>

    <script>
        // Initialize Vanta.js globe 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: 0x3a86ff,
            backgroundColor: 0x111827,
            size: 0.8
        });

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