Skip to content

Instantly share code, notes, and snippets.

@dlferro
Created December 1, 2015 15:48
Show Gist options
  • Save dlferro/eedea9b1d4bc02b06160 to your computer and use it in GitHub Desktop.
Save dlferro/eedea9b1d4bc02b06160 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body {
background-color: white;
color: #4f4f4f;
font-family: Helvetica, Arial, sans-serif;
}
.photo {
width: 100%;
}
.content {
padding: 0 10px;
}
h3 {
margin-bottom: 5px;
padding-bottom: 5px;
text-align: center;
}
.details {
color: #6ccdef;
font-size: 12px;
font-weight: bold;
text-align: center;
}
p,
ul {
font-size: 14px;
line-height: 18px;
}
</style>
</head>
<body>
<img src="http://image.s4.exct.net/lib/fe901570726d037d72/m/1/cloudpages-rewards-header.jpg" class="photo" />
<img src="http://image.s4.exct.net/lib/fe901570726d037d72/m/1/camp-muir.jpg" class="photo" />
<div class="content">
<h3>Hiking Camp Muir</h3>
<p class="details">Saturday, September 05, 2015
<br> 7:00 AM – 7:00 PM</p>
<hr/>
<p>At 10,000 feet, Camp Muir is the most popular base camp for climbers making a bid for the summit of Mt Rainier. On this hike, you'll get a taste of the alpine climbing experience, take in extravagant views and get up close and personal with Washington's highest peak. Whether you're training to climb Rainier, looking for a new challenge, or are intrigued by a visit to this iconic destination, this hike is sure to get your heart pumping! Transportation, gear, light breakfast, and lunch provided.
<ul>
<li>Learn efficient ways to travel on snow</li>
<li>Learn natural history of the area</li>
<li>Learn tips and tools to make your hiking more comfortable and enjoyable</li>
<li>Learn basic navigation and route finding</li>
</ul>
</p>
</div>
<img src="http://image.s4.exct.net/lib/fe901570726d037d72/m/1/grand-teton.jpg" class="photo" />
<div class="content">
<h3>Camping in National Forests Near Grand Teton & Yellowstone</h3>
<p class="details">Saturday, September 06, 2015
<br> 2:00 PM – 3:30 PM</p>
<hr/>
<p>For the past 21 years, Fred and Suzi Dow have visited all 175 National Forests and National Grasslands in the U.S. and Puerto Rico to research their developed campgrounds. In this presentation, Fred and Suzi will focus on seven National Forests surrounding Grand Teton and Yellowstone National Parks in which there are over 50 developed campgrounds within an hour drive of one of the Parks' seven entrances. While these national parks and monuments are outstanding, park visitors can continue their experience by lodging in a National Forest campground, where it is likely less crowded and congested. Additionally taking advantage of the beauty and recreational activities found there too.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment