-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.1 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.1 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
<!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>pearl.com</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="div">
<img class="image" src="images/IMG_5070.JPG" alt="my picture">
<div class="text">
<h1>Olaniyan Semilore</h1>
<p>
Hi! i'm the founder of Abeke Stitches, a fashion designer
founded on the premise that cloth covers people's
nakedness and beautify them.
</p>
</div>
<div>
<footer>
<button class="button"><strong>Get in touch</strong></button>
<ul>
<a href="#" class="fa fa-linkedin"></a><a href="https://twitter.com/abeke___" class="fa fa-twitter">
</a><a href="#" class="fa fa-instagram"></a><a href="https://wa.me/08162488960"></a>
</ul>
</footer>
</div>
</div>
</body>
</html>