-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
121 lines (96 loc) · 3.72 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- title of the webpage -->
<title>Nozib Portfolio</title>
<!-- link of html and css file -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<img src="images/nozib.jpg" alt="nozib" width="100%" height="500">
<div class="about">
<h2>About Me</h2>
<hr width="25%">
</div>
<p title="About me" > An ambitious developer with a passion for project based works, and who would like to join a team of like-minded developers. I have much experience of creating logical and innovative solutions to complex problems. I am thorough and precise in everything I do, and have a keen interest in technology, mobile applications and user experience. As someone who takes responsibility for his own personal development, I am continually evaluating and upgrading my skills so that I stay at the cutting edge of development. I am a natural problem solver, who has proven myself by successfully completing projects. Right now I am looking for a suitable position with a company where outstanding performance is recognised and where I can work on a variety of high profile projects.</p>
<div class="hobies">
<h3 class="hobies" >Hobbies</h3>
</div>
<p > Books| Coding | Music | Movies</p>
<img src="images/nozib-profile.jpg" alt="nozib" width="300" height="300">
<div class="info">
<ul >
<li >Name : Md. Nozib Ud Dowla</li>
<li >Date of Birth : 10th October 1996</li>
<li >Nationality : Bangladeshi</li>
</ul></div>
<h3 >Education</h3>
<ul>
<li>American International University-Bangladesh (AIUB)
[B.Sc. in Computer Science and Engineering]
2016-present</li>
<li>Rokeya Ahasan College
[H.S.C. in Science]
2013-2014</li>
<li>Kanchpur Omar Ali High School
[S.S.C. in Science]
2010-2011</li>
</ul>
<h3>Skills</h3>
<h4>Language</h4>
<ul>
<li >C 60%</li>
<li >C++ 60%</li>
<li >Java 50%</li>
<li >C# 50%</li>
<li >Html5 20%</li>
<li >SQL 70%</li>
</ul>
<h4 >Framework</h4>
<ul>
<li >.Net 50%</li>
<li >JavaFX 50%</li>
</ul>
<h4 >Software</h4>
<ul>
<li >Cisco Packet Tracing 50%</li>
<li >Microsoft Word 60%</li>
<li >Microsoft Powerpoint 50%</li>
<li >Microsoft Excel 50%</li>
</ul>
<h4 >OS</h4>
<ul>
<li >Windows 60%</li>
<li >Linux 50%</li>
</ul>
<h4 >Typing</h4>
<ul>
<li >wps 60%</li>
</ul>
<h3 style="text-align:center;" "font-weight:bold;" "margin-bottom: 50px;">Let's Talk</h3>
<div class="contact">
<p >Email: [email protected]</p>
<p >Phone: +8801922438860</p>
</div>
<a href="https://www.facebook.com/nozibuddowla" target="_blank" style="margin-left: 46%;"> <img src="images/facebook-logo.jpg" alt="Facebook" width="42" height="42"></a>
<a href="https://www.linkedin.com/in/nozibuddowla" target="_blank"><img src="images/linkedin-logo.jpg" alt="Linkedin" width="42" height="42"></a>
<a href="https://github.com/nozibuddowla" target="_blank" ><img src="images/github-logo.jpg" alt="Github" width="42" height="42" ></a>
<div class="reach">
<img src="images/message-logo.png" alt="message" width="42" height="42" >
</div>
<h3 style= "text-align:center;" "font-weight:bold;" "margin-bottom: 50px;">Reach me</h3>
<hr width="25%">
<p style="display: inline-block;">Your Name : </p>
<input type="text" name="your name">
<p style="display: inline-block;">Your Email : </p>
<input type="text" name="your email">
<br>
<p style="display: inline-block;">Phone Number: </p>
<input type="text" name="Phone Number">
<br>
<p style="display: inline-block;">Message: </p>
<input type="text" name="Message">
<br>
<button type="button" onclick="alert('Thank You')" style="margin-left:250px">Submit</button>
</body>
</html>