-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV.html
157 lines (131 loc) · 8.19 KB
/
CV.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV</title>
</head>
<body bgcolor="#eee">
<table align="center" bgcolor="#aaa" cellpadding="5" cellspacing="0">
<tr>
<td>
<table bgcolor="white" height="1200" width="1000" cellpadding="10" cellspacing="30">
<tr>
<td style="position: absolute; top: 0;">
<div>
<div>
<br><br>
<font size="6" face="Lato"><strong>SIFAT</strong></font>
<font size="6" color="#54AFE4" face="Lato"><span>SAKIB</span></font>
</div>
<br>
<div>
<span >Email: </span>
<em><span>sifatsakib@gmail.com </span></em>
<span></span>
<span>Phone: </span>
<em><span>+8801702-812840</span></em>
</div>
<br><br>
<div>
<u><span>Front-End Developer</span></u>
<span> I am a front-end developer with more than 3 years of experience writing html, css,
and js. I'm motivated, result-focused </span>
<div>and seeking a successful team-oriented company with opportunity to
grow.</div>
</div>
<br><br>
<div><font size="5" color="#54AFE4">EXPERIENCE<hr></font></div>
<table border="0" height="40" width="910" cellpadding="0" cellspacing="0">
<tr >
<td>Front End</td>
</tr>
<tr>
<td>Bangladesh, Dhaka</td>
<td align="right"> Fr developer</td>
</tr>
<tr>
<td>Jan 2021 - Feb 2022</td>
<td align="right">Nicely done!</td>
</tr>
</table>
<br><br>
<table border="0" height="40" width="910" cellpadding="0" cellspacing="0">
<tr>
<td>Front End</td>
</tr>
<tr>
<td>Bangladesh, Dhaka</td>
<td align="right"> Fr developer</td>
</tr>
<tr>
<td>Jan 2021 - Feb 2022</td>
<td align="right">Nicely done!</td>
</tr>
</table>
<br><br>
<div>
<font size="5" color="#54AFE4">EDUCATION<hr>
</font>
</div>
<table border="0" height="40" width="910" cellpadding="0" cellspacing="0">
<tr>
<td>East West University</td>
</tr>
<tr>
<td>Bangladesh, Dhaka</td>
<td align="right">CSE</td>
</tr>
<tr>
<td>BSc</td>
<td align="right">Software Engineering</td>
</tr>
</table>
<br><br>
<div>
<font size="5" color="#54AFE4">PROJECT<hr>
</font>
</div>
<div><b>DSA</b></div>
<p>
<div>I am a front-end developer with more than 3 years of experience writing html, css, and js. I'm motivated,
result-focused and seeking a succe-</div>
</div>
<div>ssful team-oriented company with opportunity to grow.</div></p>
<br>
<div><b>DSA</b></div>
<p>
<div>I am a front-end developer with more than 3 years of experience writing html, css, and js. I'm motivated,
result-focused and seeking a succe-</div>
</div>
<div>ssful team-oriented company with opportunity to grow.</div>
</p>
<br><br>
<div>
<font size="5" color="#54AFE4">SKILLS<hr>
</font>
</div>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<div>
<font size="5" color="#54AFE4">INTERESTS
<hr>
</font>
</div>
<ul>
<li>Reading</li>
<li>Swimming</li>
<li>Gym</li>
</ul>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>