-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 896 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Digital Marketer and Web Developer MaMa</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<header>
<div class="left-side">
<h3>Small Digital Marketer</h3>
<h1>Hey, I'm Developer</h1>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Exercitationem incidunt consequatur, ea perferendis alias nemo
doloribus assumenda.
</p>
<button class="btn"><a href="#">Hire ME</a></button>
</div>
<div class="right-side">
<img src="img/profile.png" alt="Profile Picture" />
</div>
</header>
<h1>Hello Worlad!</h1>
</div>
</body>
</html>