forked from codewithsadee/annie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
528 lines (343 loc) · 14.4 KB
/
index.html
File metadata and controls
528 lines (343 loc) · 14.4 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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--
- primary meta tags
-->
<title>Alisha - Wordpress Web Developer</title>
<meta name="title" content="Alisha - Wordpress Web Developer & Coder">
<meta name="description" content="Alisha's portfolio - WordPress web developer and coder. Showcasing web development projects, coding skills, and creative work.">
<!-- Meta Keywords -->
<meta name="keywords" content="Alisha, portfolio, WordPress, web developer, coder, HTML, CSS, JavaScript, web development, projects">
<meta name="author" content="Alisha">
<meta name="robots" content="index, follow">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--
- favicon
-->
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml">
<!--
- google font link
-->
<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=Jost:wght@400;500;600&display=swap" rel="stylesheet">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/require.css">
<link rel="stylesheet" href="./assets/css/main.css">
<!--
- preload images
-->
<link rel="preload" href="./assets/images/hero-banner.png">
</head>
<body>
<!--
- #PRELOADER
-->
<div class="preloader" data-preloader>
<div class="preloader-circle"></div>
</div>
<!--
- #HEADER
-->
<header class="header" data-header>
<div class="container">
<a href="#" class="logo">
<noscript> <img src="./assets/images/logo.svg" width="151" height="28" alt="Annie home"></noscript> <h1>ALISHA</h1>
</a>
<nav class="navbar" data-navbar>
<ul class="navbar-list">
<li class="navbar-item">
<a href="#" class="label-lg navbar-link has-after active">Home</a>
</li>
<li class="navbar-item">
<a href="./service.html" class="label-lg navbar-link has-after">Services</a>
</li>
<li class="navbar-item">
<a href="./portfolio.html" class="label-lg navbar-link has-after">Portfolio</a>
</li>
<li class="navbar-item">
<a href="./contact.html" class="label-lg navbar-link has-after">Contact</a>
</li>
</ul>
</nav>
<a href="./contact.html" class="btn btn-primary">Contact Now</a>
<button class="nav-toggle-btn" aria-label="menu" data-nav-toggler>
<ion-icon name="menu-outline" aria-hidden="true"></ion-icon>
</button>
</div>
</header>
<main>
<article>
<!--
- #HERO
-->
<section class="section hero" aria-label="home">
<div class="container">
<div class="hero-content">
<p class="hero-subtitle">👋, My name is Alisha</p>
<h1 class="headline-lg">I'm a Wordpress Developer</h1>
<p class="hero-text body-md">
Based in Multan, Pakistan.
</p>
<a href="#" class="btn btn-primary">Let's Start</a>
</div>
<figure class="hero-banner">
<img src="./assets/images/hero-banner.png" width="680" height="645"
alt="Alisha, the blonde, dressed in a green hoodie with a smile on her face" class="w-100">
</figure>
</div>
</section>
<!--
- #CLIENT
-->
<section class="client" aria-label="Trusted client">
<div class="container">
<ul class="slider">
<li class="slider-item">
<img src="./assets/images/client-1.svg" width="130" height="40" alt="clients" class="w-100">
</li>
<li class="slider-item">
<img src="./assets/images/client-2.svg" width="130" height="40" alt="clients" class="w-100">
</li>
<li class="slider-item">
<img src="./assets/images/client-3.svg" width="130" height="40" alt="clients" class="w-100">
</li>
<li class="slider-item">
<img src="./assets/images/client-4.svg" width="130" height="40" alt="clients" class="w-100">
</li>
<li class="slider-item">
<img src="./assets/images/client-5.svg" width="130" height="40" alt="clients" class="w-100">
</li>
</ul>
</div>
</section>
<!--
- #ABOUT
-->
<section class="section about" aria-label="about me">
<div class="container">
<figure class="about-banner">
<img src="./assets/images/about-banner.png" width="580" height="554" loading="lazy"
alt="Annie, the blonde, dressed in a black tops with a smile on her face" class="w-100">
</figure>
<div class="about-content">
<h2 class="title-lg">I'm Wordpress Website Developer with over 1 years of experience.</h2>
<p class="body-md section-text">
WordPress developer and coder skilled in HTML, CSS, C++, JavaScript, and Python. Experienced in graphic design using Canva and CorelDRAW, and proficient in MS Word, Excel, and PowerPoint for data management and analysis
</p>
<ul class="about-list">
<li>
<p class="list-text">
<strong class="strong title-md">76+</strong> Projet Completed
</p>
</li>
<li>
<p class="list-text">
<strong class="strong title-md">65+</strong> Happy Clients
</p>
</li>
</ul>
<div class="wrapper">
<a href="./contact.html" class="btn btn-primary">Contact Me</a>
<a href="./portfolio.html" class="btn btn-secondary">Portfolio</a>
</div>
</div>
</div>
</section>
<!--
- #SKILL
-->
<section class="section skill" aria-labelledby="skill-label">
<div class="container">
<div class="skill-content">
<h2 class="section-title headline-md" id="skill-label">My Skills</h2>
<ul class="skill-list">
<li>
<div class="card card-sm" style="background-color: hsl(177, 39%, 72%)">
<div class="card-media">
<ion-icon name="logo-html5"></ion-icon>
</div>
<h2 class="card-title">HTML</h2>
</div>
</li>
<li>
<div class="card card-sm" style="background-color: hsl(41, 99%, 64%)">
<div class="card-media">
<ion-icon name="logo-css3"></ion-icon>
</div>
<h2 class="card-title">CSS</h2>
</div>
</li>
<li>
<div class="card card-sm" style="background-color: hsl(19, 97%, 85%)">
<div class="card-media">
<ion-icon name="logo-wordpress"></ion-icon>
</div>
<h2 class="card-title">Wordpress</h2>
</div>
</li>
<li>
<div class="card card-sm" style="background-color: hsl(221, 100%, 79%)">
<div class="card-media">
<ion-icon name="logo-instagram"></ion-icon>
</div>
<h2 class="card-title">Canva</h2>
</div>
</li>
<li>
<div class="card card-sm" style="background-color: hsl(76, 39%, 72%)">
<div class="card-media">
<ion-icon name="logo-javascript"></ion-icon>
</div>
<h2 class="card-title">JavaScript</h2>
</div>
</li>
<li>
<div class="card card-sm" style="background-color: hsl(245, 100%, 90%)">
<div class="card-media">
<ion-icon name="logo-android"></ion-icon>
</div>
<h2 class="card-title">App Dev</h2>
</div>
</li>
</ul>
</div>
<figure class="skill-banner">
<img src="./assets/images/skill-banner.png" width="581" height="657" loading="lazy"
alt="Annie, the blonde, dressed in a green hoodie with a smile on her face" class="w-100">
</figure>
</div>
</section>
<!--
- #CTA
-->
<section class="cta">
<div class="container">
<h2 class="title-lg">Intrested working with me?</h2>
<a href="./contact.html" class="btn btn-tertiary">Contact Now</a>
</div>
</section>
<!--
- #TESTIMONIALS
-->
<section class="section testi" aria-labelledby="testi-label">
<div class="container">
<h2 class="headline-md section-title text-center" id="testi-label">Testimonial</h2>
<ul class="slider">
<li class="slider-item card-container">
<div class="card card-lg">
<figure class="card-media">
<img src="./assets/images/testi-1.jpg" width="100" height="100" loading="lazy" alt="Jennifer Lutheran"
class="img-cover">
</figure>
<div class="card-content">
<blockquote class="body-sm">
Alisha rescued our website after another developer left us with a half-finished mess. She didn't just complete the work—she rebuilt sections that weren't done properly and made sure everything actually worked on mobile. She's honest, communicates clearly, and doesn't disappear after the project is done. We still reach out to her for updates and she always helps.
</blockquote>
<p class="client-name">Ava Sinclair</p>
<p class="client-title">Co-founder of Maple Street Bakery & Café</p>
</div>
</div>
</li>
<li class="slider-item card-container">
<div class="card card-lg">
<figure class="card-media">
<img src="./assets/images/testi-2.jpg" width="100" height="100" loading="lazy" alt="Jennifer Lutheran"
class="img-cover">
</figure>
<div class="card-content">
<blockquote class="body-sm">
What impressed me most about Alisha was her responsiveness. I'm not tech-savvy at all, and she made the whole process stress-free. She delivered ahead of schedule and even recorded a quick video showing me how to update things myself. My online bookings have doubled since the new site went live.
</blockquote>
<p class="client-name">Clara Bennett</p>
<p class="client-title">Founder of Summit Life Coaching</p>
</div>
</div>
</li>
<li class="slider-item card-container">
<div class="card card-lg">
<figure class="card-media">
<img src="./assets/images/testi-3.jpg" width="100" height="100" loading="lazy" alt="Jennifer Lutheran"
class="img-cover">
</figure>
<div class="card-content">
<blockquote class="body-sm">
I've worked with several developers before, but Alisha stands out because she genuinely cares about the end result. She caught issues I didn't even know existed and fixed them without charging extra. Our site loads so much faster now, and customers have commented on how professional it looks. Highly recommend her!
</blockquote>
<p class="client-name">Ruby Collins</p>
<p class="client-title">Marketing Director at Riverside Dental Group</p>
</div>
</div>
</li>
<li class="slider-item card-container">
<div class="card card-lg">
<figure class="card-media">
<img src="./assets/images/testi-4.jpg" width="100" height="100" loading="lazy" alt="Jennifer Lutheran"
class="img-cover">
</figure>
<div class="card-content">
<blockquote class="body-sm">
Working with Alisha felt like having a partner, not just a contractor. She asked smart questions about our business goals before diving into the design, and it showed in the final product. Our bounce rate dropped significantly, and we're finally ranking better on Google. She even followed up a month later to make sure everything was still running smoothly
</blockquote>
<p class="client-name">Nora Whitman</p>
<p class="client-title">Director of Operations at Horizon Property Management</p>
</div>
</div>
</li>
</ul>
</div>
</section>
</article>
</main>
<!--
- #FOOTER
-->
<footer class="footer">
<div class="container">
<ul class="social-list">
<li>
<a href="#" class="social-link">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-pinterest"></ion-icon>
</a>
</li>
</ul>
<p class="text-center">© 2026 copyright all right reserved</p>
</div>
</footer>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon
-->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>