kbthrillz commited on
Commit
2b05fda
Β·
verified Β·
1 Parent(s): e167b13

make a bot that will fill out an entire application to inquire on credit cards banks, qualifying for ebt, signing up to stores, etc. for me with the prefilled information i make for it

Browse files
Files changed (4) hide show
  1. README.md +8 -4
  2. botwizard.html +278 -0
  3. dashboard.html +294 -0
  4. index.html +231 -18
README.md CHANGED
@@ -1,10 +1,14 @@
1
  ---
2
- title: Autoapply Masterbot Wizard
3
- emoji: πŸ“‰
4
  colorFrom: pink
5
- colorTo: gray
 
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
  ---
2
+ title: AutoApply MasterBot Wizard πŸ§™
 
3
  colorFrom: pink
4
+ colorTo: yellow
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
14
+
botwizard.html ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>AutoApply MasterBot Wizard</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://unpkg.com/feather-icons"></script>
10
+ <style>
11
+ .wizard-gradient {
12
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
13
+ }
14
+ .service-card:hover {
15
+ transform: translateY(-5px);
16
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
17
+ }
18
+ </style>
19
+ </head>
20
+ <body class="min-h-screen wizard-gradient">
21
+ <div class="container mx-auto px-4 py-12">
22
+ <div class="max-w-6xl mx-auto bg-white bg-opacity-90 rounded-2xl shadow-2xl overflow-hidden">
23
+ <!-- Wizard Header -->
24
+ <div class="p-8 bg-white border-b border-gray-200">
25
+ <div class="flex flex-col items-center text-center">
26
+ <div class="w-16 h-16 rounded-full bg-gradient-to-r from-purple-500 to-blue-500 flex items-center justify-center mb-4">
27
+ <i data-feather="zap" class="text-white w-8 h-8"></i>
28
+ </div>
29
+ <h1 class="text-3xl font-bold text-gray-800">AutoApply MasterBot Wizard</h1>
30
+ <p class="text-gray-600 mt-2">Automatically apply to services using your saved profiles</p>
31
+ </div>
32
+ </div>
33
+
34
+ <!-- Service Selection -->
35
+ <div class="p-8">
36
+ <h2 class="text-xl font-semibold text-gray-800 mb-6">Select Services to Apply For</h2>
37
+
38
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
39
+ <!-- Credit Cards -->
40
+ <div class="service-card bg-white p-6 rounded-xl border border-gray-200 transition-all duration-300">
41
+ <div class="flex items-center mb-4">
42
+ <div class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mr-3">
43
+ <i data-feather="credit-card" class="text-blue-600 w-5 h-5"></i>
44
+ </div>
45
+ <h3 class="text-lg font-medium text-gray-800">Credit Cards</h3>
46
+ </div>
47
+ <p class="text-gray-600 text-sm mb-4">Automatically apply for credit cards from top banks</p>
48
+ <div class="space-y-3">
49
+ <div class="flex items-center">
50
+ <input type="checkbox" id="chase" class="rounded text-blue-600 focus:ring-blue-500">
51
+ <label for="chase" class="ml-2 text-sm text-gray-700">Chase</label>
52
+ </div>
53
+ <div class="flex items-center">
54
+ <input type="checkbox" id="amex" class="rounded text-blue-600 focus:ring-blue-500">
55
+ <label for="amex" class="ml-2 text-sm text-gray-700">American Express</label>
56
+ </div>
57
+ <div class="flex items-center">
58
+ <input type="checkbox" id="citi" class="rounded text-blue-600 focus:ring-blue-500">
59
+ <label for="citi" class="ml-2 text-sm text-gray-700">Citi Bank</label>
60
+ </div>
61
+ </div>
62
+ </div>
63
+
64
+ <!-- Government Benefits -->
65
+ <div class="service-card bg-white p-6 rounded-xl border border-gray-200 transition-all duration-300">
66
+ <div class="flex items-center mb-4">
67
+ <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center mr-3">
68
+ <i data-feather="shield" class="text-green-600 w-5 h-5"></i>
69
+ </div>
70
+ <h3 class="text-lg font-medium text-gray-800">Government Benefits</h3>
71
+ </div>
72
+ <p class="text-gray-600 text-sm mb-4">Apply for government assistance programs</p>
73
+ <div class="space-y-3">
74
+ <div class="flex items-center">
75
+ <input type="checkbox" id="ebt" class="rounded text-green-600 focus:ring-green-500">
76
+ <label for="ebt" class="ml-2 text-sm text-gray-700">EBT/SNAP</label>
77
+ </div>
78
+ <div class="flex items-center">
79
+ <input type="checkbox" id="medicaid" class="rounded text-green-600 focus:ring-green-500">
80
+ <label for="medicaid" class="ml-2 text-sm text-gray-700">Medicaid</label>
81
+ </div>
82
+ <div class="flex items-center">
83
+ <input type="checkbox" id="housing" class="rounded text-green-600 focus:ring-green-500">
84
+ <label for="housing" class="ml-2 text-sm text-gray-700">Housing Assistance</label>
85
+ </div>
86
+ </div>
87
+ </div>
88
+
89
+ <!-- Retail Memberships -->
90
+ <div class="service-card bg-white p-6 rounded-xl border border-gray-200 transition-all duration-300">
91
+ <div class="flex items-center mb-4">
92
+ <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center mr-3">
93
+ <i data-feather="shopping-bag" class="text-purple-600 w-5 h-5"></i>
94
+ </div>
95
+ <h3 class="text-lg font-medium text-gray-800">Retail Memberships</h3>
96
+ </div>
97
+ <p class="text-gray-600 text-sm mb-4">Sign up for store loyalty programs</p>
98
+ <div class="space-y-3">
99
+ <div class="flex items-center">
100
+ <input type="checkbox" id="costco" class="rounded text-purple-600 focus:ring-purple-500">
101
+ <label for="costco" class="ml-2 text-sm text-gray-700">Costco</label>
102
+ </div>
103
+ <div class="flex items-center">
104
+ <input type="checkbox" id="amazon" class="rounded text-purple-600 focus:ring-purple-500">
105
+ <label for="amazon" class="ml-2 text-sm text-gray-700">Amazon Prime</label>
106
+ </div>
107
+ <div class="flex items-center">
108
+ <input type="checkbox" id="target" class="rounded text-purple-600 focus:ring-purple-500">
109
+ <label for="target" class="ml-2 text-sm text-gray-700">Target Circle</label>
110
+ </div>
111
+ </div>
112
+ </div>
113
+
114
+ <!-- Utilities -->
115
+ <div class="service-card bg-white p-6 rounded-xl border border-gray-200 transition-all duration-300">
116
+ <div class="flex items-center mb-4">
117
+ <div class="w-10 h-10 rounded-full bg-yellow-100 flex items-center justify-center mr-3">
118
+ <i data-feather="home" class="text-yellow-600 w-5 h-5"></i>
119
+ </div>
120
+ <h3 class="text-lg font-medium text-gray-800">Utilities</h3>
121
+ </div>
122
+ <p class="text-gray-600 text-sm mb-4">Set up new utility accounts</p>
123
+ <div class="space-y-3">
124
+ <div class="flex items-center">
125
+ <input type="checkbox" id="electric" class="rounded text-yellow-600 focus:ring-yellow-500">
126
+ <label for="electric" class="ml-2 text-sm text-gray-700">Electricity</label>
127
+ </div>
128
+ <div class="flex items-center">
129
+ <input type="checkbox" id="water" class="rounded text-yellow-600 focus:ring-yellow-500">
130
+ <label for="water" class="ml-2 text-sm text-gray-700">Water</label>
131
+ </div>
132
+ <div class="flex items-center">
133
+ <input type="checkbox" id="internet" class="rounded text-yellow-600 focus:ring-yellow-500">
134
+ <label for="internet" class="ml-2 text-sm text-gray-700">Internet</label>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Subscriptions -->
140
+ <div class="service-card bg-white p-6 rounded-xl border border-gray-200 transition-all duration-300">
141
+ <div class="flex items-center mb-4">
142
+ <div class="w-10 h-10 rounded-full bg-red-100 flex items-center justify-center mr-3">
143
+ <i data-feather="tv" class="text-red-600 w-5 h-5"></i>
144
+ </div>
145
+ <h3 class="text-lg font-medium text-gray-800">Subscriptions</h3>
146
+ </div>
147
+ <p class="text-gray-600 text-sm mb-4">Sign up for digital services</p>
148
+ <div class="space-y-3">
149
+ <div class="flex items-center">
150
+ <input type="checkbox" id="netflix" class="rounded text-red-600 focus:ring-red-500">
151
+ <label for="netflix" class="ml-2 text-sm text-gray-700">Netflix</label>
152
+ </div>
153
+ <div class="flex items-center">
154
+ <input type="checkbox" id="spotify" class="rounded text-red-600 focus:ring-red-500">
155
+ <label for="spotify" class="ml-2 text-sm text-gray-700">Spotify</label>
156
+ </div>
157
+ <div class="flex items-center">
158
+ <input type="checkbox" id="gym" class="rounded text-red-600 focus:ring-red-500">
159
+ <label for="gym" class="ml-2 text-sm text-gray-700">Gym Membership</label>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Custom Service -->
165
+ <div class="service-card bg-white p-6 rounded-xl border border-gray-200 transition-all duration-300">
166
+ <div class="flex items-center mb-4">
167
+ <div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center mr-3">
168
+ <i data-feather="plus" class="text-indigo-600 w-5 h-5"></i>
169
+ </div>
170
+ <h3 class="text-lg font-medium text-gray-800">Custom Service</h3>
171
+ </div>
172
+ <p class="text-gray-600 text-sm mb-4">Add your own custom application</p>
173
+ <div class="space-y-3">
174
+ <div>
175
+ <label class="block text-sm font-medium text-gray-700 mb-1">Website URL</label>
176
+ <input type="text" class="w-full px-3 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-transparent">
177
+ </div>
178
+ <button class="mt-2 w-full bg-indigo-600 text-white py-2 px-4 rounded-lg hover:bg-indigo-700 transition-colors">
179
+ Add Custom Service
180
+ </button>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Profile Selection -->
186
+ <div class="mt-10">
187
+ <h2 class="text-xl font-semibold text-gray-800 mb-4">Select Profile to Use</h2>
188
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
189
+ <div class="border-2 border-blue-500 rounded-xl p-4">
190
+ <div class="flex items-center mb-3">
191
+ <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-3">
192
+ <i data-feather="user" class="text-blue-600 w-6 h-6"></i>
193
+ </div>
194
+ <div>
195
+ <h3 class="font-medium text-gray-800">Personal Profile</h3>
196
+ <p class="text-sm text-gray-500">John Doe</p>
197
+ </div>
198
+ </div>
199
+ <p class="text-sm text-gray-600 mb-3">Primary profile with personal information</p>
200
+ <button class="w-full bg-blue-600 text-white py-2 px-4 rounded-lg hover:bg-blue-700 transition-colors">
201
+ Select Profile
202
+ </button>
203
+ </div>
204
+
205
+ <div class="border border-gray-200 rounded-xl p-4">
206
+ <div class="flex items-center mb-3">
207
+ <div class="w-12 h-12 rounded-full bg-purple-100 flex items-center justify-center mr-3">
208
+ <i data-feather="briefcase" class="text-purple-600 w-6 h-6"></i>
209
+ </div>
210
+ <div>
211
+ <h3 class="font-medium text-gray-800">Business Profile</h3>
212
+ <p class="text-sm text-gray-500">Doe Enterprises</p>
213
+ </div>
214
+ </div>
215
+ <p class="text-sm text-gray-600 mb-3">For business applications and services</p>
216
+ <button class="w-full border border-gray-300 text-gray-700 py-2 px-4 rounded-lg hover:bg-gray-50 transition-colors">
217
+ Select Profile
218
+ </button>
219
+ </div>
220
+
221
+ <div class="border border-gray-200 rounded-xl p-4">
222
+ <div class="flex items-center mb-3">
223
+ <div class="w-12 h-12 rounded-full bg-green-100 flex items-center justify-center mr-3">
224
+ <i data-feather="plus" class="text-green-600 w-6 h-6"></i>
225
+ </div>
226
+ <div>
227
+ <h3 class="font-medium text-gray-800">Create New Profile</h3>
228
+ <p class="text-sm text-gray-500">Custom application profile</p>
229
+ </div>
230
+ </div>
231
+ <p class="text-sm text-gray-600 mb-3">Set up a specialized profile for specific needs</p>
232
+ <button class="w-full border border-gray-300 text-gray-700 py-2 px-4 rounded-lg hover:bg-gray-50 transition-colors">
233
+ Create New
234
+ </button>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Submit Section -->
240
+ <div class="mt-12 bg-blue-50 rounded-xl p-6">
241
+ <h2 class="text-xl font-semibold text-gray-800 mb-4">Ready to AutoApply</h2>
242
+ <div class="flex flex-col md:flex-row items-center justify-between">
243
+ <div>
244
+ <p class="text-gray-600 mb-4 md:mb-0">The wizard will automatically fill out all selected applications using your profile information.</p>
245
+ <div class="flex items-center text-sm text-gray-500">
246
+ <i data-feather="shield" class="w-4 h-4 mr-1"></i>
247
+ <span>Your data is encrypted and secure</span>
248
+ </div>
249
+ </div>
250
+ <button class="bg-gradient-to-r from-blue-600 to-purple-600 text-white py-3 px-8 rounded-lg hover:from-blue-700 hover:to-purple-700 transition-colors shadow-lg">
251
+ <i data-feather="zap" class="w-5 h-5 mr-2 inline"></i>
252
+ Start AutoApplying
253
+ </button>
254
+ </div>
255
+ </div>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <script>
261
+ feather.replace();
262
+
263
+ // Add click animation to service cards
264
+ document.querySelectorAll('.service-card').forEach(card => {
265
+ card.addEventListener('click', (e) => {
266
+ if (e.target.tagName !== 'INPUT' && e.target.tagName !== 'LABEL') {
267
+ const checkbox = card.querySelector('input[type="checkbox"]');
268
+ if (checkbox) {
269
+ checkbox.checked = !checkbox.checked;
270
+ card.classList.toggle('border-blue-500', checkbox.checked);
271
+ card.classList.toggle('bg-blue-50', checkbox.checked);
272
+ }
273
+ }
274
+ });
275
+ });
276
+ </script>
277
+ </body>
278
+ </html>
dashboard.html ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>AutoApp Dashboard</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://unpkg.com/feather-icons"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <style>
12
+ .sidebar {
13
+ transition: all 0.3s ease;
14
+ }
15
+ .dashboard-card {
16
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
17
+ }
18
+ .dashboard-card:hover {
19
+ transform: translateY(-5px);
20
+ box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
21
+ }
22
+ </style>
23
+ </head>
24
+ <body class="bg-gray-50">
25
+ <div class="flex h-screen overflow-hidden">
26
+ <!-- Sidebar -->
27
+ <div class="sidebar bg-purple-800 text-white w-64 flex-shrink-0 hidden md:block">
28
+ <div class="p-6">
29
+ <div class="flex items-center mb-10">
30
+ <i data-feather="zap" class="w-8 h-8 mr-2 text-yellow-300"></i>
31
+ <h1 class="text-xl font-bold">AutoApp Filler</h1>
32
+ </div>
33
+ <nav>
34
+ <ul class="space-y-4">
35
+ <li>
36
+ <a href="#" class="flex items-center px-4 py-3 rounded-lg bg-purple-700 text-white">
37
+ <i data-feather="home" class="w-5 h-5 mr-3"></i>
38
+ Dashboard
39
+ </a>
40
+ </li>
41
+ <li>
42
+ <a href="#" class="flex items-center px-4 py-3 rounded-lg hover:bg-purple-700 text-white">
43
+ <i data-feather="user" class="w-5 h-5 mr-3"></i>
44
+ My Profile
45
+ </a>
46
+ </li>
47
+ <li>
48
+ <a href="#" class="flex items-center px-4 py-3 rounded-lg hover:bg-purple-700 text-white">
49
+ <i data-feather="briefcase" class="w-5 h-5 mr-3"></i>
50
+ Applications
51
+ </a>
52
+ </li>
53
+ <li>
54
+ <a href="botwizard.html" class="flex items-center px-4 py-3 rounded-lg hover:bg-purple-700 text-white">
55
+ <i data-feather="zap" class="w-5 h-5 mr-3"></i>
56
+ AutoApply Wizard
57
+ </a>
58
+ </li>
59
+ <li>
60
+ <a href="#" class="flex items-center px-4 py-3 rounded-lg hover:bg-purple-700 text-white">
61
+ <i data-feather="settings" class="w-5 h-5 mr-3"></i>
62
+ Settings
63
+ </a>
64
+ </li>
65
+ <li>
66
+ <a href="#" class="flex items-center px-4 py-3 rounded-lg hover:bg-purple-700 text-white">
67
+ <i data-feather="help-circle" class="w-5 h-5 mr-3"></i>
68
+ Help & Support
69
+ </a>
70
+ </li>
71
+ </ul>
72
+ </nav>
73
+ </div>
74
+ </div>
75
+
76
+ <!-- Main Content -->
77
+ <div class="flex-1 overflow-auto">
78
+ <!-- Top Navigation -->
79
+ <header class="bg-white shadow-sm">
80
+ <div class="px-6 py-4 flex items-center justify-between">
81
+ <div class="flex items-center">
82
+ <button class="md:hidden mr-4">
83
+ <i data-feather="menu" class="w-6 h-6 text-gray-600"></i>
84
+ </button>
85
+ <h2 class="text-xl font-semibold text-gray-800">Dashboard</h2>
86
+ </div>
87
+ <div class="flex items-center space-x-4">
88
+ <div class="relative">
89
+ <input type="text" placeholder="Search..." class="pl-10 pr-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-500">
90
+ <i data-feather="search" class="absolute left-3 top-2.5 text-gray-400"></i>
91
+ </div>
92
+ <div class="relative">
93
+ <button class="p-1 rounded-full hover:bg-gray-100">
94
+ <i data-feather="bell" class="w-6 h-6 text-gray-600"></i>
95
+ <span class="absolute top-0 right-0 h-2 w-2 rounded-full bg-red-500"></span>
96
+ </button>
97
+ </div>
98
+ <div class="flex items-center">
99
+ <img src="http://static.photos/people/200x200/42" alt="User" class="w-8 h-8 rounded-full">
100
+ <span class="ml-2 text-sm font-medium hidden md:inline">John Doe</span>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </header>
105
+
106
+ <!-- Dashboard Content -->
107
+ <main class="p-6">
108
+ <!-- Stats Cards -->
109
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-8">
110
+ <div class="dashboard-card bg-white p-6 rounded-xl shadow-sm border-l-4 border-purple-500">
111
+ <div class="flex items-center justify-between">
112
+ <div>
113
+ <p class="text-sm font-medium text-gray-500">Total Applications</p>
114
+ <p class="text-2xl font-bold text-gray-800 mt-1">24</p>
115
+ </div>
116
+ <div class="p-3 rounded-full bg-purple-100 text-purple-600">
117
+ <i data-feather="file-text" class="w-6 h-6"></i>
118
+ </div>
119
+ </div>
120
+ <p class="text-sm text-green-500 mt-2">
121
+ <i data-feather="trending-up" class="w-4 h-4 inline"></i>
122
+ <span>12% from last month</span>
123
+ </p>
124
+ </div>
125
+
126
+ <div class="dashboard-card bg-white p-6 rounded-xl shadow-sm border-l-4 border-blue-500">
127
+ <div class="flex items-center justify-between">
128
+ <div>
129
+ <p class="text-sm font-medium text-gray-500">Pending</p>
130
+ <p class="text-2xl font-bold text-gray-800 mt-1">8</p>
131
+ </div>
132
+ <div class="p-3 rounded-full bg-blue-100 text-blue-600">
133
+ <i data-feather="clock" class="w-6 h-6"></i>
134
+ </div>
135
+ </div>
136
+ <p class="text-sm text-gray-500 mt-2">
137
+ <i data-feather="minus" class="w-4 h-4 inline"></i>
138
+ <span>Same as last month</span>
139
+ </p>
140
+ </div>
141
+
142
+ <div class="dashboard-card bg-white p-6 rounded-xl shadow-sm border-l-4 border-green-500">
143
+ <div class="flex items-center justify-between">
144
+ <div>
145
+ <p class="text-sm font-medium text-gray-500">Interview Stage</p>
146
+ <p class="text-2xl font-bold text-gray-800 mt-1">6</p>
147
+ </div>
148
+ <div class="p-3 rounded-full bg-green-100 text-green-600">
149
+ <i data-feather="calendar" class="w-6 h-6"></i>
150
+ </div>
151
+ </div>
152
+ <p class="text-sm text-green-500 mt-2">
153
+ <i data-feather="trending-up" class="w-4 h-4 inline"></i>
154
+ <span>20% from last month</span>
155
+ </p>
156
+ </div>
157
+
158
+ <div class="dashboard-card bg-white p-6 rounded-xl shadow-sm border-l-4 border-red-500">
159
+ <div class="flex items-center justify-between">
160
+ <div>
161
+ <p class="text-sm font-medium text-gray-500">Rejected</p>
162
+ <p class="text-2xl font-bold text-gray-800 mt-1">2</p>
163
+ </div>
164
+ <div class="p-3 rounded-full bg-red-100 text-red-600">
165
+ <i data-feather="x" class="w-6 h-6"></i>
166
+ </div>
167
+ </div>
168
+ <p class="text-sm text-red-500 mt-2">
169
+ <i data-feather="trending-down" class="w-4 h-4 inline"></i>
170
+ <span>5% from last month</span>
171
+ </p>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Recent Applications -->
176
+ <div class="mb-8">
177
+ <div class="flex items-center justify-between mb-6">
178
+ <h3 class="text-lg font-semibold text-gray-800">Recent Applications</h3>
179
+ <button class="flex items-center text-sm text-purple-600 hover:text-purple-800">
180
+ <i data-feather="plus" class="w-4 h-4 mr-1"></i>
181
+ New Application
182
+ </button>
183
+ </div>
184
+ <div class="bg-white rounded-xl shadow-sm overflow-hidden">
185
+ <div class="overflow-x-auto">
186
+ <table class="min-w-full divide-y divide-gray-200">
187
+ <thead class="bg-gray-50">
188
+ <tr>
189
+ <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Position</th>
190
+ <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Company</th>
191
+ <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Date</th>
192
+ <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Status</th>
193
+ <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Actions</th>
194
+ </tr>
195
+ </thead>
196
+ <tbody class="bg-white divide-y divide-gray-200">
197
+ <tr>
198
+ <td class="px-6 py-4 whitespace-nowrap">
199
+ <div class="font-medium text-gray-900">Senior UX Designer</div>
200
+ </td>
201
+ <td class="px-6 py-4 whitespace-nowrap">
202
+ <div class="text-gray-900">TechCorp</div>
203
+ </td>
204
+ <td class="px-6 py-4 whitespace-nowrap">
205
+ <div class="text-gray-500">May 15, 2023</div>
206
+ </td>
207
+ <td class="px-6 py-4 whitespace-nowrap">
208
+ <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">Interview</span>
209
+ </td>
210
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
211
+ <button class="text-purple-600 hover:text-purple-900 mr-3">
212
+ <i data-feather="eye" class="w-4 h-4"></i>
213
+ </button>
214
+ <button class="text-blue-600 hover:text-blue-900">
215
+ <i data-feather="edit" class="w-4 h-4"></i>
216
+ </button>
217
+ </td>
218
+ </tr>
219
+ <tr>
220
+ <td class="px-6 py-4 whitespace-nowrap">
221
+ <div class="font-medium text-gray-900">Product Manager</div>
222
+ </td>
223
+ <td class="px-6 py-4 whitespace-nowrap">
224
+ <div class="text-gray-900">InnovateCo</div>
225
+ </td>
226
+ <td class="px-6 py-4 whitespace-nowrap">
227
+ <div class="text-gray-500">May 10, 2023</div>
228
+ </td>
229
+ <td class="px-6 py-4 whitespace-nowrap">
230
+ <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-blue-100 text-blue-800">Pending</span>
231
+ </td>
232
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
233
+ <button class="text-purple-600 hover:text-purple-900 mr-3">
234
+ <i data-feather="eye" class="w-4 h-4"></i>
235
+ </button>
236
+ <button class="text-blue-600 hover:text-blue-900">
237
+ <i data-feather="edit" class="w-4 h-4"></i>
238
+ </button>
239
+ </td>
240
+ </tr>
241
+ <tr>
242
+ <td class="px-6 py-4 whitespace-nowrap">
243
+ <div class="font-medium text-gray-900">Frontend Developer</div>
244
+ </td>
245
+ <td class="px-6 py-4 whitespace-nowrap">
246
+ <div class="text-gray-900">WebSolutions</div>
247
+ </td>
248
+ <td class="px-6 py-4 whitespace-nowrap">
249
+ <div class="text-gray-500">May 5, 2023</div>
250
+ </td>
251
+ <td class="px-6 py-4 whitespace-nowrap">
252
+ <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-red-100 text-red-800">Rejected</span>
253
+ </td>
254
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
255
+ <button class="text-purple-600 hover:text-purple-900 mr-3">
256
+ <i data-feather="eye" class="w-4 h-4"></i>
257
+ </button>
258
+ <button class="text-blue-600 hover:text-blue-900">
259
+ <i data-feather="edit" class="w-4 h-4"></i>
260
+ </button>
261
+ </td>
262
+ </tr>
263
+ </tbody>
264
+ </table>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Application Progress -->
270
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-8 mb-8">
271
+ <div class="bg-white p-6 rounded-xl shadow-sm">
272
+ <h3 class="text-lg font-semibold text-gray-800 mb-4">Application Progress</h3>
273
+ <div class="space-y-4">
274
+ <div>
275
+ <div class="flex justify-between mb-1">
276
+ <span class="text-sm font-medium text-gray-700">TechCorp</span>
277
+ <span class="text-sm font-medium text-gray-500">Step 3/5</span>
278
+ </div>
279
+ <div class="w-full bg-gray-200 rounded-full h-2.5">
280
+ <div class="bg-purple-600 h-2.5 rounded-full" style="width: 60%"></div>
281
+ </div>
282
+ </div>
283
+ <div>
284
+ <div class="flex justify-between mb-1">
285
+ <span class="text-sm font-medium text-gray-700">InnovateCo</span>
286
+ <span class="text-sm font-medium text-gray-500">Step 1/5</span>
287
+ </div>
288
+ <div class="w-full bg-gray-200 rounded-full h-2.5">
289
+ <div class="bg-blue-500 h-2.5 rounded-full" style="width: 20%"></div>
290
+ </div>
291
+ </div>
292
+ <div>
293
+ </body>
294
+ </html>
index.html CHANGED
@@ -1,19 +1,232 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>AutoApp Filler-Bot 3000 πŸ€–</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://unpkg.com/feather-icons"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <style>
12
+ .gradient-bg {
13
+ background: linear-gradient(135deg, #6e8efb 0%, #a777e3 100%);
14
+ }
15
+ .form-card {
16
+ backdrop-filter: blur(10px);
17
+ background-color: rgba(255, 255, 255, 0.85);
18
+ }
19
+ .hover-scale {
20
+ transition: transform 0.3s ease;
21
+ }
22
+ .hover-scale:hover {
23
+ transform: scale(1.02);
24
+ }
25
+ </style>
26
+ </head>
27
+ <body class="min-h-screen gradient-bg flex items-center justify-center p-4">
28
+ <div class="max-w-4xl w-full">
29
+ <div class="form-card rounded-2xl shadow-2xl overflow-hidden hover-scale">
30
+ <div class="p-8 sm:p-10">
31
+ <div class="flex flex-col items-center mb-10">
32
+ <div class="bg-white p-4 rounded-full shadow-lg mb-4">
33
+ <i data-feather="edit-3" class="text-purple-600 w-10 h-10"></i>
34
+ </div>
35
+ <h1 class="text-3xl font-bold text-center text-gray-800">AutoApp Filler-Bot 3000</h1>
36
+ <p class="text-gray-600 mt-2 text-center">Your personal application-filling assistant</p>
37
+ </div>
38
+
39
+ <div class="space-y-6">
40
+ <!-- Profile Section -->
41
+ <div class="bg-white p-6 rounded-xl shadow-sm">
42
+ <div class="flex items-center mb-4">
43
+ <i data-feather="user" class="text-purple-600 mr-2"></i>
44
+ <h2 class="text-xl font-semibold text-gray-700">Your Profile</h2>
45
+ </div>
46
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
47
+ <div>
48
+ <label class="block text-sm font-medium text-gray-700 mb-1">Full Name</label>
49
+ <input type="text" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
50
+ </div>
51
+ <div>
52
+ <label class="block text-sm font-medium text-gray-700 mb-1">Email</label>
53
+ <input type="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
54
+ </div>
55
+ <div>
56
+ <label class="block text-sm font-medium text-gray-700 mb-1">Phone Number</label>
57
+ <input type="tel" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
58
+ </div>
59
+ <div>
60
+ <label class="block text-sm font-medium text-gray-700 mb-1">Address</label>
61
+ <input type="text" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
62
+ </div>
63
+ </div>
64
+ </div>
65
+
66
+ <!-- Employment History -->
67
+ <div class="bg-white p-6 rounded-xl shadow-sm">
68
+ <div class="flex items-center mb-4">
69
+ <i data-feather="briefcase" class="text-purple-600 mr-2"></i>
70
+ <h2 class="text-xl font-semibold text-gray-700">Employment History</h2>
71
+ </div>
72
+ <div class="space-y-4">
73
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
74
+ <div>
75
+ <label class="block text-sm font-medium text-gray-700 mb-1">Company</label>
76
+ <input type="text" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
77
+ </div>
78
+ <div>
79
+ <label class="block text-sm font-medium text-gray-700 mb-1">Position</label>
80
+ <input type="text" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
81
+ </div>
82
+ </div>
83
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
84
+ <div>
85
+ <label class="block text-sm font-medium text-gray-700 mb-1">Start Date</label>
86
+ <input type="date" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
87
+ </div>
88
+ <div>
89
+ <label class="block text-sm font-medium text-gray-700 mb-1">End Date</label>
90
+ <input type="date" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
91
+ </div>
92
+ </div>
93
+ <div>
94
+ <label class="block text-sm font-medium text-gray-700 mb-1">Responsibilities</label>
95
+ <textarea class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent" rows="3"></textarea>
96
+ </div>
97
+ </div>
98
+ <button class="mt-4 flex items-center text-purple-600 hover:text-purple-800">
99
+ <i data-feather="plus" class="w-4 h-4 mr-1"></i>
100
+ Add Another Position
101
+ </button>
102
+ </div>
103
+
104
+ <!-- Education -->
105
+ <div class="bg-white p-6 rounded-xl shadow-sm">
106
+ <div class="flex items-center mb-4">
107
+ <i data-feather="book" class="text-purple-600 mr-2"></i>
108
+ <h2 class="text-xl font-semibold text-gray-700">Education</h2>
109
+ </div>
110
+ <div class="space-y-4">
111
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
112
+ <div>
113
+ <label class="block text-sm font-medium text-gray-700 mb-1">Institution</label>
114
+ <input type="text" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
115
+ </div>
116
+ <div>
117
+ <label class="block text-sm font-medium text-gray-700 mb-1">Degree</label>
118
+ <input type="text" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
119
+ </div>
120
+ </div>
121
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
122
+ <div>
123
+ <label class="block text-sm font-medium text-gray-700 mb-1">Field of Study</label>
124
+ <input type="text" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
125
+ </div>
126
+ <div>
127
+ <label class="block text-sm font-medium text-gray-700 mb-1">Graduation Year</label>
128
+ <input type="text" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent">
129
+ </div>
130
+ </div>
131
+ </div>
132
+ <button class="mt-4 flex items-center text-purple-600 hover:text-purple-800">
133
+ <i data-feather="plus" class="w-4 h-4 mr-1"></i>
134
+ Add Another Education
135
+ </button>
136
+ </div>
137
+
138
+ <!-- Skills -->
139
+ <div class="bg-white p-6 rounded-xl shadow-sm">
140
+ <div class="flex items-center mb-4">
141
+ <i data-feather="award" class="text-purple-600 mr-2"></i>
142
+ <h2 class="text-xl font-semibold text-gray-700">Skills</h2>
143
+ </div>
144
+ <div>
145
+ <label class="block text-sm font-medium text-gray-700 mb-2">Select your skills</label>
146
+ <div class="flex flex-wrap gap-2">
147
+ <span class="skill-tag inline-flex items-center px-3 py-1 rounded-full bg-purple-100 text-purple-800">
148
+ <span>JavaScript</span>
149
+ <button class="ml-1 text-purple-500 hover:text-purple-700">
150
+ <i data-feather="x" class="w-3 h-3"></i>
151
+ </button>
152
+ </span>
153
+ <span class="skill-tag inline-flex items-center px-3 py-1 rounded-full bg-purple-100 text-purple-800">
154
+ <span>HTML/CSS</span>
155
+ <button class="ml-1 text-purple-500 hover:text-purple-700">
156
+ <i data-feather="x" class="w-3 h-3"></i>
157
+ </button>
158
+ </span>
159
+ <span class="skill-tag inline-flex items-center px-3 py-1 rounded-full bg-purple-100 text-purple-800">
160
+ <span>Project Management</span>
161
+ <button class="ml-1 text-purple-500 hover:text-purple-700">
162
+ <i data-feather="x" class="w-3 h-3"></i>
163
+ </button>
164
+ </span>
165
+ <button class="inline-flex items-center text-purple-600 hover:text-purple-800">
166
+ <i data-feather="plus" class="w-4 h-4 mr-1"></i>
167
+ Add Skill
168
+ </button>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Application Preferences -->
174
+ <div class="bg-white p-6 rounded-xl shadow-sm">
175
+ <div class="flex items-center mb-4">
176
+ <i data-feather="settings" class="text-purple-600 mr-2"></i>
177
+ <h2 class="text-xl font-semibold text-gray-700">Application Preferences</h2>
178
+ </div>
179
+ <div class="space-y-4">
180
+ <div>
181
+ <label class="flex items-center">
182
+ <input type="checkbox" class="rounded text-purple-600 focus:ring-purple-500">
183
+ <span class="ml-2 text-gray-700">Save my information for future applications</span>
184
+ </label>
185
+ </div>
186
+ <div>
187
+ <label class="flex items-center">
188
+ <input type="checkbox" class="rounded text-purple-600 focus:ring-purple-500">
189
+ <span class="ml-2 text-gray-700">Auto-fill common application fields</span>
190
+ </label>
191
+ </div>
192
+ <div>
193
+ <label class="flex items-center">
194
+ <input type="checkbox" class="rounded text-purple-600 focus:ring-purple-500">
195
+ <span class="ml-2 text-gray-700">Generate cover letter based on my profile</span>
196
+ </label>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Action Buttons -->
202
+ <div class="flex flex-col sm:flex-row justify-between gap-4 pt-6">
203
+ <button class="px-6 py-3 bg-white border border-purple-600 text-purple-600 rounded-lg hover:bg-purple-50 transition-all flex items-center justify-center">
204
+ <i data-feather="save" class="w-4 h-4 mr-2"></i>
205
+ Save Profile
206
+ </button>
207
+ <a href="botwizard.html" class="px-6 py-3 bg-purple-600 text-white rounded-lg hover:bg-purple-700 transition-all flex items-center justify-center">
208
+ <i data-feather="zap" class="w-4 h-4 mr-2"></i>
209
+ Launch AutoApply Wizard
210
+ </a>
211
+ </div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <script>
218
+ feather.replace();
219
+ // Animation for skill tags
220
+ document.querySelectorAll('.skill-tag').forEach(tag => {
221
+ tag.addEventListener('mouseover', () => {
222
+ tag.classList.add('scale-105');
223
+ tag.classList.add('shadow-md');
224
+ });
225
+ tag.addEventListener('mouseout', () => {
226
+ tag.classList.remove('scale-105');
227
+ tag.classList.remove('shadow-md');
228
+ });
229
+ });
230
+ </script>
231
+ </body>
232
  </html>