-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (66 loc) · 3.45 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Personal Website</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Kalnia+Glaze:[email protected]&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Slabo+27px&display=swap" rel="stylesheet">
</head>
<body>
<section class="first-part">
<div class="first-width">
<h2> Hello I'm </h2>
<h1 > <span class="yousuf"> <b>YouSuf Ali</b> </span></h1>
<h3> Welcome to Yousuf Personal Website</h3>
<p> Hi! I’m Yousuf, Now I'm a a web beginner developer. I’m passionate about Web development. You’ll find my projects, experiences, and insights on this site.</p>
<br>
<a class="button" target="_blank" href="https://www.facebook.com/yousufali156">Hire Me</a>
</div>
<div class="first-width" >
<img src="images/yousuf.png" alt="">
</div>
</section>
<section class="secound-part">
<div class="first-width" >
<img src="images/yousuf-dream.png" alt="">
</div>
<div class="first-width">
<h1> Biography </h1>
<h2>YOUSUF ALI</h2>
<p>
I completed my master's degree in Economics from the Department of Economics at Government Azizul Haque College. Now, I'm expanding my skill set by learning web development.
</p>
<a class="button" target="_blank" href="https://www.facebook.com/yousufali156">Download CV</a>
</div>
</section>
<section class="latest-part">
<h1 class="latest">My Latest Work</h1>
<div class="latest-img">
<img src="latest-work/work-1.png" alt="">
<img src="latest-work/work-2.jpg" alt="">
<img src="latest-work/work-3.jpg" alt="">
</div>
</section>
<br><br><br>
<section class="client">
<h1> What Client Are Say</h1>
<h3> Bruce Moccy</h3>
<h4 class="gray">Founder & CEO Alies</h4>
<br>
<p class="p">"Your first website is impressive and demonstrates a strong grasp of web development principles. It's both visually appealing and highly functional,
showcasing your hard work and skill.
<br>Your first website is truly impressive! It not only reflects a modern design but also delivers a seamless user experience.
<br> The layout is clear, and intuitive, and shows attention to detail. You've made an excellent start, and it’s clear you have a bright future in web development."</p>
<br><br>
<div>
<a class="button-gmail-link" target="_blank" href="https://mail.google.com/mail/u/0/?tab=rm&ogbl#inbox?compose=CllgCJfrsgTRXgNQVTzpJBwRsPScMnHdrLTrJnMDbWwcDTDvDVScXrfVjfnJlZqPpzpDfLJMCbB">
<div class="leave">Leave a Massege in the <span class="gmail"> [email protected]</span></div>
</a>
</div>
</section>
<footer>
<p> © 2024 YOUSUF, All Rights Reserved.</p>
</footer>
</body>
</html>