-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from wanderlust-group-project-1/Sandali
feat:Guide-section
- Loading branch information
Showing
5 changed files
with
93 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<div class="home-container"> | ||
<div class="row"> | ||
<div class="col col-2"> | ||
<!-- <div class="col"> --> | ||
<div class="col center-all"> | ||
<h1 class="about-title">About us!</h1> | ||
<p class="about-description">We're your one-stop solution for hassle-free camping adventures. Say goodbye to equipment woes, wasted effort, and unreliable guides. We connect outdoor enthusiasts with quality gear and trustworthy guides.</p> | ||
</div> | ||
<div class="col col-2"> | ||
<img src="<?= ROOT_DIR ?>/assets/images/Mask group.png" alt="Mask group Image"> | ||
<p class="hero-description">We're your one-stop solution for hassle-free camping adventures.<br> Say goodbye to equipment woes, wasted effort, and unreliable guides.<br> We connect outdoor enthusiasts with quality gear and trustworthy guides.</p> | ||
<img class="locked-aspect-ratio" src=" <?= ROOT_DIR ?>/assets/images/Mask group.png" alt="Mask group Image"> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div class="guide"> | ||
<div class="home-container row"> | ||
<div class="col col-4-3"> | ||
<h2 class="about-subtitle">Guides </h2> | ||
<h1 class="guide-title">Find Guides with Ease!</h1> | ||
<p class="hero-description"> Find your ideal camping guides to simplify your<br> outdoor adventures with ease, ensuring a <br>memorable and stress-free experience.</p> | ||
<div class="section-button"><a href="#">Book now</a></div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters