-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>md-website</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top-banner">
<div class="half-width">
<h1>Welcome to</h1>
<h1><span class="name-highlite">Mohammad</span> Website</h1>
<h3>world class web developer</h3>
<p>I want to be a web developer cause when I see any websit that time my mind is thought how to create such amazing website. hotever i want to learn so many prigraming languages and want to use so many web making software.</p>
<a class="link-button" target="-blank" href="https://www.linkedin.com/in/mohammad-biswash-9b891417b/">HIRE ME</a>
</div>
<div class="half-width">
<img src="img/image 11.png" alt="image 11">
</div>
</section>
<section class="dream-area">
<div class="half-width">
<img src="images/jhankar2.png" alt="jhankar2">
</div>
<div class="half-width">
<h2>DREAM BIG</h2>
<h4>become a world class web-developer </h4>
<p> I want to be a web developer cause when I see any websit that time my mind is thought how to create such amazing website. hotever i want to learn so many prigraming languages and want to use so many web making software </p>
<a class="link-button" target="-blank" href="https://www.linkedin.com/in/mohammad-biswash-9b891417b/">download resume</a>
</div>
</section>
<section class="experience-area">
<h1>EXPRIENCES</h1>
<div id="legend-web" class="half-width single-experience">
<h2> LEGEND WEB DEVELOPER</h2>
<h3 class="name-highlite">2021-present | pro level developer</h3>
<p> I want to be a web developer cause when I see any websit that time my mind is thought how to create such amazing website. hotever i want to learn so many prigraming languages and want to use so many web making software</p>
</div>
<div id="baby-web" class="half-width single-experience">
<h2>BABY WEB DEVELOPER</h2>
<h3 class="name-highlite">2020-2021 | programing hero learner</h3>
<p> I want to be a web developer cause when I see any websit that time my mind is thought how to create such amazing website. hotever i want to learn so many prigraming languages and want to use so many web making software</p>
</div>
</section>
<footer>
<p> copyright Mohammad 2021, all right reserved</p>
</footer>
</html>