-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
474 lines (443 loc) Β· 18.8 KB
/
Copy pathindex.html
File metadata and controls
474 lines (443 loc) Β· 18.8 KB
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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevHub - Connect Developers & Clients Worldwide</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- π Navbar -->
<nav class="navbar">
<div class="logo">DevHub</div>
<div class="nav-center">
<a href="aboutUs.html" class="nav-link">About</a>
<a href="#how-it-works" class="nav-link">How It Works</a>
<a href="services.html" class="nav-link">Services</a>
<a href="#for-who" class="nav-link">Who We Serve</a>
</div>
<div class="nav-right">
<div class="auth-buttons">
<button class="btn sign-in" id="openSignIn">Sign Up</button>
<button class="btn log-in" id="openLogIn">Log In</button>
</div>
</div>
</nav>
<!-- π― Hero Section - Main Introduction -->
<section class="hero-main">
<div class="hero-content">
<h1>Welcome to DevHub</h1>
<p class="hero-tagline">The Global Platform Connecting Talented Developers with Businesses That Need Them</p>
<p class="hero-description">
DevHub is your bridge between exceptional development talent and exciting opportunities.
Whether you're a company looking to build your next big project or a developer seeking
meaningful work, we make connections simple, secure, and successful.
</p>
<div class="hero-buttons">
<button class="hero-btn primary" onclick="window.location.href='find-developers.html'">Find Developers</button>
<button class="hero-btn secondary" onclick="document.getElementById('openSignIn').click()">Join as Developer</button>
</div>
</div>
<div class="hero-stats">
<div class="hero-stat-item">
<h3>500+</h3>
<p>Verified Developers</p>
</div>
<div class="hero-stat-item">
<h3>1,200+</h3>
<p>Successful Projects</p>
</div>
<div class="hero-stat-item">
<h3>98%</h3>
<p>Satisfaction Rate</p>
</div>
</div>
</section>
<!-- π About Section -->
<section class="about-section" id="about">
<div class="about-content">
<div class="about-text">
<h2>What is DevHub?</h2>
<p>
DevHub is a comprehensive freelance developer marketplace designed to solve the challenges
businesses face when finding quality development talent, and the struggles developers
encounter searching for legitimate, well-paying projects.
</p>
<p>
We provide a secure, transparent platform where companies can browse verified developer
profiles, view portfolios, read genuine reviews, and hire with confidence. Developers
gain access to quality projects, fair compensation, and tools to build their reputation
and grow their careers.
</p>
<div class="about-features">
<div class="feature-item">
<span class="feature-icon">β</span>
<div>
<h4>Verified Profiles</h4>
<p>All developers are vetted and verified</p>
</div>
</div>
<div class="feature-item">
<span class="feature-icon">β</span>
<div>
<h4>Secure Payments</h4>
<p>Protected transactions for both parties</p>
</div>
</div>
<div class="feature-item">
<span class="feature-icon">β</span>
<div>
<h4>Quality Assurance</h4>
<p>Review system ensures accountability</p>
</div>
</div>
</div>
</div>
<div class="about-image">
<div class="image-placeholder">
<span>π€</span>
<p>Connecting Talent with Opportunity</p>
</div>
</div>
</div>
</section>
<!-- π― Mission & Vision -->
<section class="mission-section">
<div class="mission-content">
<div class="mission-box">
<h3>π― Our Mission</h3>
<p>
To democratize access to quality development talent worldwide, creating opportunities
for skilled developers regardless of location while helping businesses of all sizes
find the perfect match for their projects.
</p>
</div>
<div class="mission-box">
<h3>ποΈ Our Vision</h3>
<p>
To become the world's most trusted platform for developer-client connections, where
talent meets opportunity, projects become reality, and careers flourish through
meaningful work and fair compensation.
</p>
</div>
</div>
</section>
<!-- π How It Works -->
<section class="how-it-works" id="how-it-works">
<h2>How DevHub Works</h2>
<p class="section-subtitle">Simple, transparent, and effective</p>
<div class="process-tabs">
<button class="tab-btn active" onclick="showTab('clients')">For Clients</button>
<button class="tab-btn" onclick="showTab('developers')">For Developers</button>
</div>
<div class="tab-content active" id="clients-tab">
<div class="steps-grid">
<div class="step-item">
<div class="step-number">1</div>
<h3>Post Your Project or Browse Developers</h3>
<p>Create a detailed project brief or search our database of verified developers with specific skills, experience levels, and ratings.</p>
</div>
<div class="step-item">
<div class="step-number">2</div>
<h3>Review Profiles & Proposals</h3>
<p>Examine developer portfolios, read client reviews, check ratings, and receive proposals from interested developers.</p>
</div>
<div class="step-item">
<div class="step-number">3</div>
<h3>Hire & Collaborate</h3>
<p>Choose your developer, agree on terms, and start working. Use our platform for communication, milestone tracking, and secure payments.</p>
</div>
<div class="step-item">
<div class="step-number">4</div>
<h3>Complete & Review</h3>
<p>Receive your completed project, release payment, and leave a review to help future clients make informed decisions.</p>
</div>
</div>
</div>
<div class="tab-content" id="developers-tab">
<div class="steps-grid">
<div class="step-item">
<div class="step-number">1</div>
<h3>Create Your Professional Profile</h3>
<p>Showcase your skills, experience, portfolio, and set your rates. Build a profile that attracts quality clients.</p>
</div>
<div class="step-item">
<div class="step-number">2</div>
<h3>Browse Projects & Apply</h3>
<p>Search for projects matching your skills and interests. Submit proposals explaining why you're the perfect fit.</p>
</div>
<div class="step-item">
<div class="step-number">3</div>
<h3>Get Hired & Deliver</h3>
<p>Once hired, communicate with clients, understand requirements, and deliver quality work on time and within budget.</p>
</div>
<div class="step-item">
<div class="step-number">4</div>
<h3>Get Paid & Build Reputation</h3>
<p>Receive secure payments upon project completion. Earn positive reviews to attract more clients and higher-paying projects.</p>
</div>
</div>
</div>
</section>
<!-- πΌ Services We Offer -->
<section class="services-section" id="services">
<h2>Our Services</h2>
<p class="section-subtitle">Two ways to connect with developers</p>
<div class="services-container">
<div class="service-box">
<div class="service-header">
<h3>π€ Direct Hire</h3>
<span class="service-badge">Most Popular</span>
</div>
<p class="service-description">
Browse our marketplace of verified developers, review their profiles, and hire directly.
You have full control over selection, terms, and project management.
</p>
<div class="service-benefits">
<h4>Perfect for:</h4>
<ul>
<li>Businesses with clear project requirements</li>
<li>Companies with internal project management</li>
<li>Clients who prefer direct developer relationships</li>
<li>Projects requiring specific technical expertise</li>
</ul>
<h4>You get:</h4>
<ul>
<li>β Access to 500+ verified developers</li>
<li>β Portfolio reviews and client ratings</li>
<li>β Direct communication and negotiation</li>
<li>β Flexible hiring terms and rates</li>
<li>β Secure payment processing</li>
</ul>
</div>
<button class="service-cta" onclick="window.location.href='find-developers.html'">Browse Developers</button>
</div>
<div class="service-box featured">
<div class="service-header">
<h3>π’ Pro Department</h3>
<span class="service-badge premium">Premium Service</span>
</div>
<p class="service-description">
Our professional team manages everything from developer selection to project delivery.
We handle the complexity so you can focus on your business.
</p>
<div class="service-benefits">
<h4>Perfect for:</h4>
<ul>
<li>Businesses without technical expertise</li>
<li>Complex projects requiring multiple developers</li>
<li>Companies needing guaranteed delivery</li>
<li>Organizations requiring project management support</li>
</ul>
<h4>You get:</h4>
<ul>
<li>β Dedicated project manager</li>
<li>β Hand-picked developer team</li>
<li>β Quality assurance and testing</li>
<li>β Regular progress updates</li>
<li>β Delivery guarantees</li>
<li>β Post-launch support</li>
</ul>
</div>
<button class="service-cta primary" onclick="alert('Contact our Pro Department team')">Get Started</button>
</div>
</div>
</section>
<!-- π₯ Who We Serve -->
<section class="who-we-serve" id="for-who">
<h2>Who DevHub Serves</h2>
<div class="serve-grid">
<div class="serve-card">
<div class="serve-icon">πΌ</div>
<h3>Startups & Entrepreneurs</h3>
<p>Building MVPs, launching products, and scaling teams with access to affordable, quality development talent.</p>
</div>
<div class="serve-card">
<div class="serve-icon">π’</div>
<h3>Small & Medium Businesses</h3>
<p>Augmenting in-house teams, developing custom solutions, and modernizing systems without full-time hiring costs.</p>
</div>
<div class="serve-card">
<div class="serve-icon">π¨</div>
<h3>Agencies & Design Studios</h3>
<p>Finding specialized developers for client projects, scaling capacity during busy periods, and filling skill gaps.</p>
</div>
<div class="serve-card">
<div class="serve-icon">π¨βπ»</div>
<h3>Freelance Developers</h3>
<p>Accessing legitimate projects, building reputation, earning fair compensation, and growing development careers.</p>
</div>
<div class="serve-card">
<div class="serve-icon">π</div>
<h3>Junior to Senior Developers</h3>
<p>Finding opportunities matching skill level, gaining experience, building portfolios, and advancing careers.</p>
</div>
<div class="serve-card">
<div class="serve-icon">π</div>
<h3>Global Talent</h3>
<p>Connecting developers worldwide with international opportunities regardless of geographic location.</p>
</div>
</div>
</section>
<!-- π― Why Choose DevHub -->
<section class="why-choose">
<h2>Why Choose DevHub?</h2>
<div class="why-grid">
<div class="why-item">
<h3>π Trust & Security</h3>
<p>Verified profiles, secure payments, transparent reviews, and dispute resolution protect both parties.</p>
</div>
<div class="why-item">
<h3>π Quality Talent</h3>
<p>All developers are vetted for skills, experience, and professionalism before joining our platform.</p>
</div>
<div class="why-item">
<h3>π° Fair Pricing</h3>
<p>Competitive rates with no hidden fees. Developers set their own rates based on skill and experience.</p>
</div>
<div class="why-item">
<h3>π€ Support</h3>
<p>Dedicated support team available to help with questions, issues, and ensuring project success.</p>
</div>
<div class="why-item">
<h3>β‘ Speed</h3>
<p>Find developers quickly with advanced search, filters, and instant communication tools.</p>
</div>
<div class="why-item">
<h3>π Growth</h3>
<p>Tools and features designed to help developers build careers and businesses scale efficiently.</p>
</div>
</div>
</section>
<!-- π CTA Section -->
<section class="final-cta">
<h2>Ready to Get Started?</h2>
<p>Join thousands of developers and businesses building the future together</p>
<div class="cta-buttons">
<button class="cta-btn clients" onclick="window.location.href='find-developers.html'">
<span class="cta-icon">π</span>
<span>I Need a Developer</span>
</button>
<button class="cta-btn developers" onclick="document.getElementById('openSignIn').click()">
<span class="cta-icon">πΌ</span>
<span>I'm a Developer</span>
</button>
</div>
</section>
<!-- π§ Footer -->
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h3>DevHub</h3>
<p>Connecting talent with opportunity, worldwide.</p>
</div>
<div class="footer-section">
<h4>Platform</h4>
<ul>
<li><a href="find-developers.html">Find Developers</a></li>
<li><a href="#">How It Works</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Success Stories</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Company</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Legal</h4>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 DevHub. All rights reserved.</p>
</div>
</footer>
<!-- Modals (Login & Signup) -->
<!-- Login Modal -->
<div class="modal" id="loginModal">
<div class="modal-content">
<button class="close-btn" onclick="closeModal('loginModal')">×</button>
<h2>Log In to DevHub</h2>
<form id="loginForm">
<input type="email" placeholder="Email address" required />
<input type="password" placeholder="Password" required />
<label><input type="checkbox" /> Remember Me</label>
<button type="submit" class="btn-primary">Log In</button>
</form>
<p style="text-align: center; margin-top: 15px;">
Don't have an account? <a href="#" onclick="closeModal('loginModal'); document.getElementById('openSignIn').click()" style="color: #667eea;">Sign Up</a>
</p>
</div>
</div>
<!-- Signup Modal -->
<div class="modal" id="signupModal">
<div class="modal-content">
<button class="close-btn" onclick="closeModal('signupModal')">×</button>
<h2>Join DevHub</h2>
<div class="step-indicator">
<div class="dot active" id="dot1"></div>
<div class="dot" id="dot2"></div>
<div class="dot" id="dot3"></div>
</div>
<form id="signupStep1" class="signup-step">
<input id="fullName" type="text" placeholder="Full Name" required />
<input id="email" type="email" placeholder="Email Address" required />
<input id="password" type="password" placeholder="Password" required />
<input id="confirmPassword" type="password" placeholder="Confirm Password" required />
<select id="userType" required>
<option value="">I am a...</option>
<option value="Developer">Developer</option>
<option value="Client">Client</option>
</select>
<label><input type="checkbox" required /> I agree to Terms & Conditions</label>
<button type="button" class="btn-primary" onclick="nextStep(2)">Next</button>
</form>
<form id="signupStep2" class="signup-step hidden">
<div id="devFields">
<input type="text" placeholder="Skills (comma separated)" />
<input type="number" placeholder="Years of Experience" />
<input type="number" placeholder="Hourly Rate (USD)" />
</div>
<div id="clientFields" class="hidden">
<input type="text" placeholder="Company Name" />
<input type="text" placeholder="Industry" />
</div>
<div class="form-buttons">
<button type="button" class="btn-secondary" onclick="prevStep(1)">Back</button>
<button type="button" class="btn-primary" onclick="nextStep(3)">Next</button>
</div>
</form>
<form id="signupStep3" class="signup-step hidden">
<input type="tel" placeholder="Phone Number" />
<label><input type="checkbox" /> Subscribe to updates</label>
<div class="form-buttons">
<button type="button" class="btn-secondary" onclick="prevStep(2)">Back</button>
<button type="submit" class="btn-primary">Create Account</button>
</div>
</form>
</div>
</div>
<script src="api.js"></script>
<script src="auth.js"></script>
<script src="script.js"></script>
<script>
// Tab switching
function showTab(tab) {
document.querySelectorAll('.tab-btn').forEach(btn => btn.classList.remove('active'));
document.querySelectorAll('.tab-content').forEach(content => content.classList.remove('active'));
event.target.classList.add('active');
document.getElementById(tab + '-tab').classList.add('active');
}
</script>
</body>
</html>