-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (74 loc) · 4.22 KB
/
index.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
77
78
79
80
81
82
83
<!doctype html>
<html lang ="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Made with Glitch</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id = "content">
<header>
<nav>
<ul>
<li><a href = "index.html">home</a></li>
<li><a href = "store.html">store</a></li>
<li><a href = "blog.html">blog</a></li>
</ul>
</nav>
<div class="logo-herborista">
<img src = "https://cdn.glitch.me/5bc43a93-3a55-4509-b8f9-65ba001ea2fb%2F81921224_102259427970965_3286685923256827904_n.jpg?v=1635622145023" alt = "image of logo_herborista">
</div>
</header>
<main>
<div class="home-grid">
<h1 class = "headline_main">Learn the secrets to avoid the bad posture</h1>
<div class = "pain-img-left">
<img class = "pain-img-left" src = "https://cdn.glitch.me/5bc43a93-3a55-4509-b8f9-65ba001ea2fb%2Fbad_posture_final.jpg?v=1637936957797" alt = "woman with bad posture">
</div>
<h2 class = "headline-paragraph1">
The pains back, a serious problem?
</h2>
<p class = "paragraph1">
The problems of the back, neck and bad posture are common in this time; the lifestyle, the fast world makes people have to do many tasks in a short period of time, so that all the life we have a stressful life, if to all this we add that all the time the people live in front an screen of mobile with the head forward. According to good sources, <strong class = "pains">65 million people in the United States suffer from back pain</strong>, the second cause of attending to a doctor. But the pains of the back not only affected the muscles but also the postural health. While more of these pains affected the people, as it is not a serious problem, they need to continue working despite of all these pains.
</p>
<h2 class = "headline-paragraph2">
Tools to better the health of your back
</h2>
<p class = "paragraph2">
On this web page the people come to find more than answers, come to find rest for their backs and neck, because they can find the necessary tools to relieve the pains accumulated for the stress and job. This is the ideal place <strong class= "exercise">to find exercises to strengthen the muscles of the back and neck</strong>. Many people generally do not have time to go to the physiotherapist and treat their back, neck pains and bad posture.
</p>
<h2 class = "headline-form-free-guide">
sign up and get free a guide to evaluate your posture!
</h2>
<form action = "/my-handling-form-page" method= "post">
<ul>
<li>
<label for="name">Name:</label>
<input type="text" id="name" name="user_name" value="by default this element is defined with this text ">
</li>
<li>
<label for="mail">E-mail:</label>
<input type="email" id="mail" name="user_name" value="by default this element is defined with this text">
</li>
<li class="button">
<button type="submit">
get free guide
</button>
</li>
</ul>
</form>
<div class = "image_link">
<a href = "blog.html"><img class = "image_link" src = "https://cdn.glitch.me/5bc43a93-3a55-4509-b8f9-65ba001ea2fb%2Fbanner_emotions_blog.jpg?v=1637938598010" alt = "image of woman relaxing"></a>
</div>
</div>
</main>
<footer>
<p id = "copy">©2021 Moisés Parra EL Herborista - WDD 130-25|<a target = "_blank" href = "site-plan.html">Site Plan</a></p>
<div class="face">
<a href= "https://www.facebook.com/correctoresanaid/?ref=pages_you_manage"> <img src ="https://cdn.glitch.me/5bc43a93-3a55-4509-b8f9-65ba001ea2fb%2Ffacebook_icon.png?v=1637366198199" alt = "facebook icon"></a>
</div>
</footer>
</div>
</body>
</html>