Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# explore-california
# explore-Oregon
Files to use to practice git commands
2 changes: 1 addition & 1 deletion assets/stylesheets/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";

/*style sheet for Explore California
/*style sheet for Explore Oregon

©2012 lynda.com
This style sheet may be reused for personal education only
Expand Down
24 changes: 12 additions & 12 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Explore California: Contact Us</title>
<title>Explore Oregon: Contact Us</title>
<link href="assets/stylesheets/main.css" rel="stylesheet" type="text/css" media="all">
<script src="assets/javascripts/jquery-1.5.1.min.js"></script>
<script src="assets/javascripts/jquery-ui-1.8.10.custom.min.js"></script>
Expand All @@ -15,7 +15,7 @@
<div id="mainHeader">
<a href="index.html" title="home" class="logo">
<div id="logo">
<h1>Explore California</h1>
<h1>Explore Utah</h1>
</div>
</a>
<div id="siteNav">
Expand Down Expand Up @@ -100,7 +100,7 @@ <h2>Support options</h2>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CA">Oregon</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
Expand Down Expand Up @@ -164,25 +164,25 @@ <h2>Support options</h2>
</p>
<p>
<input type="checkbox" name="calm" id="calm" tabindex="180">
<label for="calm">California Calm</label>
<label for="calm">Oregon Calm</label>
</p>
<p>
<input type="checkbox" name="hotsprings" id="hotsprings" tabindex="190">
<label for="hotsprings">California Hotsprings</label>
<label for="hotsprings">Oregon Hotsprings</label>
</p>
</div>
<div class="col2">
<p>
<input type="checkbox" name="cycle" id="cycle" tabindex="210">
<label for="cycle">Cycle California</label>
<label for="cycle">Cycle Oregon</label>
</p>
<p>
<input type="checkbox" name="desert" id="desert" tabindex="220">
<label for="desert">From Desert to Sea</label>
</p>
<p>
<input type="checkbox" name="kids" id="kids" tabindex="230">
<label for="kids">Kids California</label>
<label for="kids">Kids Oregon</label>
</p>
</div>
<div class="col3">
Expand All @@ -196,7 +196,7 @@ <h2>Support options</h2>
</p>
<p>
<input type="checkbox" name="taste" id="taste" tabindex="260">
<label for="taste">Taste of California</label>
<label for="taste">Taste of Oregon</label>
</p>
</div>
<p class="clear">
Expand Down Expand Up @@ -226,7 +226,7 @@ <h2>Support options</h2>
<div id="secondaryContent">
<div id="specials" class="callOut">
<h1>Monthly Specials</h1>
<h2 class="top"><img src="assets/images/calm_bug.gif" alt="California Calm" width="75" height="75" />California Calm</h2>
<h2 class="top"><img src="assets/images/calm_bug.gif" alt="Oregon Calm" width="75" height="75" />Oregon Calm</h2>
<p>Day Spa Package <br />
<a href="tours/tour_detail_cycle.html">$250</a></p>
<h2><img src="assets/images/desert_bug.gif" alt="From desert to sea" width="75" height="75" />From Desert to Sea</h2>
Expand All @@ -235,13 +235,13 @@ <h2><img src="assets/images/desert_bug.gif" alt="From desert to sea" width="75"
<h2><img src="assets/images/backpack_bug.gif" alt="Backpack Cal" width="75" height="41" />Backpack Cal</h2>
<p>Big Sur Retreat <br />
<a href="tours/tour_detail_cycle.html">$620</a></p>
<h2><img src="assets/images/taste_bug.gif" alt="Taste of California" width="75" height="75" />Taste of California</h2>
<h2><img src="assets/images/taste_bug.gif" alt="Taste of Oregon" width="75" height="75" />Taste of Oregon</h2>
<p>Tapas &amp; Groves <br />
<a href="tours/tour_detail_taste.html">$150</a></p>
</div>
<div id="trivia" class="callOut">
<h1>Did You Know?</h1>
<p>California is home to many natural hot springs, which contain a high mineral content that is considered therapeutic. Calistoga is probably our most famous example but many day spas have hot tubs and water treatments that mimic these conditions.</p>
<p>Oregon is home to many natural hot springs, which contain a high mineral content that is considered therapeutic. Calistoga is probably our most famous example but many day spas have hot tubs and water treatments that mimic these conditions.</p>
</div>
</div>

Expand All @@ -267,7 +267,7 @@ <h1>Resources</h1>
</div>
<div id="companyInfo">
<h1>Contact</h1>
<h2>Explore California</h2>
<h2>Explore Oregon</h2>
<p>5605 Nota Street<br />
Ventura, CA 93003</p>
<p>866.555.4310<br />866.555.4315 <em>(24 hour support)</em></p>
Expand Down
20 changes: 10 additions & 10 deletions explorers.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Explore California: Explorers</title>
<title>Explore Oregon: Explorers</title>
<link href="assets/stylesheets/main.css" rel="stylesheet" type="text/css" media="all">
<script src="assets/javascripts/jquery-1.5.1.min.js"></script>
<script src="assets/javascripts/jquery-ui-1.8.10.custom.min.js"></script>
Expand All @@ -14,7 +14,7 @@
<div id="mainHeader">
<a href="index.html" title="home" class="logo">
<div id="logo">
<h1>Explore California</h1>
<h1>Explore Oregon</h1>
</div>
</a>
<div id="siteNav">
Expand Down Expand Up @@ -69,25 +69,25 @@ <h1>The Explorers</h1>
<h1>Come make a few friends</h1>
<img src="assets/images/bikes.jpg" alt="Come join us!" class="articleImage" />
<div class="multiCol">
<p>The Explorers are a community of people who love to travel, love California, and want to share their journeys and experiences with others. Joining is free, so if you haven't signed up yet, <a href="explorers/join.html">do so now!</a></p>
<p>The Explorers are a community of people who love to travel, love Oregon, and want to share their journeys and experiences with others. Joining is free, so if you haven't signed up yet, <a href="explorers/join.html">do so now!</a></p>
<p>Joining up will make you eligible for discounts, extra tour goodies, exclusive side excursions, and other super-secret fun stuff! It's also a great way of making friends. We have Explorers-only gatherings where you can meet, mingle, and form friendships with other touring enthusisasts!</p>
<p>Best of all...joining is absolutely free!</p>

<h2>So...what can you do?</h2>
<p>When you sign up, you'll be able to write articles for our <a href="http://www.explorecalifornia.org/blog">blog</a>, submit your photos in the <a href="explorers/gallery.html">photo gallery</a>, and you'll receive special members-only deals on all upcoming Explore California tours! You also get priority seating and quick check-in! Heck, if you go on enough tours, we might even have you guide a few for us!</p>
<p>When you sign up, you'll be able to write articles for our <a href="http://www.exploreOregon.org/blog">blog</a>, submit your photos in the <a href="explorers/gallery.html">photo gallery</a>, and you'll receive special members-only deals on all upcoming Explore Oregon tours! You also get priority seating and quick check-in! Heck, if you go on enough tours, we might even have you guide a few for us!</p>
<p>If you're going to one of our overnight tours, you'll receive a special hospitality gift when you check into your hotel. We also make sure that you're always booked for late checkout. How's that for cool?</p>
<p>You'll also want to check out our monthly <a href="explorers/podcast.html">video podcast</a>. It includes in-depth looks at the places you can visit on Explore California tours, tour showcases, and occasionally features surprise guests. If our cameras catch you on an Explore California tour, you could be a part of it too!</p>
<p>You'll also want to check out our monthly <a href="explorers/podcast.html">video podcast</a>. It includes in-depth looks at the places you can visit on Explore Oregon tours, tour showcases, and occasionally features surprise guests. If our cameras catch you on an Explore Oregon tour, you could be a part of it too!</p>

<h2>One more thing...</h2>
<p>Oh yeah, one more thing... once you join you'll receive our super-secret decoder ring (no kidding)! On many of our tours, your decoder ring can be used to unlock cool new trails or Explore California goodie packs!</p>
<p>Oh yeah, one more thing... once you join you'll receive our super-secret decoder ring (no kidding)! On many of our tours, your decoder ring can be used to unlock cool new trails or Explore Oregon goodie packs!</p>
</div>
</div>
</div>

<div id="secondaryContent">
<div id="specials" class="callOut">
<h1>Monthly Specials</h1>
<h2 class="top"><img src="assets/images/calm_bug.gif" alt="California Calm" width="75" height="75" />California Calm</h2>
<h2 class="top"><img src="assets/images/calm_bug.gif" alt="Oregon Calm" width="75" height="75" />Oregon Calm</h2>
<p>Day Spa Package <br />
<a href="tours/tour_detail_cycle.html">$250</a></p>
<h2><img src="assets/images/desert_bug.gif" alt="From desert to sea" width="75" height="75" />From Desert to Sea</h2>
Expand All @@ -96,13 +96,13 @@ <h2><img src="assets/images/desert_bug.gif" alt="From desert to sea" width="75"
<h2><img src="assets/images/backpack_bug.gif" alt="Backpack Cal" width="75" height="41" />Backpack Cal</h2>
<p>Big Sur Retreat <br />
<a href="tours/tour_detail_cycle.html">$620</a></p>
<h2><img src="assets/images/taste_bug.gif" alt="Taste of California" width="75" height="75" />Taste of California</h2>
<h2><img src="assets/images/taste_bug.gif" alt="Taste of Oregon" width="75" height="75" />Taste of Oregon</h2>
<p>Tapas &amp; Groves <br />
<a href="tours/tour_detail_taste.html">$150</a></p>
</div>
<div id="trivia" class="callOut">
<h1>Did You Know?</h1>
<p>California produces over 17 million gallons of wine each year!</p>
<p>Oregon produces over 17 million gallons of wine each year!</p>
</div>
</div>

Expand All @@ -128,7 +128,7 @@ <h1>Resources</h1>
</div>
<div id="companyInfo">
<h1>Contact</h1>
<h2>Explore California</h2>
<h2>Explore Oregon</h2>
<p>5605 Nota Street<br />
Ventura, CA 93003</p>
<p>866.555.4310<br />866.555.4315 <em>(24 hour support)</em></p>
Expand Down
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Welcome to Explore California</title>
<title>Welcome to Explore Oregon</title>
<link href="assets/stylesheets/main.css" rel="stylesheet" type="text/css" media="all">
<script src="assets/javascripts/jquery-1.5.1.min.js"></script>
<script src="assets/javascripts/jquery-ui-1.8.10.custom.min.js"></script>
Expand All @@ -15,7 +15,7 @@
<div id="mainHeader">
<a href="index.html" title="home" class="logo">
<div id="logo">
<h1>Explore California</h1>
<h1>Explore Oregon</h1>
</div>
</a>
<div id="siteNav">
Expand Down Expand Up @@ -55,25 +55,25 @@ <h1>Where do you want to go?</h1>
</div>

<div id="actionCall">
<h1>Explore our world your way</h1>
<h1>Explore Oregon</h1>
<a href="tours.html" title="Find your tour!"><h2>Find your tour</h2></a>
</div>

<div id="contentWrapper">
<div id="mainContent">
<div id="mainArticle">
<h1>Tour Spotlight</h1>
<p class="spotlight">This month's spotlight package is Cycle California. Whether you are looking for some serious downhill thrills to a relaxing ride along the coast, you'll find something to love in Cycle California.<br /> <span class="accent"><a href="tours_cycle.html" title="Cycle California">tour details</a></span></p>
<p class="spotlight">This month's spotlight package is Cycle Oregon. Whether you are looking for some serious downhill thrills to a relaxing ride along the coast, you'll find something to love in Cycle Oregon.<br /> <span class="accent"><a href="tours_cycle.html" title="Cycle Oregon">tour details</a></span></p>

<h1>Explorer's Podcast</h1>
<p class="videoText">Join us each month as we publish a new Explore California video podcast, with featured tours, customer photos, and some exciting new features!<span class="accent"><a href="explorers/video.html" title="Video Podcast">Watch the full video</a></span></p>
<h1>Explorer Oregon</h1>
<p class="videoText">Join us each month as we publish a new Explore Oregon video podcast, with featured tours, customer photos, and some exciting new features!<span class="accent"><a href="explorers/video.html" title="Video Podcast">Watch the full video</a></span></p>
</div>
</div>

<div id="secondaryContent">
<div id="specials" class="callOut">
<h1>Monthly Specials</h1>
<h2 class="top"><img src="assets/images/calm_bug.gif" alt="California Calm" width="75" height="75" />California Calm</h2>
<h2 class="top"><img src="assets/images/calm_bug.gif" alt="Oregon Calm" width="75" height="75" />Oregon Calm</h2>
<p>Day Spa Package <br />
<a href="tours/tour_detail_cycle.html">$250</a></p>
<h2><img src="assets/images/desert_bug.gif" alt="From desert to sea" width="75" height="75" />From Desert to Sea</h2>
Expand All @@ -82,14 +82,14 @@ <h2><img src="assets/images/desert_bug.gif" alt="From desert to sea" width="75"
<h2><img src="assets/images/backpack_bug.gif" alt="Backpack Cal" width="75" height="41" />Backpack Cal</h2>
<p>Big Sur Retreat <br />
<a href="tours/tour_detail_cycle.html">$620</a></p>
<h2><img src="assets/images/taste_bug.gif" alt="Taste of California" width="75" height="75" />Taste of California</h2>
<h2><img src="assets/images/taste_bug.gif" alt="Taste of Oregon" width="75" height="75" />Taste of Oregon</h2>
<p>Tapas &amp; Groves <br />
<a href="tours/tour_detail_taste.html">$150</a></p>
</div>

<div id="trivia" class="callOut">
<h1>Did You Know?</h1>
<p>The official state flag of California was designed by William Todd and first used on June 14, 1846. The flag was not officially adopted until 1911. The flag features a grizzly bear, a red bar, a star and is one of the most recognizable state flags in the Nation.</p>
<p>The official state flag of Oregon was designed by William Todd and first used on June 14, 1846. The flag was not officially adopted until 1911. The flag features a grizzly bear, a red bar, a star and is one of the most recognizable state flags in the Nation.</p>
</div>
</div>
</div>
Expand All @@ -116,7 +116,7 @@ <h1>Resources</h1>
</div>
<div id="companyInfo">
<h1>Contact</h1>
<h2>Explore California</h2>
<h2>Explore Oregon</h2>
<p>5605 Nota Street<br />
Ventura, CA 93003</p>
<p>866.555.4310<br />866.555.4315 <em>(24 hour support)</em></p>
Expand Down
Loading