generated from koldovsky/htmx-template-autocheck
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout-us-about-us.partial.html
More file actions
36 lines (36 loc) · 1.93 KB
/
about-us-about-us.partial.html
File metadata and controls
36 lines (36 loc) · 1.93 KB
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
<section class="about-section">
<div class="about-section__flex">
<div class="about-section__image-container">
<img src="img/about-us/aboutus.jpeg" alt="people" class="about-section__image">
</div>
<div class="about-section__content">
<div class="about-section__tree-icon">
<img src="img/global/tree.svg" alt="Tree" class="about-section__tree-icon-img"></div>
<h2 class="about-section__title">About Us</h2>
<p class="about-section__subtitle">Allow yourself a refined and relaxing holiday.</p>
<p class="about-section__text">
With nature right at your doorstep, our glamping provides a tranquil escape from the hustle and bustle of everyday life, inviting you to reconnect with the great outdoors in style and comfort.
</p>
<div class="about-section__features">
<div class="about-section__feature">
<img src="img/about-us/aboutus.svg" alt="Star" class="about-section__icon">
<p class="about-section__feature-text">Luxury tents, wood cabins, and geodesic domes;</p>
</div>
<div class="about-section__feature">
<img src="img/about-us/aboutus.svg" alt="Star" class="about-section__icon">
<p class="about-section__feature-text">All amenities are included;</p>
</div>
<div class="about-section__feature">
<img src="img/about-us/aboutus.svg" alt="Star" class="about-section__icon">
<p class="about-section__feature-text">Tasty breakfast and activities with professional guides.</p>
</div>
</div>
<p class="about-section__text">
Whether you're embarking on a romantic retreat, a family adventure, or a solo sojourn, Hidden Heaven offers an idyllic escape where cherished memories are made and cherished.
</p>
<div class="about-section__book-now">
<a href="habitations.html" class="about-section__book-now-link">Book Now</a>
</div>
</div>
</div>
</section>