-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestimonial.html
More file actions
272 lines (256 loc) · 13.2 KB
/
testimonial.html
File metadata and controls
272 lines (256 loc) · 13.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Testimonials - 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 active">Testimonial</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">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">Client Testimonials</h1>
<p class="page-subtitle">
Hear what my clients have to say about working with me and the results we've achieved together.
</p>
</div>
</section>
<!-- Testimonials Section -->
<section class="services">
<div class="container">
<div class="testimonial-grid">
<div class="testimonial-card">
<p class="testimonial-quote">
"James delivered an exceptional e-commerce platform that exceeded our expectations. His attention to detail and technical expertise helped us increase our online sales by 300% within the first quarter."
</p>
<div class="testimonial-author">
<img src="https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=150" alt="Sarah Johnson" class="author-avatar">
<div class="author-info">
<h4>Sarah Johnson</h4>
<p>CEO, TechStart Inc.</p>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
</div>
</div>
</div>
<div class="testimonial-card">
<p class="testimonial-quote">
"Working with James was a game-changer for our mobile app project. His expertise in React Native and user experience design resulted in an app that our users absolutely love."
</p>
<div class="testimonial-author">
<img src="https://images.pexels.com/photos/1222271/pexels-photo-1222271.jpeg?auto=compress&cs=tinysrgb&w=150" alt="Michael Chen" class="author-avatar">
<div class="author-info">
<h4>Michael Chen</h4>
<p>CTO, FinanceFlow</p>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
</div>
</div>
</div>
<div class="testimonial-card">
<p class="testimonial-quote">
"James transformed our healthcare management system into a modern, efficient platform. His understanding of complex requirements and ability to deliver scalable solutions is remarkable."
</p>
<div class="testimonial-author">
<img src="https://images.pexels.com/photos/1181690/pexels-photo-1181690.jpeg?auto=compress&cs=tinysrgb&w=150" alt="Dr. Emily Rodriguez" class="author-avatar">
<div class="author-info">
<h4>Dr. Emily Rodriguez</h4>
<p>Director, MedCare Solutions</p>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
</div>
</div>
</div>
<div class="testimonial-card">
<p class="testimonial-quote">
"The social media platform James built for us has revolutionized how our community connects. His innovative approach and technical skills made our vision a reality."
</p>
<div class="testimonial-author">
<img src="https://images.pexels.com/photos/1239291/pexels-photo-1239291.jpeg?auto=compress&cs=tinysrgb&w=150" alt="David Thompson" class="author-avatar">
<div class="author-info">
<h4>David Thompson</h4>
<p>Founder, ConnectHub</p>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
</div>
</div>
</div>
<div class="testimonial-card">
<p class="testimonial-quote">
"James created an outstanding learning management system that has transformed our educational programs. His dedication to quality and user experience is unmatched."
</p>
<div class="testimonial-author">
<img src="https://images.pexels.com/photos/1181424/pexels-photo-1181424.jpeg?auto=compress&cs=tinysrgb&w=150" alt="Lisa Wang" class="author-avatar">
<div class="author-info">
<h4>Lisa Wang</h4>
<p>Head of Digital Learning, EduTech Pro</p>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
</div>
</div>
</div>
<div class="testimonial-card">
<p class="testimonial-quote">
"Our real estate platform wouldn't be where it is today without James's expertise. His ability to integrate complex features seamlessly is truly impressive."
</p>
<div class="testimonial-author">
<img src="https://images.pexels.com/photos/1043471/pexels-photo-1043471.jpeg?auto=compress&cs=tinysrgb&w=150" alt="Robert Martinez" class="author-avatar">
<div class="author-info">
<h4>Robert Martinez</h4>
<p>VP of Technology, PropertyPro</p>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
</div>
</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>