-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
40 lines (39 loc) · 1.56 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>An About Us | Rhode</title>
<link rel="stylesheet" href="aboutus.css" />
</head>
<body>
<section class="about-us">
<div class="about">
<img
src="https://th.bing.com/th/id/R.c3c583d9a74fbad50b31137906d73ba2?rik=jTdDDiMh92E%2fHg&pid=ImgRaw&r=0"
class="pic"
/>
<div class="text">
<h2>About Us</h2>
<h5>Hailey Bieber <span>& Rhode Skincare</span></h5>
<p>
Rhode Skincare is a brand created by Hailey Bieber, inspired by her
personal skincare journey. The brand aims to empower individuals by
revealing healthy and radiant skin through effective and
high-quality products. With a focus on simplicity, effectiveness,
and transparency, Rhode Skincare offers a streamlined product line
formulated with advanced technology and carefully selected
ingredients. The brand prioritizes sustainability and strives to
minimize its environmental impact through recyclable packaging.
Rhode Skincare is committed to providing an exceptional skincare
experience, helping customers achieve confident and beautiful skin.
</p>
<div class="data">
<a href="#" class="hire">Hire Me</a>
</div>
</div>
</div>
</section>
</body>
</html>