-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
106 lines (102 loc) · 2.28 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
<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">
<link rel="stylesheet" href="style1.css">
</head>
<body>
<div class="full">
<div class="left">
<div class="image">
<img src="image.jpg"
alt="image"
style="width:200px;height:200px;">
</div>
<div class="Contact">
<h2>Contact</h2>
<p><b>Email id : </b>aisourav302@stud.cou.ac.bd</p>
<p><b>Mobile no : </b>+8801859870590</p>
</div>
<div class="Skills">
<h2>Skills</h2>
<ul>
<li><b>Programming Languages :
C, C++</b></li>
<li><b>Frontend : HTML5, CSS3</b></li>
<li><b>Backend : PHP</b></li>
<li><b>Web Design</b></li>
<li><b>Video Editing</b></li>
</ul>
</div>
<div class="Language">
<h2>Language</h2>
<ul>
<li>English</li>
<li>Bengali</li>
</ul>
</div>
<div class="Hobbies">
<h2>Hobbies</h2>
<ul>
<li>Playing Football,Cricket</li>
<li>Watching Movie</li>
</ul>
</div>
</div>
<div class="right">
<div class="name">
<h1>Arshadul Islam Sourav</h1>
</div>
<div class="title">
<p>Web Developer</p>
</div>
<div class="Summary">
<h2>Summary</h2>
<p>Looking forward a challenging environment where i can learn my knowledge.
</p>
</div>
<div class="Education">
<h2>Education</h2>
<table>
<tr>
<th>Institution </th>
<th>Passing year </th>
<th>cgpa/gpa</th>
</tr>
<tr>
<td>Bakalia Govt High School</td>
<td>2015</td>
<td>5.00</td>
</tr>
<tr>
<td>Hajera Taju Degree College</td>
<td>2017</td>
<td>4.33</td>
</tr>
<tr>
<td>Comilla University</td>
<td>2019-present</td>
<td></td>
</tr>
</table>
</div>
<div class="project">
<ul>
<li>
<h2>Project1</h2>
<p>This project is based on html
& used React</p>
</li>
<li>
<h2>Project2</h2>
<p>This project is based on html
& used React</p>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>