-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (35 loc) · 1.53 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content= "width=device-width, initial-scale=0.75">
<title>Ibtida Bhuiyan</title>
<meta name="description" content="My personal website">
<meta name="keywords" content="Ibtida Bhuiyan, Ibtida, Bhuiyan, website, personal website, portfolio">
<meta name="author" content="Ibtida Bhuiyan">
<meta name="google-site-verification" content="EO2MtYrx3mTiJnMUPK6JwyAfLEHg3U_AEAvDGciTTOo" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="centered-container">
<div class="top-links">
<div class="bracket-link">
<a href="Resume.pdf" target="_blank">Resume</a>
<a href="mailto:[email protected]">Contact Me</a>
</div>
</div>
<div class="profile-pic">
<img src="img/propic3.jpg" alt="me">
</div>
<h1>Ibtida Bhuiyan</h1>
<h3>Software Engineer at Expedia Group - Lodging Booking</h3>
<h4>Find me on
<a href="https://github.com/ibhuiyan17" target="_blank">Github</a>
or
<a href="https://www.linkedin.com/in/ibtidabhuiyan" target="_blank">LinkedIn</a>
</h4>
<h5>Check out my latest project!</h5>
<a href="http://www.spotify-ppm.com" target="_blank">Personalized Playlist Maker for Spotify</a>
</div>
</body>
</html>