-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (79 loc) · 3.75 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
87
88
89
90
91
92
93
94
<!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">
<title>Kazi Portfolio</title>
<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=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top-banner flexible-container">
<div class="half-width">
<h1>Welcome To</h1>
<h1><span class="orange-color">Kazi Ela</span> World!</h1>
<h3>Build Climber and Train Stopper</h3>
<p>You might saw me jumping, climbing buildings, and stopping trains. But nobody pays me a dime for that
work.
That's why I am learning and mastering web development. I will not stop until I become the Web
Development
Hero.</p>
<a class="link-button" href="https://www.linkedin.com/in/kazi-amena-begum-40933718/" target="_blank">Hire
Me</a>
</div>
<div class="half-width">
<img src="images/kazi-hd2.png" alt="my-image">
</div>
</section>
<section class="dream-big flexible-container">
<div class="half-width">
<img src="images/jhankar.png" alt="">
</div>
<div class="half-width">
<h2>Dream Big</h2>
<h3>Become a web developer</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard
dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make
a type specimen
book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining
essentially
unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum
passages, and more
recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<a class="link-button" href="#" target="_blank">Download Resume</a>
</div>
</section>
<section class="experience-area">
<h1>Experiences</h1>
<div class="flexible-container">
<div id="full-stack-developer" class="experience-item">
<h2>Full-stake Web Developer</h2>
<h4 class="orange-color">2010-present | Pro Level Developer</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard
dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to
make
a type specimen
book.</p>
</div>
<div id="baby-developer" class="experience-item">
<h2>Baby Web Developer</h2>
<h4 class="orange-color">2022-2024 | Hero Learner Developer</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard
dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to
make
a type specimen
book.</p>
</div>
</div>
</section>
</body>
<footer>
<p>kazi ela 2022 @ all right reserved</p>
</footer>
</html>