-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
40 lines (33 loc) · 1.61 KB
/
about.html
File metadata and controls
40 lines (33 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Massage Jasmy</title>
<link rel="icon" href="images\logo-flower-4-green.png">
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<div class="navbar">
<li> <a id=nav-logo-text href="./index.html">MASSAGE JASMY</a></li>
<img id=logo-flower-nav src="images\logo-flower.png" alt="jasmine flower sketched">
<li><a href="./index.html">Home</a></li>
<li><a href="./services-pricing.html">Services & Pricing</a></li>
<li><a href="./about.html">About Jasmy</a></li>
<li><a href="./contact.html">Book an Appointment</a></li>
</div>
<div class="cover">
<div class="cover-text">
<h2>ABOUT JASMY</h2>
<img id=about-flower src="images\flower-about.png" alt="jasmine flower sketched">
<p> Hi, my name is Jasmy. I am studying at super massage school. </p>
<p>Licenses: A++</p>
<p>Specialties: Back, Hand, Feet...</p>
</div>
<img id=jasmy-photo src="images\jasmy-photo.png" alt="jasmy amaya">
</div>
</body>
</html>