-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
269 lines (250 loc) · 11.8 KB
/
about.html
File metadata and controls
269 lines (250 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - James Adams</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<!-- Header Navigation -->
<header class="header">
<nav class="nav">
<div class="nav-brand">
<div class="logo">
<span class="logo-icon">🚀</span>
<span class="logo-text">Adams</span>
</div>
</div>
<div class="nav-menu" id="nav-menu">
<ul class="nav-list">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="portfolio.html" class="nav-link">Portfolio</a>
</li>
<li class="nav-item">
<a href="testimonial.html" class="nav-link">Testimonial</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link active">About</a>
</li>
</ul>
</div>
<div class="nav-social">
<a href="#" class="social-link">
<i class="fab fa-linkedin"></i>
</a>
<a href="#" class="social-link">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="social-link">
<i class="fab fa-github"></i>
</a>
</div>
<div class="nav-toggle" id="nav-toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<!-- Page Header -->
<section class="page-header">
<div class="container">
<h1 class="page-title">About Me</h1>
<p class="page-subtitle">
Get to know the person behind the code and discover my journey in the world of digital innovation.
</p>
</div>
</section>
<!-- About Content -->
<section class="services">
<div class="container">
<div class="about-content">
<div class="about-image-container">
<img src="https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=600" alt="James Adams" class="about-image">
</div>
<div class="about-text">
<h3>Hello, I'm James Adams</h3>
<p>
With over 10 years of experience in digital programming and design, I've had the privilege of working with businesses of all sizes to bring their digital visions to life. My journey began with a simple fascination for how technology could solve real-world problems.
</p>
<p>
Throughout my career, I've specialized in creating user-centered digital experiences that not only look beautiful but also drive meaningful results. From startups to Fortune 500 companies, I've helped organizations transform their digital presence and achieve their business goals.
</p>
<p>
When I'm not coding or designing, you'll find me exploring new technologies, contributing to open-source projects, or mentoring aspiring developers. I believe in the power of continuous learning and staying ahead of industry trends to deliver cutting-edge solutions.
</p>
</div>
</div>
<!-- Skills Section -->
<div class="skills-section">
<div class="section-header">
<h2 class="section-title">My <span class="underline">Expertise</span></h2>
</div>
<div class="skills-grid">
<div class="skill-category">
<h4>Frontend Development</h4>
<ul class="skill-list">
<li>React & Next.js</li>
<li>Vue.js & Nuxt.js</li>
<li>Angular & TypeScript</li>
<li>HTML5, CSS3, JavaScript</li>
<li>Responsive Design</li>
<li>Progressive Web Apps</li>
</ul>
</div>
<div class="skill-category">
<h4>Backend Development</h4>
<ul class="skill-list">
<li>Node.js & Express</li>
<li>Python & Django</li>
<li>PHP & Laravel</li>
<li>RESTful APIs</li>
<li>GraphQL</li>
<li>Microservices Architecture</li>
</ul>
</div>
<div class="skill-category">
<h4>Mobile Development</h4>
<ul class="skill-list">
<li>React Native</li>
<li>Flutter</li>
<li>iOS (Swift)</li>
<li>Android (Kotlin)</li>
<li>Cross-platform Solutions</li>
<li>App Store Optimization</li>
</ul>
</div>
<div class="skill-category">
<h4>UI/UX Design</h4>
<ul class="skill-list">
<li>User Research</li>
<li>Wireframing & Prototyping</li>
<li>Figma & Adobe Creative Suite</li>
<li>Design Systems</li>
<li>Usability Testing</li>
<li>Accessibility Standards</li>
</ul>
</div>
<div class="skill-category">
<h4>Database & Cloud</h4>
<ul class="skill-list">
<li>MongoDB & PostgreSQL</li>
<li>MySQL & Redis</li>
<li>AWS & Google Cloud</li>
<li>Docker & Kubernetes</li>
<li>CI/CD Pipelines</li>
<li>Serverless Architecture</li>
</ul>
</div>
<div class="skill-category">
<h4>Digital Marketing</h4>
<ul class="skill-list">
<li>SEO Optimization</li>
<li>Google Analytics</li>
<li>Social Media Strategy</li>
<li>Content Marketing</li>
<li>Email Marketing</li>
<li>Conversion Optimization</li>
</ul>
</div>
</div>
</div>
<!-- Stats Section -->
<div class="stats-grid">
<div class="stat-card">
<div class="stat-number">250+</div>
<div class="stat-label">Projects Completed</div>
</div>
<div class="stat-card">
<div class="stat-number">100+</div>
<div class="stat-label">Satisfied Clients</div>
</div>
<div class="stat-card">
<div class="stat-number">30+</div>
<div class="stat-label">Community Networks</div>
</div>
<div class="stat-card">
<div class="stat-number">10+</div>
<div class="stat-label">Years of Experience</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<div class="logo">
<span class="logo-icon">🚀</span>
<span class="logo-text">Adams</span>
</div>
<p class="footer-description">
Creating digital experiences that make a difference. Let's build something amazing together.
</p>
<div class="footer-social">
<a href="#" class="social-icon">
<i class="fab fa-linkedin"></i>
</a>
<a href="#" class="social-icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="social-icon">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="social-icon">
<i class="fab fa-twitter"></i>
</a>
</div>
</div>
<div class="footer-links">
<div class="footer-column">
<h4 class="footer-title">Navigation</h4>
<ul class="footer-list">
<li><a href="index.html" class="footer-link">Home</a></li>
<li><a href="portfolio.html" class="footer-link">Portfolio</a></li>
<li><a href="testimonial.html" class="footer-link">Testimonial</a></li>
<li><a href="about.html" class="footer-link">About</a></li>
</ul>
</div>
<div class="footer-column">
<h4 class="footer-title">Services</h4>
<ul class="footer-list">
<li><a href="#" class="footer-link">UI/UX Design</a></li>
<li><a href="#" class="footer-link">Frontend Development</a></li>
<li><a href="#" class="footer-link">Mobile Apps</a></li>
<li><a href="#" class="footer-link">Backend Development</a></li>
</ul>
</div>
<div class="footer-column">
<h4 class="footer-title">Contact</h4>
<ul class="footer-list">
<li><a href="mailto:james@adams.dev" class="footer-link">james@adams.dev</a></li>
<li><a href="tel:+1234567890" class="footer-link">+1 (234) 567-890</a></li>
<li><span class="footer-link">San Francisco, CA</span></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="footer-copyright">
<p>© 2025 James Adams. All rights reserved.</p>
</div>
<div class="footer-legal">
<a href="#" class="footer-link">Privacy Policy</a>
<a href="#" class="footer-link">Terms of Service</a>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>