-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (63 loc) · 3.6 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
61
62
63
64
65
66
<!DOCTYPE html>
<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>Biplob Hossain Sheikh Portfolio</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Rubik&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="mystyle.css" />
</head>
<body>
<section class="first-section container-flex">
<div class="header-part-1">
<h1>Welcome to</h1>
<h1><span>Biplob Hossain Sheikh</span> World!</h1>
<h2>Font-End, Android App Developer in native & flutter and DevOps engineer</h2>
<p>I am a Font-End , Android application developer both in native & Cross paltform in Flutter and a Devops Engineer , have 2 years of experience both in flutter and web application development. I love to work with technologya and programming and teaching , reading and social activities are my others interest where I spent so much time to learn new things from the all classes of people</p>
<a class="hire-button" href="https://www.linkedin.com/in/biplob-hossain-sheikh-8020a39a/" target="_blank">Hire Me</a></div>
<div class="header-part-1">
<img src="images/person2.png" alt="biplob hossain sheikh">
</div>
</section>
<section class="second-section container-flex">
<div class="header-part-1 " id="section2-img">
<img src="images/person1.png" alt="biplob hossains sheikh">
</div>
<div class="header-part-1 section2-div">
<h2>Dream Big</h2>
<h3>Mobile Application Developer</h3>
<p>I have already learn mobile application development and make some application for both the native and cross platform in Flutter . I have some teaching experience in our government project based on mobiel application developement</p>
<a class="hire-button" href="https://drive.google.com/file/d/1AV1a7xP3mxuJYN6Sx94BZVMi_FoEuecH/view?usp=sharing" target="_blank" download>Download Resume</a>
</div>
</section>
<section class="third-section">
<h1>Experiences</h1>
<div class="container-flex">
<div class="exp-container" id="skill-border1">
<h2>Font-End Developer</h2>
<h4>2020-present | Junior Developer</h4>
<p>I am the master of HTML, CSS and Javascript. I know everything needed to make a website function, efficient. I didn't stop with the web. I went beyond with most popular Javascript framework called Vue JS. I even know the deployment, server and security. I will give you 100% web solution.</p>
</div>
<div class="exp-container" id="skill-border2">
<h2>Font-End Developer</h2>
<h4>2020-present | Junior Developer</h4>
<p>I am the master of HTML, CSS and Javascript. I know everything needed to make a website function, efficient. I didn't stop with the web. I went beyond with most popular Javascript framework called Vue JS. I even know the deployment, server and security. I will give you 100% web solution.</p>
</div>
<div class="exp-container" id="skill-border3">
<h2>Font-End Developer</h2>
<h4>2020-present | Junior Developer</h4>
<p>I am the master of HTML, CSS and Javascript. I know everything needed to make a website function, efficient. I didn't stop with the web. I went beyond with most popular Javascript framework called Vue JS. I even know the deployment, server and security. I will give you 100% web solution.</p>
</div>
</div>
</section>
</body>
<footer>
<p>©Biplob Hossain Sheikh, a Code16 initiative.</p>
</footer>
</html>