-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (78 loc) · 2.91 KB
/
index.html
File metadata and controls
86 lines (78 loc) · 2.91 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portflio | Website</title>
<link rel="stylesheet" href="style.css">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,400;1,500;1,700&display=swap"
rel="stylesheet">
</head>
<body>
<section>
<div id="header-bg">
<div class="continear">
<div class="left-content">
<h2>Hello I'm</h2>
<h1><span>Designer Emon</span></h1>
<p>You might saw me jumping,climbring buildings and stoppint trainers.But nobody pays me dime for
the works</p>
<a href="#">HIRE ME</a>
</div>
<div class="right-content">
<img src="images/peter.png" alt="">
</div>
</div>
</div>
</section>
<section>
<div class="bio-bg">
<div class="bio-container">
<div class="bio-pic">
<img src="images/peter_dream.png" alt="">
</div>
<div class="bio-content">
<h2>Biography</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repudiandae, veniam nam? Doloremque
autem ullam unde vel labore officia dicta omnis illum tenetur. Excepturi commodi vitae adipisci,
corrupti quis nostrum similique!</p>
<a href="#">DOWNLODE RESUME</a>
</div>
</div>
</div>
</section>
<section>
<div class="work-bg">
<div class="work-container">
<div class="work-content">
<h2>My Leatest Work</h2>
</div>
<div class="work-pic">
<img src="images/work-1.png" alt="">
<img src="images/work-2.jpg" alt="">
<img src="images/work-3.jpg" alt="">
</div>
</div>
</div>
</section>
<section>
<div class="footer-bg">
<div class="client-content">
<h2>What Clints Are Say</h2>
<h3>Mruce Muccy</h3>
<p>Foundewr & CEO Alies</p>
<span>"Lorem ipsum dolor sit amet consectetur adipisicing elit. Inventore aliquam vitae quia quisquam
cumque"</span>
</div>
<div class="clint-box">
<p>Leave me a massage in the</p>
<h3>Programming.hearo1@gmail.com</h3>
</div>
</div>
<footer>
<p>DESIGNER EMON © 2020 ABOUT US | REFUND POLICY | TERMS AND CONDITIONS | PRIVACY POLICY</p>
</footer>
</section>
</body>
</html>