-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 1.83 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
<link rel="stylesheet" href="assets/sign.css" />
<div class="presentational-container">
<table role="presentation">
<tbody>
<tr class="outer-row">
<td class="headshot-cell">
<a href="https://www.kennethassogba.co">
<img
src="assets/bit1.jpg"
name="preview-image-url"
alt="Kenneth Assogba"
/>
</a>
</td>
<td class="description-cell">
<table role="presentation">
<tbody>
<tr>
<td colspan="2" class="full-name">Md. Raihan</td>
</tr>
<tr>
<td colspan="2" class="title">
Currently working as Freelancer
</td>
</tr>
<tr>
<td valign="top" class="website">
<a
target="_blank"
href="https://www.upwork.com/freelancers/~01e0ec6b9f7f16ac1b"
>Upwork.com</a
>
</td>
</tr>
<tr>
<td colspan="2" class="social-icons">
<ul>
<li>
<a target="_blank" href="https://github.com/Raihanhn">
<img src="assets/github.svg" alt="Github!" />
</a>
</li>
<li>
<a
target="_blank"
href="https://www.linkedin.com/in/raihan20/"
>
<img src="assets/linkedin.svg" alt="LinkedIn!" />
</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>