-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (55 loc) · 3.29 KB
/
index.html
File metadata and controls
62 lines (55 loc) · 3.29 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
53
54
55
56
57
58
59
60
61
62
<!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>My Fourth Project</title>
<link rel="stylesheet" href="style.css"><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=Fira+Sans&display=swap" rel="stylesheet">
</head>
<body>
<section class="top-banner flexible">
<div class="half-width">
<h1>Welcome to</h1>
<h1>Where <span class="textcolor">Shaown Rule!</span></h1>
<h3>About Shaown Abir Khan.<hr></h3>
<p>Hello, My name is Shaown Abir Khan.I live in gazipur,Bangladesh.I Study in CSE department.I don't like to go out that much.I am very introvert and shy.But I have lots of good friends.I love sports very much.Badminton,Tennis,Football/Soccer,cricket etc sports I like the most.My Favorite hobby is reading books and watch geography and animal documentory.My favorite book is Three detective,Treasure Island,Sherlock holmes and many others.I like to be an engineer who works in Apple.I hope one day my dream will become true.</p>
<a class="style" target="blank" href="https://www.linkedin.com/in/shaown-abir-khan-083227196/">Hire me</a>
</div>
<div class="half-width">
<img src="images/shaown.png" alt="Sorry your page don't show the pic">
</div>
</section>
<section class="detail flexible">
<div class="half-width">
<img src="images/shaown.png" alt="Sorry your page don't show the pic">
</div>
<div class="half-width">
<h1>Dream big</h1>
<h3>Become a programer<hr></h3>
<p>When I first thought about programming I thought it was a boring thing.But when I am starting to learning it I feel very comfortabel and now I think that it was a great fun.I like to learn new things and I think it is very cool to learn something new. </p>
<a class="style" target="_blank" href="https://www.linkedin.com/in/shaown-abir-khan-083227196/">More details</a>
</div>
</section>
<section class="experience-area">
<h1>Experience</h1>
<div class="flexible">
<div id="student" class="area">
<h1>Junior web developer.</h1>
<h3 class="headcolor">2021-Present</h3>
<p>I am just a beginner who want to learn web development.I am find it quiet difficult but I am determine to do it.Basically I think it is very cool to learn web development.Because you can make your own website and built some apps which is pretty cool.I hope that one day I can call myself as a profesional web developer. </p>
</div>
<div id="web" class="area">
<h1>As a Student</h1>
<h3 class="headcolor">2018-Present</h3>
<p>I read in <b>CSE</b> department.I had great difficulties when I first started to learn CSE.But Now I am quiet comfortable in it and I finally realize what should I need to do and now I am doing it and I am loving it.</p>
</div>
</div>
</section>
<footer>
<p style="text-align: center;"> @shaown abir khan 2020 initiative.</p>
</footer>
</body>
</html>