forked from TenTraicion/MH-v1.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (57 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>MH Profile</title>
</head>
<body>
<center>
<img src="Images/Circle-MH.png" alt="MH-Profile Picture" height="300px" width="300px">
<h1>Mehedi Hasan</h1>
<h3>Co-Founder & CEO of <strong><a href="https://platinamo.com">Platinamo Ltd.</a></strong></h3>
<h3>Co-Founder & CEO of <strong><a href="https://peerconnectors.com">Peer Connectors</a></strong></h3>
<hr size="3" noshade>
<h2>About MH</h2>
<p>Hey there, It's MH(Mehedi Hasan) who is a type of psychopath in his work. I mostly prefer team work, that's how i build up Platinamo thanks to my partner Md. Mizanur Rahman Shojib.
Well, I've also created an wonderfull team with the help of my beloved big bro: Hira Saha. Hope we will have a great journey ahead with the help of those great man I'm working with. Thnaks to the whole branch (say team) for helping me untill now.
</p>
<table>
<tr>
<th>
<a href="contact.html">
<button type="button">Contact Me</button>
</a>
</th>
<th>
<a href="about.html">
<button type="button">About Me</button>
</a>
</th>
<th>
<a href="hobbies.html">
<button type="button">Hobbies</button>
</a>
</th>
<th>
<a href="education.html">
<button type="button">Education</button>
</a>
</th>
<th>
<a href="professions.html">
<button type="button">Professions</button>
</a>
</th>
<th>
<a href="projects.html">
<button type="button">Projects</button>
</a>
</th>
</tr>
</table>
<a href="https://elpro-mh.github.io/MH-v2.0/">
<button type="button">Version 2.0</button>
</a>
</center>
</body>
</html>