-
Notifications
You must be signed in to change notification settings - Fork 0
/
wimhof.html
76 lines (69 loc) · 3.95 KB
/
wimhof.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contacto</title>
<link rel="stylesheet" href="Styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="about_us.html">Sobre Nosotros</a></li>
<li><a href="contacto.html">Contacto</a></li>
</ul>
</nav>
</header>
<section class="wim-hof">
<div class="search-bar-container">
<div class="search-bar">
<form action="#" method="GET">
<input type="text" placeholder="Buscar...">
<button type="submit">
<i class="fas fa-search"></i>
</button>
</form>
</div>
</div>
<h2><strong>Método Wim Hof</strong></h2>
<br>
<p>El Método Wim Hof es una práctica desarrollada por Wim Hof, también conocido como "El hombre de hielo", que combina ejercicios de respiración, exposición controlada al frío y técnicas de concentración mental. La combinación de estos elementos tiene el objetivo de mejorar la resistencia física y mental, reducir el estrés y fortalecer el sistema inmunológico.</p>
<br>
<img src="Imagenes/wim_hof_exposicion_al-frio.jpg" alt="Wimhof exposición al frío" class="imagen">
<img src="Imagenes/wim_hof_beneficios.jpg" alt="Beneficios del wimhof" class="imagen">
<br>
<h2><strong>Componentes del Método Wim Hof</strong></h2>
<br>
<ul>
<li><strong>Respiración:</strong> Incluye una serie de respiraciones profundas que ayudan a oxigenar el cuerpo y a mejorar la concentración.</li>
<li><strong>Exposición al frío</strong> Consiste en entrenarse para soportar bajas temperaturas, como duchas frías o baños en hielo, lo que fortalece la resistencia y el sistema inmunológico.</li>
<li><strong>Concentración y Meditación</strong> Estas técnicas ayudan a mejorar la disciplina mental y a controlar la respuesta del cuerpo ante situaciones de estrés.</li>
</ul>
<br>
<img src="Imagenes/wim_hof_perspectiva_mujer.jpeg" alt="Perspectiva de una mujer haciendo wim hof" class="imagen-medio">
<br>
<h2><strong>Beneficios del Método Wim Hof</strong></h2>
<br>
<ul>
<li><strong>Fortalecimiento del sistema inmunológico:</strong> Ayuda a mejorar la respuesta inmune y a combatir enfermedades.</li>
<li><strong>Reducción de estrés:</strong> La combinación de respiración y meditación contribuye a la relajación y a la reducción de la ansiedad.</li>
<li><strong>Aumento de la energía:</strong> Las personas que practican el método a menudo sienten un aumento en la energía y vitalidad diaria.</li>
</ul>
<br>
<h2><strong>Referencias Bibliográficas</strong></h2>
<br>
<ul>
<li>Kox, M., et al. (2014). Voluntary activation of the sympathetic nervous system and attenuation of the innate immune response in humans. Proceedings of the National Academy of Sciences, 111(20), 7379-7384.</li>
<li>Hof, W., & Rosales, K. (2020). The Wim Hof Method: Activate Your Full Human Potential. Sounds True.</li>
</ul>
</section>
<br>
<footer>
<p>© 2024 Hábitos de Oro. Todos los derechos reservados.</p>
</footer>
<script defer src="script.js"></script>
</body>
</html>