-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (79 loc) · 2.83 KB
/
index.html
File metadata and controls
90 lines (79 loc) · 2.83 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
<!DOCTYPE html>
<html>
<head>
<title>Azad Petesson</title>
<link rel="stylesheet" type="text/css" href="main.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<body>
<header class="main-header">
<ul class="home1">
<li>Home</li>
<li>About</li>
<li>Resume</li>
<li>Works</li>
<li>Contact</li>
</ul>
</header>
<section class="sec1">
<div class="tx1">
<h1 class="tx2">Hello I’m Aazd</h1>
<h1 class="tx3">Web designer</h1>
<img class="img1" src="cod.jpg">
</div>
</section>
<section class="sec2">
<div class="box2">
<div>
<img class="img2" src="azad.png">
</div>
<div>
<h1 class="tx4">About Me</h1>
<p class="tx5">
This is Azad, I'm a Full-Stack web application Developer.
Currently, I'm doing some of my hobby projects and working on e-commerce
application with a team. I have intermediate experience in JavaScript, node.js,
express.js, MongoDB, git, ReactJS, HTML5, CSS3 and also I know the basics
about Project Management Tool JIRA and Agile software development.
I am a person who is very passionate about software development since my childhood.
I am a capable and adaptable person who is looking forward to learning new techniques,
skills, and methods in order to gain experience that can be used in a career in the near and
distant future.
</p>
<button class="btn1">Download CV</button>
</div>
</div>
</section>
<section class="sec3">
<div>
<h1 class="Resume">EDUCATION </h1>
<h3 class="Resume1">Nerddevs Ltd.</h3>
<h3 class="Resume2">Industrial Training •April 2020</h3>
<h3 class="Resume3">Web application development ng node.js</h3>
<h2 class="Resume4">Khula Polytechnic Institute, Khula</h2>
<h3 class="Resume5">Diploma in engineering •July 2020</h3>
<h3 class="Resume5">Computer Technology</h3>
<h1 class="Resume">WORK </h1>
<h3 class="Resume5">I have Zero on the job experience but I have experience
in MERN stack project base work•</h3>
</div>
</section>
<section class="sec4">
<div class="last">
<h2 class="lasttx">Address and Phone</h2>
<h2>A.K Azad</h2>
<h2>Meherpur, Khulna</h2>
<h2>Dhaka, Bangladesh 7110</h2>
<h2>+8801743737353</h2>
<h2>azadas2323@gmail.com</h2>
</div>
</section>
<footer class="last1">
<a href="https://www.facebook.com/profile.php?id=100055932884621">
<div class="last2"> <img class="img10" src="fb.png">
</div></a>
<a href="https://mail.google.com/mail/u/0/#inbox"><img class="img11" src="go.png"></a>
<img class="img12" src="tw.png">
</footer>
</body>
</html>