-
Notifications
You must be signed in to change notification settings - Fork 0
/
sesiones-reiki.html
53 lines (46 loc) · 1.59 KB
/
sesiones-reiki.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
41
42
43
44
45
46
47
48
49
50
51
52
53
<!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>Kunuu Terapias</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="bg"></div>
<div class="bg bg2"></div>
<div class="bg bg3"></div>
<nav>
<a id="url-titulo" href="index.html">
<img id="loto1" src="./recursos/flor-de-loto.png">
<h1>Kunu'u Terapias</h1>
<img id="loto2" src="./recursos/flor-de-loto.png">
</a>
</nav>
<section id="articulo">
<h2 id="titulo-articulo">Reiki</h2>
<p id="contenido-articulo">
Sesiones de reiki presencial y a distancia.
<span> </span>
Es una técnica milenaria de sanación energética por imposición de mano a través de símbolos.
<span> </span>
Se logra el equilibrio
<span> </span>
▪︎FISICO
<span> </span>
▪︎MENTAL
<span> </span>
▪︎ESPIRITUAL
</p>
<img id="firma" src="./recursos/reiki.png" alt="">
</section>
<a id="whatsapp" href="https://api.whatsapp.com/send?phone=+5491157490058&text=Hola! Quiero saber mas de...">
<img src="./recursos/whatsapp.png" alt="icon whatsapp">
</a>
<footer>
<h2>Encontrame también en <a href="https://www.instagram.com/kunuuterapias/">
<img src="./recursos/instagram.png" alt=""></a></h2>
</footer>
</body>
</html>