generated from koldovsky/html-template-autocheck
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.story-container.partial.html
67 lines (67 loc) · 3.15 KB
/
index.story-container.partial.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
<section class="story__craft-beers">
<div class="story__images">
<div class="story__image-backdown">
<img id="image-backdown" class="story__image" width="100%" src="imgs/img-brewery-history/backdown.svg" alt="Backdown">
</div>
<div class="story__image-beers">
<img id="image-beers" class="story__image" src="imgs/img-brewery-history/types-of-beer.png"
alt="Beers Photo">
</div>
</div>
<div class="story__content-container">
<span class="story__description-XXX">X X X</span>
<h2 class="story__title">Crafted to Inspire You Since 1896</h2>
<div class="story__ears-of-wheat">
<img id="image-wheat" class="story__ears-image" src="imgs/img-brewery-history/ears-of-wheat.svg"
alt="Ears of wheat" />
</div>
<h3 class="story__text">Even now, 120 years later, you can enjoy real beer brewed according to medieval recipes.
</h3>
<p class="story__text">
In 1896, a small brewery was opened by brewers from Europe.
Despite the fact that New York had already been a huge metropolis,
fame about our brewery went all over the city.
Within 5 years, our small brewery was serving several thousand customers each month who were true craft beer
fans.
</p>
</div>
<div class="story__content-container">
<p class="story__text">
Time passed, and the brewery expanded. Our business was threatened
with closure during the Great Depression but we survived. After the
Second World War, meetings of veterans were often held in our
brewery, Over a glass of delicious beer, they recalled the old days
and commemorated the dead.
</p>
<p class="story__text">
<em>
«Today our brewery is one of the largest craft beer venues in New
York. We have kept the recipes of the late 19th century, and we
strictly adhere to them. The combination of traditions and new
technologies allowed us to offer the best beer styles for true
connoisseurs.»
</em>
</p>
<div class="story__signature-container">
<img class="story__signature-image" width="45" src="imgs/img-brewery-history/signature.png"
alt="Image signature" />
<h3 class="story__signature-name">
<em>John Cliff</em>
</h3>
</div>
</div>
<div class="story__years-container">
<p class="story__year-text">1896</p>
<p class="story__year-text">1990</p>
<p class="story__year-text">2003</p>
<p class="story__year-text">2022</p>
</div>
<div class="story__details-container">
<ul class="story__details-list">
<li class="story__detail-item">Our brewery was opened</li>
<li class="story__detail-item">3 fantastic tastes were added</li>
<li class="story__detail-item">Modernization of all equipment</li>
<li class="story__detail-item">Restaurant opening </li>
</ul>
</div>
</section>