-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (51 loc) · 2.52 KB
/
Copy pathindex.html
File metadata and controls
52 lines (51 loc) · 2.52 KB
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
<!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>Shakib's Website</title>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top-banner">
<div class="half-width">
<h1>Hello There! Welcome To</h1>
<h1> <span class="blue_highlight">Shakib's</span> Website</h1>
<p>This is just a practice work. I look forward to become a Full stack developer.</p>
<a class="link-button" target="blank" href="https://www.linkedin.com/in/faisalshakib/">Linkedin Profile</a>
</div>
<div class="half-width">
<img src="images/profile.png" alt="">
</div>
</section>
<section class="Objective">
<div class="half-width">
<img src="images/20190912084757_IMG_2579.JPG" alt="">
</div>
<div class="half-width">
<h2>Objective</h2>
<h3>To be a Software Engineer</h3>
<p>Graduate, a curious and keen person who seeks hands-on experience within a company that gives scope to update my knowledge to the latest trends. A work opportunity that will allow me to utilize and implement the academic knowledge that I have obtained through these years in the relevant fields. And be part of a diverse and dynamic team that adds to both my personal and professional growth.</p>
<a class="link-button" target="blank" href="https://github.com/FaisalShakib">Github profile</a>
</div>
</section>
<section class="experience-area">
<h2>Experiences</h2>
<div id="full-stack" class="half-width single-experience">
<h2>Web Design</h2>
<h3 class="blue_highlight">Looking for Entry Level position </h3>
<p> I have worked with HTML, CSS, BootStrap and a little bit JavaScript. Know abut basic web design.</p>
</div>
<div id="self" class="half-width single-experience">
<h2>Frontend Development</h2>
<h3 class="blue_highlight">Currently learning about User Interface design</h3>
<p>Looking forward to expert in JavaScript and React.js</p>
</div>
</section>
<footer>
<p>Copyright Md. Faisal Hossan Shakib 2022, all rights reserved.</p>
</footer>
</body>
</html>