-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
620 lines (612 loc) · 23.9 KB
/
index.html
File metadata and controls
620 lines (612 loc) · 23.9 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
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--My Style Sheet-->
<link rel="stylesheet" href="./css/styles.css" />
<!--Bootstrap CSS-->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<!--Bootstrap icons-->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<title>Lachal Anouar</title>
</head>
<body id="home" class="bg-light">
<!-- Bootstrap JS Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<!--Navbar-->
<nav class="navbar navbar-expand-lg bg-black navbar-dark py-3 fixed-top">
<div class="container">
<a
href="#aboutme"
class="navbar-brand"
style="font-family: monospace; color: greenyellow"
>
Lachal Anouar
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navmenu"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="#home" class="nav-link">Home </a>
</li>
<li class="nav-item">
<a href="#aboutme" class="nav-link">Who am I? </a>
</li>
<li class="nav-item">
<a href="#portfolio" class="nav-link">My Projects </a>
</li>
<li class="nav-item">
<a href="#services" class="nav-link">My Services </a>
</li>
<li class="nav-item">
<a href="#process" class="nav-link">How I work? </a>
</li>
<li class="nav-item">
<a href="#questions" class="nav-link">FAQ</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact Me</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Showcase -->
<section class="bg-black text-light p-5 text-lg-center text-sm-start">
<div class="container">
<div class="d-sm-flex align-items-center justify-content-between">
<div>
<h1>
Looking for a <span class="text-warning">Web Developer </span> ?
</h1>
<p class="lead my-4">
My name is Lachal Anouar, I'm a Freelance Web Developer &
Programmer based in Tangier, Morocco.<br />
I'am working remotely on projects for clients all over the world.
I have a diverse set of skills, ranging from UI/UX Design,
Front-end development using HTML5, CSS3 and Javascript, all the
way up to Back-end development using PHP.
</p>
<a class="btn btn-warning btn-lg" href="#contact">Hire Me</a>
<a href="#services" class="btn btn-outline-light btn-lg m-3"
>View Services</a
>
</div>
<img
class="img-fluid w-50 d-none d-sm-block"
src="./img/undraw_startup_life_re_8ow9.svg"
alt="individual on computer"
/>
</div>
</div>
</section>
<!-- Who am I-->
<section class="alpha text-dark p-5 text-lg-center text-sm-start">
<div class="container text-center">
<div class="justify-content-between">
<h2 id="aboutme">Who am I?</h2>
<div class="row">
<div class="col-md-4">
<img
src="./img/undraw_businessman_re_mlee.svg"
alt=""
class="img-fluid w-100 d-none d-sm-block"
/>
</div>
<div
class="col-md-8 card bg-light text-dark border-light shadow-lg"
>
SALAM
</div>
</div>
</div>
</div>
</section>
<!-- How I can help you-->
<section class="p-5 m-3">
<div class="container-fluid">
<div class="row text-center">
<h2 class="my-3" id="services">Ways I can help you</h2>
<div class="col-md m-lg-3">
<div class="card border-light shadow-lg" style="width: 14rem">
<img
src="./img/undraw_personal_website_re_c8dv.svg"
class="card-img-top"
alt="personal website"
/>
<div class="card-body">
<h3>Own a Website that Works</h3>
<p class="card-text my-3 justify-content-between">
You want a website. It must look great and you want it to
work... All the time. Well, that's why I'm here! I help you by
designing, building, and hosting a beautiful site that'll grow
your business. Promise.
</p>
</div>
</div>
</div>
<div class="col-md m-lg-3">
<div class="card border-light shadow-lg" style="width: 14rem">
<img
src="./img/undraw_setup_analytics_re_foim.svg"
alt="get familiar with SEO"
class="card-img-top"
/>
<div class="card-body">
<h3>Become Famous with SEO</h3>
<p class="card-text my-3 justify-content-between">
An impressive Google ranking means more people see your
fantastic blog post or revolutionary product. I ensure you
have a leading ranking with best SEO practices. Give your
content the audience it deserves!
</p>
</div>
</div>
</div>
<div class="col-md m-lg-3">
<div class="card border-light shadow-lg" style="width: 14rem">
<img
src="./img/undraw_active_options_re_8rj3.svg"
alt="control the features"
class="card-img-top"
/>
<div class="card-body">
<h3>Control the Features</h3>
<p class="card-text my-3 justify-content-between">
Do you feel restricted by all the drag-and-drop web builders
out there? I provide a powerful custom code solution that fits
your exact needs. At the end, you'll own a fast, great looking
site.
</p>
</div>
</div>
</div>
<div class="col-md m-lg-3">
<div class="card border-light shadow-lg" style="width: 14rem">
<img
src="./img/undraw_web_shopping_re_owap.svg"
alt="Online store"
class="card-img-top"
/>
<div class="card-body">
<h3>Sell Your Stuff Online</h3>
<p class="card-text my-3 justify-content-between">
You have an idea. You want to turn it into an online business
without all the hassle. Perfect! I'm here to help you set up
an e-commerce store that looks amazing and makes you money.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio -->
<section class="bg-light text-dark p-5 text-lg-center text-sm-start">
<div class="container text-center">
<div class="justify-content-between">
<h2 id="portfolio">My Projects</h2>
<div class="post-wrapper p-5">
<div class="post border-light shadow">
<img class="thumbnail" src="./img/undraw_active_options_re_8rj3.svg" alt="#" />
<div class="post-preview">
<h6 class="post-title">Post Title</h6>
<p class="post-intro">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Corrupti quaerat rem harum maxime earum sed quidem ex numquam,
pariatur est accusamus sunt molestiae, similique repellendus?
Excepturi beatae possimus cupiditate illo!
</p>
</div>
</div>
<div class="post border-light shadow">
<img class="thumbnail" src="./img/undraw_active_options_re_8rj3.svg" alt="#" />
<div class="post-preview">
<h6 class="post-title">Post Title</h6>
<p class="post-intro">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Corrupti quaerat rem harum maxime earum sed quidem ex numquam,
pariatur est accusamus sunt molestiae, similique repellendus?
Excepturi beatae possimus cupiditate illo!
</p>
</div>
</div>
<div class="post border-light shadow">
<img class="thumbnail" src="./img/undraw_active_options_re_8rj3.svg" alt="#" />
<div class="post-preview">
<h6 class="post-title">Post Title</h6>
<p class="post-intro">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Corrupti quaerat rem harum maxime earum sed quidem ex numquam,
pariatur est accusamus sunt molestiae, similique repellendus?
Excepturi beatae possimus cupiditate illo!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services-->
<section class="p-5">
<div class="container">
<div class="row text-center">
<h2 id="toolkit">My Toolkit</h2>
<div class="col-md">HTML, CSS, JavaScript</div>
<div class="col-md">Bootstrap</div>
<div class="col-md">Wordpress</div>
</div>
</div>
</section>
<!-- How I work?-->
<section class="bg-light text-dark p-5 text-lg-center text-sm-start">
<div class="container">
<div class="row text-center">
<h2 class="my-3" id="process">How I work?</h2>
<div class="col-md m-lg-3">
<div class="card border-light shadow-lg" style="width: 14rem">
<img
src="./img/undraw_interview_re_e5jn.svg"
class="card-img-top"
alt="personal website"
/>
<div class="card-body">
<h3>Interview</h3>
<p class="card-text my-3 justify-content-between">
You want a website. It must look great and you want it to
work... All the time. Well, that's why I'm here! I help you by
designing, building, and hosting a beautiful site that'll grow
your business. Promise.
</p>
</div>
</div>
</div>
<div class="col-md m-lg-3">
<div class="card border-light shadow-lg" style="width: 14rem">
<img
src="./img/undraw_programming_re_kg9v.svg"
alt="get familiar with SEO"
class="card-img-top"
/>
<div class="card-body">
<h3>I work on the project</h3>
<p class="card-text my-3 justify-content-between">
An impressive Google ranking means more people see your
fantastic blog post or revolutionary product. I ensure you
have a leading ranking with best SEO practices. Give your
content the audience it deserves!
</p>
</div>
</div>
</div>
<div class="col-md m-lg-3">
<div class="card border-light shadow-lg" style="width: 14rem">
<img
src="./img/undraw_personalization_re_grty.svg"
alt="control the features"
class="card-img-top"
/>
<div class="card-body">
<h3>I get your Feedback</h3>
<p class="card-text my-3 justify-content-between">
Do you feel restricted by all the drag-and-drop web builders
out there? I provide a powerful custom code solution that fits
your exact needs. At the end, you'll own a fast, great looking
site.
</p>
</div>
</div>
</div>
<div class="col-md m-lg-3">
<div class="card border-light shadow-lg" style="width: 14rem">
<img
src="./img/undraw_add_information_j2wg.svg"
alt="Online store"
class="card-img-top"
/>
<div class="card-body">
<h3>Sell Your Stuff Online</h3>
<p class="card-text my-3 justify-content-between">
You have an idea. You want to turn it into an online business
without all the hassle. Perfect! I'm here to help you set up
an e-commerce store that looks amazing and makes you money.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--My Promises-->
<section class="bg-light text-dark p-5 text-lg-center text-sm-start">
<div class="container">
<div class="justify-content-between text-center">
<h2>My Promises</h2>
<div class="container">
<div class="d-sm-flex align-items-center justify-content-between">
<div>
<h3>Fast product that work</h3>
<p class="lead my-4">
My passion for this ensures excellence in your final product.
The internet is fragile. Your site won't be.
</p>
</div>
<img
class="img-fluid w-50 d-none d-sm-block"
src="./img/undraw_web_devices_re_m8sc.svg"
alt="Product well designed"
/>
</div>
</div>
<div class="container">
<div class="d-sm-flex align-items-center justify-content-between">
<img
class="img-fluid w-50 d-none d-sm-block"
src="./img/undraw_shared_goals_re_jvqd.svg"
alt="Product well designed"
/>
<div>
<h3>A healthy relationship</h3>
<p class="lead my-4">
Communication is key in any relationship, ours included. No
dramas or difficult relationships. I'm here to make your life
easier.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--FAQ-->
<section
id="questions"
class="bg-light text-dark p-5 text-lg-center text-sm-start"
>
<div class="container">
<h2 class="text-center mb-4">Frequently Asked Questions</h2>
<div class="container border-light shadow m-0 p-0">
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header lead" id="flush-headingOne">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne"
aria-expanded="true"
aria-controls="flush-collapseOne"
>
Do you charge per hour or per project?
</button>
</h2>
<div
id="flush-collapseOne"
class="accordion-collapse collapse"
aria-labelledby="flush-headingOne"
data-bs-parent="#accordionFlushExample"
>
<div class="accordion-body">
Charging per project works better for you and me. You know the
price upfront and I can focus on creating something great
without counting the hours.
</div>
</div>
</div>
</div>
<div class="accordion accordion-flush" id="accordionFlushExample2">
<div class="accordion-item">
<h2 class="accordion-header lead" id="flush-headingTwo">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo"
aria-expanded="true"
aria-controls="flush-collapseTwo"
>
How often will we be in contact?
</button>
</h2>
<div
id="flush-collapseTwo"
class="accordion-collapse collapse"
aria-labelledby="flush-headingTwo"
data-bs-parent="#accordionFlushExample2"
>
<div class="accordion-body">
I promised to keep a healthy relationship with you. If that
means a call every day, cool. If it means keeping in touch
through a weekly email exchange, cool. Whatever works for you.
Remember, I'm here to make your life easier, not more
complicated.
</div>
</div>
</div>
</div>
<div class="accordion accordion-flush" id="accordionFlushExample3">
<div class="accordion-item">
<h2 class="accordion-header lead" id="flush-headingThree">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree"
aria-expanded="true"
aria-controls="flush-collapseThree"
>
What if I don't like the end result?
</button>
</h2>
<div
id="flush-collapseThree"
class="accordion-collapse collapse"
aria-labelledby="flush-headingThree"
data-bs-parent="#accordionFlushExample3"
>
<div class="accordion-body">
Our healthy relationship means we'll know where we stand with
your idea and it's direction the whole way through. If at any
point, you have a complete change of mind I will give you a
full refund with a smile :)
</div>
</div>
</div>
</div>
<div class="accordion accordion-flush" id="accordionFlushExample4">
<div class="accordion-item">
<h2 class="accordion-header lead" id="flush-headingFour">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour"
aria-expanded="true"
aria-controls="flush-collapseFour"
>
You didn't answer my question.
</button>
</h2>
<div
id="flush-collapseFour"
class="accordion-collapse collapse"
aria-labelledby="flush-headingFour"
data-bs-parent="#accordionFlushExample4"
>
<div class="accordion-body">
That's ok! I'm always happy to have a chat and discuss what's
on your mind, so feel free to click on one of my social media
icons on this page and pop me a message!
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact-->
<section class="bg-light text-dark p-4 text-lg-center text-sm-start">
<div class="container">
<div class="justify-content-between text-center">
<h2 id="contact">Contact Me</h2>
<p class="lead my-3 p-3">Interested in work with me?</p>
<!-- Wrapper container -->
<div
class="text-lg-start d-sm-flex align-items-center justify-content-between"
>
<div class="container">
<img
src="./img/undraw_contact_us_re_4qqt.svg"
alt="contact us"
class="img-flid w-100 d-none d-sm-block rounded mx-auto d-block"
/>
</div>
<!-- Bootstrap 5 starter form -->
<form
class="row g-3 shadow-lg p-5 border-3 border-dark"
id="contactForm"
action="https://submit-form.com/gLwY7Mag"
>
<!-- Name input -->
<div class="col-md-6">
<label for="firstName" class="form-label">First Name</label>
<input
name="firstName"
type="text"
class="form-control"
id="firstName"
required
/>
</div>
<div class="col-md-6">
<label for="lastName" class="form-label">Last Name</label>
<input
name="lastName"
type="text"
class="form-control"
id="lastName"
required
/>
</div>
<!-- Email address input -->
<div class="col-md-8">
<label for="emailInfo" class="form-label">E-mail</label>
<input
type="email"
class="form-control"
id="emailInfo"
name="emailInfo"
required
/>
</div>
<!--Phone number input-->
<div class="col-md-4">
<label for="phoneInfo" class="form-label"
>Phone Number (optional)</label
>
<input
name="phoneInfo"
type="text"
class="form-control"
id="phoneInfo"
placeholder="+1 (415) 867-5309"
/>
</div>
<!-- Message input -->
<div class="col-md-12">
<label for="messageText" class="from-label">Message</label>
<textarea
class="form-control"
name="messageText"
id="messageText"
cols="30"
rows="10"
required
></textarea>
</div>
<!-- Form submissions success message -->
<!-- Form submissions error message -->
<!-- Form submit button -->
<div class="col-md-12">
<button class="btn btn-warning" type="submit" value="send">
Get in touch
</button>
</div>
</form>
</div>
<!-- SB Forms JS -->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</div>
</div>
</section>
<!-- Footer -->
<footer class="p-5 bg-black text-white text-center position-relative">
<div class="container">
<p class="lead">Lachal Anouar Copyright © 2022.</p>
<a href="#" class="position-absolute bottom-0 end-0 p-5">
<i class="bi bi-arrow-up-circle h1" style="color: white"></i>
</a>
</div>
</footer>
</body>
</html>