-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (57 loc) · 2.17 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
<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">
<title>Faisal's CV</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="profile_photo.jpg" alt="my-picture" style="width: 160px;height:160px;border-radius: 50%"></td>
<td>
<h1>Faisal Bhuiyan</h1>
<p><em>CSE Student at <strong><a href="http://www.iub.edu.bd/">Independent University, Bangladesh</a></strong> and Senior Copywriter at <strong><a href="https://10waysweb.com/">10Ways Web Properties Ltd</a></strong></em></p>
<p>I love researching, discovering and writing about all things technology. Hoping to become a full stack web developer after I am done with my undergrad.</p>
</td>
</tr>
</table>
<hr>
<h3>Personal Education</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Institutions</th>
</tr>
</thead>
<tbody>
<tr>
<td><i>2007-2018 (Middle and High School Education</i></td>
<td>Bangladesh International School, English Section, Jeddah, Saudi Arabia</td>
</tr>
<tr>
<td><i>2019-Current (Bachelor of Science in CSE)</i></td>
<td><a href="http://www.iub.edu.bd/">Independent University, Bangladesh</a></td>
</tr>
</tbody>
</table>
<p>I have also completed several Programming and Web Development Courses from <a href="https://www.udemy.com/">Udemy</a></p>
</ul>
<hr>
<h3>My Hobbies</h3>
<ul>
<li>Learning about new technology by reading or watching videos.</li>
<li>Capturing beautiful moments using just my smartphone and editing them.</li>
<li>Reading fictional novels (Harry Potter is my favorite)</li>
<li>Watching movies or TV Shows</li>
</ul>
<hr>
<h3>Work Experience</h3>
<ul>
<li>Senior Copywriter at <a href="https://10waysweb.com/">10Ways Web Properties Ltd</a></li>
</ul>
<hr>
<h3><a href="contact_me.html">Contact Me</a></h3>
</body>
</html>