forked from ankit-khemani/swasthya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
3.html
37 lines (29 loc) · 1.08 KB
/
3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"> <! Used to convert machine code to human readable and vice versa using Charset UTF-8 >
<title>Portfolio</title>
<link rel="stylesheet" href="port.css">
</head>
<body>
<header>
<h3> <b> MEETME </b></h3>
</header>
<div class="box1">
<img src="images/3.jfif">
<h4>
HELLO EVERYBODY, I AM
</h4>
<h1>
Lorena Bolaños
</h1>
<p>
Lorena Bolaños was born with a large congenital nevus, a mole that covers a large portion of her body. As a child, classmates made fun of her and adults thought it was an illness that could make other people sick.
Bolaños had a photo shoot as part of Underneath We Are Women, a project that showcases women of all body types.
"My objective is that everybody needs to understand that self-acceptance is the first step to achieve happiness," Bolaños told BuzzFeed News
</p>
<p>
</p>
</div>
</body>
</html>