-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
103 lines (101 loc) · 1.54 KB
/
test.html
File metadata and controls
103 lines (101 loc) · 1.54 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
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
.column{
float: left;
width:20%;
padding: 10px
height: 600px
}
</style>
<style type="text/css">
div{
padding: 60px;
}
</style>
<style type="text/css">
table,th,td{
border: 1px solid black;
}
</style>
<title></title>
</head>
<body >
<div class="column" style="background: blueviolet;">
<h1>Asfaq Mahmud Saif</h1>
<img src="img_girl.jpg" width="300" height="400">
<h2>Computer Engineer</h2>
<h3>Email</h3>
<ul>
<li>
asfaqmahmudsaifx@gmail.com
</li>
</ul>
<h3>
Phone
</h3>
<ul>
<li>
+880167891011
</li>
</ul>
<h3>LinkedIn</h3>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=k-zMkzmduqI">Saifx</a>
</li>
</ul>
<h3>Maritial Status</h3>
<ul>
<li>
Unmarried
</li>
</ul>
</div>
<div >
<p>I am Saif from Khulna University of Engineering and Technology</p>
<h1>Work History</h1>
<table>
<tr>
<th>2012-2017</th>
<th>2017-2019</th>
<th>2020-2023</th>
</tr>
<tr>
<td>School</td>
<td>College</td>
<td>KUET</td>
</tr>
</table>
<h1>Education</h1>
<table style="width:20%">
<tr>
<td>JSC</td>
<td>SSC</td>
<td>HSC</td>
</tr>
<tr>
<td>GPA-5.00</td>
<td>GPA-5.00</td>
<td>GPA-5.00</td>
</tr>
</table>
<h1>Certificates</h1>
<table style="width:20%">
<tr>
<td>2018</td>
<td>2021</td>
<td>2022</td>
</tr>
<tr>
<td>Adobe</td>
<td>Unity Engine</td>
<td>Android</td>
</tr>
</table>
</div>
</body>
</html>