-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog2.html
103 lines (100 loc) · 5.85 KB
/
blog2.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
@@include('./components/Head.html', {
title: 'Название сайта'
})
<body>
<main class="main">
@@include('./components/Header.html')
<section class="section__news">
<div class="banner">
<img class="news__banner" src="https://source.unsplash.com/random/200x200" alt="banner" />
<span class="news__bannerDate">JULY 28, 2021</span>
</div>
<div class="content">
<div class="content__main">
<h1 class="content__title">Where did the Beeswax & Propolis Magic Salve Come From and Why is it so special?</h1>
<p class="content__p">Beeswax and Propolis Magic Salve is brought to us from an ancient recipe that came from Russian Monastery. The combination of it's simple and 100% natural ingredients have proved many times that the salve is magical.</p>
<blockquote class="content__blockquote">It works by pulling up the inflammation from the body and then gently regenerating skin tissues of the affected area.</blockquote>
<p class="content__p">In traditional medicine in Russia, this magic salve is known to help with 100 problems related to inflammation. It is known to help with abscesses, wounds, cysts, cracked skin, dermal problems, swelling, pus, burns and more.
The salve is also commonly used for cosmetic purposes because of its rich regenerating properties. It helps with smoothing out the wrinkles on the face by nourishing skin with a lot of vitamins and minerals that are present in beeswax, propolis and egg yolk oil.</p>
<img class="content__img" src="https://source.unsplash.com/random/565x236" alt="img" />
<p class="content__p">I found out about this salve from my grandmother who was looking for a remedy to help me with my furunculosis from which I was suffering for almost a year . She learned about this salve from her 70y.o surgeon who was taught this recipe in her student years in medical school.
<br/>
I have great stories with this product. One is when my grandmother got a pain on her heel. It got to the point where she couldn't wear a shoe walk because of the pain. So the only solution she saw was to make a Beeswax and Propolis Salve. That day, she applied it as a compress overnight. The next morning, she could not believe the fact that the pain was almost gone. That morning she had to get on the plane to fly from Ukraine to Canada so it was truly a saviour.</p>
<div class="content__footer">
<a href="#"> <previous </a>
<div></div>
<a href="#"> Next magic article> </a>
</div>
</div>
<aside class="content__aside">
<div class="instagram">
<h1>Instagram</h1>
<div class="imgs">
<img src="https://source.unsplash.com/random" />
<img src="https://source.unsplash.com/random" />
<img src="https://source.unsplash.com/random" />
<img src="https://source.unsplash.com/random" />
<img src="https://source.unsplash.com/random" />
<img src="https://source.unsplash.com/random" />
<img src="https://source.unsplash.com/random" />
<img src="https://source.unsplash.com/random" />
<img src="https://source.unsplash.com/random" />
</div>
</div>
<div class="popular">
<span class="popular-title">Popular Posts</span>
<ul>
<li> <a href="#">Where did the Beeswax & Propolis Magic Salve Come From and Why is it so special?</a> </li>
<li> <a href="#">How do we make our healing salves?</a> </li>
<li> <a href="#">Properties of key ingredients in ourselves?</a> </li>
<li> <a href="#">How to use Beeswax & Propolis Magic Salve?</a> </li>
</ul>
</div>
<div class="help">
<h1>what will help</h1>
<div class="card">
<img class="img" src="https://source.unsplash.com/random" loading="lazy" />
<span class="title">Beeswax & Propolis magic salve</span>
<small class="review">1 Review</small>
<span class="price">$25.00</span>
@@include('./components/Button.html', {
text: 'add to cart',
type: 'orange'
})
</div>
</div>
</aside>
</div>
<div class="like">
<h1 class="title">You may also like</h1>
<div class="blocks">
<div class="card">
<img class="card__img" src="https://source.unsplash.com/random" alt="img" loading="lazy" />
<span class="card__title">How to Get the Most Out of MyMagicHealer’s Products?</span>
<a class="card__link" href="#">Read More></a>
</div>
<div class="card">
<img class="card__img" src="https://source.unsplash.com/random" alt="img" loading="lazy" />
<span class="card__title">How to Get the Most Out of MyMagicHealer’s Products?</span>
<a class="card__link" href="#">Read More></a>
</div>
<div class="card">
<img class="card__img" src="https://source.unsplash.com/random" alt="img" loading="lazy" />
<span class="card__title">How to Get the Most Out of MyMagicHealer’s Products?</span>
<a class="card__link" href="#">Read More></a>
</div>
<div class="card">
<img class="card__img" src="https://source.unsplash.com/random" alt="img" loading="lazy" />
<span class="card__title">How to Get the Most Out of MyMagicHealer’s Products?</span>
<a class="card__link" href="#">Read More></a>
</div>
</div>
</div>
</section>
<hr class="hr" />
@@include('./components/Footer.html')
</main>
</body>
</html>