Skip to content

Instantly share code, notes, and snippets.

@facelordgists
Created January 28, 2021 22:02
Show Gist options
  • Save facelordgists/529a71e204dacf3bcdd46af795660e41 to your computer and use it in GitHub Desktop.
Save facelordgists/529a71e204dacf3bcdd46af795660e41 to your computer and use it in GitHub Desktop.
<script>
window.addEventListener("load", function(){
document.getElementById('product-specs-tab').click();
});
</script>
<div>
<h4 style="font-size:28px;margin-bottom:10px">Cruising <a style="color: #007dc1; text-decoration: underline;" href="https://youtu.be/XbwKrCLJaLM">Puget Sound</a></h4>
<div style="display: flex;">
<div style="flex-basis:33.33%;">
<a href="https://youtu.be/XbwKrCLJaLM"><img src="https://waggonerguide.com/wp-content/uploads/2021/01/Cruising-WA-Waters-Thumbnail.jpg"></a>
</div>
<div style="flex-basis:66.66%;padding-left: 30px">
<div>Puget Sound, Hood Canal, and the San Juan Islands are the ideal cruising grounds for those new to boating and for those yet to discover its many hidden gems. This short video is a visual tour and overview to help plan your cruise through Washington State’s inside waters.</div>
</div>
</div>
<h4 style="font-size:28px;margin-bottom:10px">Cruising to <a style="color: #007dc1; text-decoration: underline;" href="https://youtu.be/fDb0cqqHXi8">SE Alaska</a></h4>
<div style="display:flex;">
<div style="flex-basis:33.33%;">
<a href="https://youtu.be/fDb0cqqHXi8"><img src="https://waggonerguide.com/wp-content/uploads/2021/01/Cruising-Southeast-Alaska-Thumbnail.jpg"></a>
</div>
<div style="flex-basis:66.66%;padding-left: 30px">
<div>Cruising Southeast Alaska is what dreams are made of – the wildlife, impressive glaciers, boardwalk villages, and the people are unforgettable, touching the soul of all who visit. Join us on a cruise through SE Alaska and start planning for your dream vacation.</div>
</div>
</div>
<h4 style="font-size:28px;margin-bottom:10px">Cruising the <a style="color: #007dc1; text-decoration: underline;" href="https://youtu.be/_ZsJnZUXFl0">Inside Waters</a> of British Columbia</h4>
<div style="display: flex;">
<div style="flex-basis:33.33%;">
<a href="https://youtu.be/_ZsJnZUXFl0"><img src="https://waggonerguide.com/wp-content/uploads/2021/01/Cruising-BC-Inside-Waters-Thumbnail.jpg"></a>
</div>
<div style="flex-basis:66.66%;padding-left: 30px">
<div>British Columbia’s Inside Passage offers some of the most beautiful cruising grounds in the world, including lovely anchorages, fantastic scenery, and a variety of marinas both large and small. Join us in this visual tour and overview of B.C.’s Inside Waters.</div>
</div>
</div>
<h4 style="font-size:28px;margin-bottom:10px">Cruising the West Coast of <a style="color: #007dc1; text-decoration: underline;" href="https://youtu.be/qukV8SbHdNA">Vancouver Island</a></h4>
<div style="display: flex;">
<div style="flex-basis:33.33%;">
<a href="https://youtu.be/qukV8SbHdNA"><img src="https://waggonerguide.com/wp-content/uploads/2021/01/Cruising-West-Coast-Vancouver-Island-Thumbnail.jpg"></a>
</div>
<div style="flex-basis:66.66%;padding-left: 30px">
<div>For a unique adventure, cruise the less traveled waters of West Vancouver Island with its five major Sounds and other inlets that offer charming villages and unforgettable experiences. This short, narrated overview of B.C.’s Outside Waters is a peek into a special cruising destination.</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment