generated from goitacademy/vanilla-app-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
62 additions
and
43 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,10 +1,16 @@ | ||
<section class="hero"> | ||
<div class="container hero-container"> | ||
<div class="content-container"> | ||
<h1 class="hero-title">Explore the <span class="capitalize">hight seas</span> with <span class="capitalize">our luxury yacht rentals</span></h1> | ||
<p class="hero-paragraph">Experience the freedom and luxury of yachting on the open seas. Choose from our top-of-the-line yachts and embark on an unforgettable journey surrounded by breathtaking views and state-of-the-art amenities.</p> | ||
</div> | ||
<a href="#rent-a-yacht" class="hero-btn">Yacht rental</a> | ||
|
||
</div> | ||
</section> | ||
<div class="container hero-container"> | ||
<!-- <div class="content-container"> --> | ||
<h1 class="hero-title"> | ||
Explore the <span class="capitalize">hight seas</span> with | ||
<span class="capitalize">our luxury yacht rentals</span> | ||
</h1> | ||
<p class="hero-paragraph"> | ||
Experience the freedom and luxury of yachting on the open seas. Choose | ||
from our top-of-the-line yachts and embark on an unforgettable journey | ||
surrounded by breathtaking views and state-of-the-art amenities. | ||
</p> | ||
<!-- </div> --> | ||
<a href="#rent-a-yacht" class="hero-btn">Yacht rental</a> | ||
</div> | ||
</section> |