-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
66 lines (64 loc) · 2.73 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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>first-assignment</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top-banner">
<div class="half-width size">
<h1>Hello I'm</h1>
<h2 class="name-highlight">mohamamd biswash</h2>
<p>You might saw me jumpingn, climbing bliuldings and stopping trains but nobody pays me dime for that work</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="images/peter.png" alt="peter-pic">
</div>
</section>
<section class="biography-area">
<div class="half-width">
<img src="images/peter_dream.png" alt="peter_dream-pic">
</div>
<div class="half-width size">
<h1>Biography</h1>
<p>Lorem Ipsam is simply dummy text of the printing and typestting industry.Lorem Ipsam has been the indursty's standard dummy text ever sinces the 1500s, when an unknown printer. Took a gally of type and scrambled it to make a type.</p>
<a class="link-button" href="https://mohammadbiswash.github.io/md-protfolio/">Download CV</a>
</div>
</section>
<section class="latest-area">
<div class="container">
<h1 class="latest-center">My Latest Work</h1>
<div class="trice-width">
<img src="images/latest-work/work-1.png" alt="">
</div>
<div class="trice-width">
<img src="images/latest-work/work-2.jpg" alt="">
</div>
<div class="trice-width">
<img src="images/latest-work/work-3.jpg" alt="">
</div>
</div>
</section>
<footer class="footer-area">
<div class="latest-center">
<h1>What client are say</h1>
</div>
<div class="identy latest-center">
<h3>Bruce Moccy</h3>
<p>Founder & CEO Alies</p>
</div>
<div class="massage latest-center">
<span>"Lorem Ipsam is simply dummy text of the</span> <br> printing and typesting indursty.LoremIpsam"
</div>
<div class="batch latest-center">
<h5>Leave me a massage in the</h5>
<h2>Programing.hero1@gmail.com</h2>
</div>
<p class="latest-center">Programing Hero inatiative.@ 2020 All right reserved</p>
</footer>
</body>
</html>