mahen23 commited on
Commit
f73fd0f
·
verified ·
1 Parent(s): eac179a

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +360 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: New Recruit
3
- emoji: 📚
4
- colorFrom: indigo
5
- colorTo: indigo
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: new-recruit
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,360 @@
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>Global Pathways - Work Opportunities in America & London</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .bg-slideshow {
11
+ position: fixed;
12
+ top: 0;
13
+ left: 0;
14
+ width: 100%;
15
+ height: 100%;
16
+ z-index: -1;
17
+ background-size: cover;
18
+ background-position: center;
19
+ opacity: 0;
20
+ transition: opacity 2s ease-in-out;
21
+ }
22
+ .bg-slideshow.active {
23
+ opacity: 1;
24
+ }
25
+ .form-container {
26
+ backdrop-filter: blur(10px);
27
+ background-color: rgba(255, 255, 255, 0.85);
28
+ }
29
+ .flag-icon {
30
+ width: 30px;
31
+ height: 20px;
32
+ display: inline-block;
33
+ margin-right: 10px;
34
+ border: 1px solid #ddd;
35
+ }
36
+ </style>
37
+ </head>
38
+ <body class="min-h-screen flex flex-col">
39
+ <!-- Background Slideshow -->
40
+ <div class="bg-slideshow" id="slide1" style="background-image: url('https://images.unsplash.com/photo-1499092346589-b9b6be3e94b2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80');"></div>
41
+ <div class="bg-slideshow" id="slide2" style="background-image: url('https://images.unsplash.com/photo-1483728642387-6c3bdd6c93e5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2076&q=80');"></div>
42
+ <div class="bg-slideshow" id="slide3" style="background-image: url('https://images.unsplash.com/photo-1501594907352-04cda38ebc29?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1932&q=80');"></div>
43
+ <div class="bg-slideshow" id="slide4" style="background-image: url('https://images.unsplash.com/photo-1533929736458-ca588d08c8be?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');"></div>
44
+
45
+ <!-- Navigation -->
46
+ <nav class="bg-blue-900 text-white p-4 shadow-lg">
47
+ <div class="container mx-auto flex justify-between items-center">
48
+ <div class="flex items-center space-x-2">
49
+ <i class="fas fa-globe text-2xl"></i>
50
+ <h1 class="text-xl font-bold">Global Pathways</h1>
51
+ </div>
52
+ <div class="hidden md:flex space-x-6">
53
+ <a href="#" class="hover:text-blue-200">Home</a>
54
+ <a href="#" class="hover:text-blue-200">Opportunities</a>
55
+ <a href="#" class="hover:text-blue-200">Success Stories</a>
56
+ <a href="#" class="hover:text-blue-200">About Us</a>
57
+ <a href="#" class="hover:text-blue-200">Contact</a>
58
+ </div>
59
+ <button class="md:hidden">
60
+ <i class="fas fa-bars text-xl"></i>
61
+ </button>
62
+ </div>
63
+ </nav>
64
+
65
+ <!-- Hero Section -->
66
+ <section class="flex-grow flex items-center py-12 px-4">
67
+ <div class="container mx-auto flex flex-col md:flex-row items-center">
68
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
69
+ <h2 class="text-4xl md:text-5xl font-bold text-blue-900 mb-4">Your Pathway to <span class="text-blue-600">International</span> Success</h2>
70
+ <p class="text-lg text-gray-700 mb-6">We connect talented professionals from Africa with life-changing career opportunities in the USA and UK. Start your journey today!</p>
71
+
72
+ <div class="flex flex-wrap gap-4 mb-8">
73
+ <div class="flex items-center bg-white p-3 rounded-lg shadow">
74
+ <span class="flag-icon" style="background: linear-gradient(to bottom, #00247d, #00247d 33%, #fff 33%, #fff 66%, #cf142b 66%);"></span>
75
+ <span>United Kingdom</span>
76
+ </div>
77
+ <div class="flex items-center bg-white p-3 rounded-lg shadow">
78
+ <span class="flag-icon" style="background: linear-gradient(to right, #b22234, #b22234 30%, #fff 30%, #fff 38%, #3c3b6e 38%, #3c3b6e 62%, #fff 62%, #fff 70%, #b22234 70%);"></span>
79
+ <span>United States</span>
80
+ </div>
81
+ </div>
82
+
83
+ <div class="bg-green-100 border-l-4 border-green-500 p-4 mb-6">
84
+ <div class="flex">
85
+ <div class="flex-shrink-0">
86
+ <i class="fas fa-check-circle text-green-500 text-xl"></i>
87
+ </div>
88
+ <div class="ml-3">
89
+ <p class="text-sm text-green-700">
90
+ Over 5,000 successful placements since 2010. Let us help you achieve your dreams!
91
+ </p>
92
+ </div>
93
+ </div>
94
+ </div>
95
+ </div>
96
+
97
+ <!-- Signup Form -->
98
+ <div class="md:w-1/2">
99
+ <div class="form-container p-8 rounded-xl shadow-2xl max-w-md mx-auto">
100
+ <h3 class="text-2xl font-bold text-center text-blue-900 mb-6">Start Your Application</h3>
101
+
102
+ <form id="signupForm" class="space-y-4">
103
+ <div>
104
+ <label for="fullname" class="block text-sm font-medium text-gray-700">Full Name</label>
105
+ <input type="text" id="fullname" name="fullname" required class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500">
106
+ </div>
107
+
108
+ <div>
109
+ <label for="email" class="block text-sm font-medium text-gray-700">Email Address</label>
110
+ <input type="email" id="email" name="email" required class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500">
111
+ </div>
112
+
113
+ <div>
114
+ <label for="phone" class="block text-sm font-medium text-gray-700">Phone Number</label>
115
+ <input type="tel" id="phone" name="phone" required class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500">
116
+ </div>
117
+
118
+ <div>
119
+ <label for="country" class="block text-sm font-medium text-gray-700">Country of Origin</label>
120
+ <select id="country" name="country" required class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500">
121
+ <option value="">Select your country</option>
122
+ <option value="Nigeria">Nigeria</option>
123
+ <option value="Ghana">Ghana</option>
124
+ <option value="Kenya">Kenya</option>
125
+ <option value="South Africa">South Africa</option>
126
+ <option value="Ethiopia">Ethiopia</option>
127
+ <option value="Other">Other African Country</option>
128
+ </select>
129
+ </div>
130
+
131
+ <div>
132
+ <label for="destination" class="block text-sm font-medium text-gray-700">Preferred Destination</label>
133
+ <select id="destination" name="destination" required class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500">
134
+ <option value="">Select destination</option>
135
+ <option value="USA">United States</option>
136
+ <option value="UK">United Kingdom</option>
137
+ <option value="Both">Both</option>
138
+ </select>
139
+ </div>
140
+
141
+ <div>
142
+ <label for="profession" class="block text-sm font-medium text-gray-700">Profession</label>
143
+ <input type="text" id="profession" name="profession" required class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500">
144
+ </div>
145
+
146
+ <div>
147
+ <label for="experience" class="block text-sm font-medium text-gray-700">Years of Experience</label>
148
+ <select id="experience" name="experience" required class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500">
149
+ <option value="">Select experience</option>
150
+ <option value="0-2">0-2 years</option>
151
+ <option value="3-5">3-5 years</option>
152
+ <option value="6-10">6-10 years</option>
153
+ <option value="10+">10+ years</option>
154
+ </select>
155
+ </div>
156
+
157
+ <div class="flex items-center">
158
+ <input id="terms" name="terms" type="checkbox" required class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
159
+ <label for="terms" class="ml-2 block text-sm text-gray-700">
160
+ I agree to the <a href="#" class="text-blue-600 hover:text-blue-500">terms and conditions</a>
161
+ </label>
162
+ </div>
163
+
164
+ <div>
165
+ <button type="submit" class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
166
+ Submit Application
167
+ <i class="fas fa-arrow-right ml-2"></i>
168
+ </button>
169
+ </div>
170
+ </form>
171
+
172
+ <div class="mt-4 text-center text-sm text-gray-600">
173
+ Already registered? <a href="#" class="font-medium text-blue-600 hover:text-blue-500">Check your status</a>
174
+ </div>
175
+ </div>
176
+ </div>
177
+ </div>
178
+ </section>
179
+
180
+ <!-- Features Section -->
181
+ <section class="bg-white py-12 px-4">
182
+ <div class="container mx-auto">
183
+ <h2 class="text-3xl font-bold text-center text-blue-900 mb-12">Why Choose Global Pathways?</h2>
184
+
185
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
186
+ <div class="text-center p-6 rounded-lg bg-blue-50">
187
+ <div class="mx-auto flex items-center justify-center h-12 w-12 rounded-md bg-blue-600 text-white mb-4">
188
+ <i class="fas fa-passport text-xl"></i>
189
+ </div>
190
+ <h3 class="text-lg font-medium text-blue-900 mb-2">Visa Assistance</h3>
191
+ <p class="text-gray-600">Our experts guide you through the entire visa application process to maximize your chances of approval.</p>
192
+ </div>
193
+
194
+ <div class="text-center p-6 rounded-lg bg-blue-50">
195
+ <div class="mx-auto flex items-center justify-center h-12 w-12 rounded-md bg-blue-600 text-white mb-4">
196
+ <i class="fas fa-briefcase text-xl"></i>
197
+ </div>
198
+ <h3 class="text-lg font-medium text-blue-900 mb-2">Job Matching</h3>
199
+ <p class="text-gray-600">We connect you with employers that match your skills and career aspirations in your preferred destination.</p>
200
+ </div>
201
+
202
+ <div class="text-center p-6 rounded-lg bg-blue-50">
203
+ <div class="mx-auto flex items-center justify-center h-12 w-12 rounded-md bg-blue-600 text-white mb-4">
204
+ <i class="fas fa-home text-xl"></i>
205
+ </div>
206
+ <h3 class="text-lg font-medium text-blue-900 mb-2">Relocation Support</h3>
207
+ <p class="text-gray-600">From housing to cultural orientation, we provide comprehensive support to help you settle in your new country.</p>
208
+ </div>
209
+ </div>
210
+ </div>
211
+ </section>
212
+
213
+ <!-- Testimonials -->
214
+ <section class="bg-gray-100 py-12 px-4">
215
+ <div class="container mx-auto">
216
+ <h2 class="text-3xl font-bold text-center text-blue-900 mb-12">Success Stories</h2>
217
+
218
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
219
+ <div class="bg-white p-6 rounded-lg shadow">
220
+ <div class="flex items-center mb-4">
221
+ <img class="w-12 h-12 rounded-full mr-4" src="https://randomuser.me/api/portraits/women/32.jpg" alt="Testimonial">
222
+ <div>
223
+ <h4 class="font-bold text-blue-900">Amina K.</h4>
224
+ <p class="text-gray-600">Nurse in London</p>
225
+ </div>
226
+ </div>
227
+ <p class="text-gray-700">"Global Pathways made my dream of working in the UK a reality. Their guidance through the entire process was invaluable. I've been working in a London hospital for 2 years now!"</p>
228
+ <div class="mt-4 text-yellow-400">
229
+ <i class="fas fa-star"></i>
230
+ <i class="fas fa-star"></i>
231
+ <i class="fas fa-star"></i>
232
+ <i class="fas fa-star"></i>
233
+ <i class="fas fa-star"></i>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="bg-white p-6 rounded-lg shadow">
238
+ <div class="flex items-center mb-4">
239
+ <img class="w-12 h-12 rounded-full mr-4" src="https://randomuser.me/api/portraits/men/45.jpg" alt="Testimonial">
240
+ <div>
241
+ <h4 class="font-bold text-blue-900">Kwame A.</h4>
242
+ <p class="text-gray-600">Software Engineer in California</p>
243
+ </div>
244
+ </div>
245
+ <p class="text-gray-700">"I never thought I'd get a work visa for the US, but Global Pathways helped me secure a position at a top tech company. Their network of employers is truly impressive."</p>
246
+ <div class="mt-4 text-yellow-400">
247
+ <i class="fas fa-star"></i>
248
+ <i class="fas fa-star"></i>
249
+ <i class="fas fa-star"></i>
250
+ <i class="fas fa-star"></i>
251
+ <i class="fas fa-star"></i>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <div class="text-center mt-8">
257
+ <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700">
258
+ View More Success Stories
259
+ <i class="fas fa-book-open ml-2"></i>
260
+ </a>
261
+ </div>
262
+ </div>
263
+ </section>
264
+
265
+ <!-- Footer -->
266
+ <footer class="bg-blue-900 text-white py-8 px-4">
267
+ <div class="container mx-auto">
268
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
269
+ <div>
270
+ <h3 class="text-lg font-bold mb-4">Global Pathways</h3>
271
+ <p class="text-blue-200">Connecting African talent with global opportunities since 2010.</p>
272
+ <div class="flex space-x-4 mt-4">
273
+ <a href="#" class="text-blue-200 hover:text-white"><i class="fab fa-facebook-f"></i></a>
274
+ <a href="#" class="text-blue-200 hover:text-white"><i class="fab fa-twitter"></i></a>
275
+ <a href="#" class="text-blue-200 hover:text-white"><i class="fab fa-linkedin-in"></i></a>
276
+ <a href="#" class="text-blue-200 hover:text-white"><i class="fab fa-instagram"></i></a>
277
+ </div>
278
+ </div>
279
+
280
+ <div>
281
+ <h3 class="text-lg font-bold mb-4">Quick Links</h3>
282
+ <ul class="space-y-2">
283
+ <li><a href="#" class="text-blue-200 hover:text-white">Home</a></li>
284
+ <li><a href="#" class="text-blue-200 hover:text-white">Job Opportunities</a></li>
285
+ <li><a href="#" class="text-blue-200 hover:text-white">Application Process</a></li>
286
+ <li><a href="#" class="text-blue-200 hover:text-white">FAQ</a></li>
287
+ </ul>
288
+ </div>
289
+
290
+ <div>
291
+ <h3 class="text-lg font-bold mb-4">Contact Us</h3>
292
+ <ul class="space-y-2">
293
+ <li class="flex items-center">
294
+ <i class="fas fa-map-marker-alt mr-2 text-blue-200"></i>
295
+ <span class="text-blue-200">123 Global Ave, Lagos, Nigeria</span>
296
+ </li>
297
+ <li class="flex items-center">
298
+ <i class="fas fa-phone-alt mr-2 text-blue-200"></i>
299
+ <span class="text-blue-200">+234 123 456 7890</span>
300
+ </li>
301
+ <li class="flex items-center">
302
+ <i class="fas fa-envelope mr-2 text-blue-200"></i>
303
+ <span class="text-blue-200">[email protected]</span>
304
+ </li>
305
+ </ul>
306
+ </div>
307
+
308
+ <div>
309
+ <h3 class="text-lg font-bold mb-4">Newsletter</h3>
310
+ <p class="text-blue-200 mb-2">Subscribe for updates on new opportunities</p>
311
+ <form class="flex">
312
+ <input type="email" placeholder="Your email" class="px-3 py-2 rounded-l text-gray-800 w-full">
313
+ <button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r">
314
+ <i class="fas fa-paper-plane"></i>
315
+ </button>
316
+ </form>
317
+ </div>
318
+ </div>
319
+
320
+ <div class="border-t border-blue-800 mt-8 pt-6 text-center text-blue-200">
321
+ <p>&copy; 2023 Global Pathways. All rights reserved.</p>
322
+ </div>
323
+ </div>
324
+ </footer>
325
+
326
+ <script>
327
+ // Background Slideshow
328
+ document.addEventListener('DOMContentLoaded', function() {
329
+ const slides = document.querySelectorAll('.bg-slideshow');
330
+ let currentSlide = 0;
331
+
332
+ // Show first slide
333
+ slides[currentSlide].classList.add('active');
334
+
335
+ // Rotate slides every 5 seconds
336
+ setInterval(() => {
337
+ slides[currentSlide].classList.remove('active');
338
+ currentSlide = (currentSlide + 1) % slides.length;
339
+ slides[currentSlide].classList.add('active');
340
+ }, 5000);
341
+
342
+ // Form submission
343
+ const signupForm = document.getElementById('signupForm');
344
+ signupForm.addEventListener('submit', function(e) {
345
+ e.preventDefault();
346
+
347
+ // Show success message
348
+ alert('Thank you for your application! We will contact you within 3 business days.');
349
+ signupForm.reset();
350
+
351
+ // Scroll to top
352
+ window.scrollTo({
353
+ top: 0,
354
+ behavior: 'smooth'
355
+ });
356
+ });
357
+ });
358
+ </script>
359
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=mahen23/new-recruit" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
360
+ </html>