-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutUs.html
More file actions
245 lines (214 loc) · 5.95 KB
/
Copy pathaboutUs.html
File metadata and controls
245 lines (214 loc) · 5.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us | DevHub</title>
<link rel="stylesheet" href="style.css">
<style>
.top-nav {
position: sticky;
top: 0;
width: 100%;
background: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
padding: 16px 0;
}
.logo a {
font-size: 1.9rem;
font-weight: 700;
color: #007BFF;
text-decoration: none;
transition: 0.3s;
letter-spacing: 0.5px;
}
.logo a:hover {
color: #0056c7;
}
/* Hero Section */
.about-hero {
background: linear-gradient(to right, #007BFF, #0056c7);
color: white;
text-align: center;
padding: 100px 20px 80px;
}
.about-hero h1 {
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 1rem;
}
.about-hero p {
font-size: 1.2rem;
max-width: 700px;
margin: 0 auto;
opacity: 0.9;
}
/* Mission / Vision Section */
.mission-section {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
padding: 60px 10%;
}
.mission-card {
background: #fff;
padding: 2rem;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
transition: transform 0.3s, box-shadow 0.3s;
}
.mission-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.mission-card h3 {
color: #007BFF;
font-size: 1.4rem;
margin-bottom: 10px;
}
.mission-card p {
color: #555;
line-height: 1.6;
}
/* Our Team */
.team-section {
background: #f8f9fb;
padding: 80px 10%;
text-align: center;
}
.team-section h2 {
font-size: 2rem;
color: #222;
margin-bottom: 2rem;
}
.team-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 2rem;
}
.team-card {
background: #fff;
padding: 1.5rem;
border-radius: 12px;
box-shadow: 0 3px 10px rgba(0,0,0,0.07);
transition: transform 0.3s;
}
.team-card:hover {
transform: translateY(-5px);
}
.team-card img {
width: 90px;
height: 90px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 1rem;
}
.team-card h4 {
color: #007BFF;
font-size: 1.1rem;
}
.team-card p {
font-size: 0.9rem;
color: #666;
}
/* Call to Action */
.cta-section {
background: linear-gradient(to right, #0056c7, #007BFF);
color: white;
text-align: center;
padding: 80px 20px;
}
.cta-section h2 {
font-size: 2rem;
margin-bottom: 1rem;
}
.cta-section p {
font-size: 1.1rem;
margin-bottom: 1.5rem;
}
.cta-section .btn {
background: white;
color: #007BFF;
border: none;
padding: 12px 24px;
border-radius: 8px;
cursor: pointer;
font-weight: 600;
transition: 0.3s;
}
.cta-section .btn:hover {
background: #e3f0ff;
}
@media (max-width: 768px) {
.about-hero h1 { font-size: 2.2rem; }
.mission-section, .team-section { padding: 60px 6%; }
}
</style>
</head>
<body>
<!-- ===== TOP NAV (consistent with previous design) ===== -->
<nav class="top-nav">
<div class="logo">
<a href="index.html">
DevHub
</a>
</div>
</nav>
<!-- ===== HERO SECTION ===== -->
<section class="about-hero">
<h1>About DevHub</h1>
<p>DevHub is the trusted platform where businesses and skilled developers connect, collaborate, and create innovative digital solutions together.</p>
</section>
<!-- ===== MISSION SECTION ===== -->
<section class="mission-section">
<div class="mission-card">
<h3>Our Mission</h3>
<p>To empower developers and businesses worldwide by creating an ecosystem that promotes transparency, skill growth, and seamless project collaboration.</p>
</div>
<div class="mission-card">
<h3>Our Vision</h3>
<p>We envision a future where every business, no matter how small, can easily access the global pool of tech talent, and every developer can find meaningful, rewarding work.</p>
</div>
<div class="mission-card">
<h3>Our Values</h3>
<p>Integrity, innovation, inclusivity, and collaboration. We believe in creating opportunities for everyone to grow and succeed together.</p>
</div>
</section>
<!-- ===== TEAM SECTION ===== -->
<section class="team-section">
<h2>Meet Our Team</h2>
<div class="team-grid">
<div class="team-card">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Team Member">
<h4>Taiwo Adeyemi</h4>
<p>Founder & CEO</p>
</div>
<div class="team-card">
<img src="https://randomuser.me/api/portraits/women/22.jpg" alt="Team Member">
<h4>Lisa Okafor</h4>
<p>Head of Design</p>
</div>
<div class="team-card">
<img src="https://randomuser.me/api/portraits/men/53.jpg" alt="Team Member">
<h4>Victor Eze</h4>
<p>Lead Developer</p>
</div>
<div class="team-card">
<img src="https://randomuser.me/api/portraits/women/10.jpg" alt="Team Member">
<h4>Sophia Bello</h4>
<p>Marketing Strategist</p>
</div>
</div>
</section>
<!-- ===== CTA SECTION ===== -->
<section class="cta-section">
<h2>Ready to Build Something Great?</h2>
<p>Join DevHub today to hire top developers or showcase your coding skills to the world.</p>
<button class="btn">Get Started</button>
</section>
</body>
</html>