Skip to content

Commit

Permalink
Guests: Add carpool page for travelers
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanijak committed Jan 21, 2014
1 parent f26c078 commit 5443462
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
39 changes: 39 additions & 0 deletions guests/carpool.html
@@ -0,0 +1,39 @@
<h5>Carpools.</h5>
<p class="question-section">Find a ride using the Facebook events below.</p>

<h5>Eugene</h5>
<a href="https://www.facebook.com/events/639532299415988/">https://www.facebook.com/events/639532299415988/</a>

<h5>Monmouth</h5>
<a href="https://www.facebook.com/events/445047465594700/">https://www.facebook.com/events/445047465594700/</a>

<h5>Portland</h5>
<a href="https://www.facebook.com/events/250206161823094/">https://www.facebook.com/events/250206161823094/</a>


<h5>Destinations</h5>
<div>Women's Building (Friday evening)</div>
<ul>
<li>Map: <a href="https://maps.google.com/maps?daddr=44.568795,-123.279262&hl=en&sll=44.56873,-123.279245&sspn=0.003493,0.004796&mra=mift&mrsp=1&sz=18&t=m&z=18">Park near 25th St and Monroe Ave</a></li>
<ul>
<li>Parking on campus (on your left) is suggested</li>
</ul>
<li>Walk south down 26th Street</li>
<li>Venue will be on your right</li>
<li>(If you reach Jefferson you've gone too far.)</li>
<li><strong>Alumni note</strong>: The lot behind the Women's Building is closed.</li>
</ul>

<div style="margin-top: 1.4em">Majestic Theatre (Late nights and Sunday)</div>
<ul>
<li>Map: <a href="https://maps.google.com/maps?q=115+SW+2nd+St,+Corvallis,+OR&hnear=115+SW+2nd+St,+Corvallis,+Benton,+Oregon+97333&gl=us&t=m&z=16">115 SW 2nd Street</a></li>
<li>Park anywhere on the street</li>
<li>For overnight parking on Friday, there's a lot at 2nd &amp; B. <a href="https://www.google.com/maps/preview?hl=en#!data=!1m4!1m3!1d999!2d-123.262227!3d44.558406!4m36!3m16!1m0!1m5!1s645+SW+2nd+St%2C+Corvallis%2C+OR+97333!2s0x54c040c25c35eb75%3A0x46f8b348ddcee164!3m2!3d44.558406!4d-123.262227!3m8!1m3!1d999!2d-123.262976!3d44.5583629!3m2!1i1417!2i1080!4f13.1!5m16!2m15!1m14!1s0x54c040c25c35eb75%3A0x46f8b348ddcee164!2s645+SW+2nd+St%2C+Corvallis%2C+OR+97333!3m8!1m3!1d999!2d-123.262976!3d44.5583629!3m2!1i1417!2i1080!4f13.1!4m2!3d44.558406!4d-123.262227!7m1!3b1&fid=0">Overnight map</a>.</li>
</ul>

<div style="margin-top: 1.4em">Odd Fellows Hall (Saturday evening)</div>
<ul>
<li>Map: <a href="https://www.google.com/maps/preview#!data=!1m4!1m3!1d3998!2d-123.2606258!3d44.562576!4m36!3m16!1m0!1m5!1s223+SW+2nd+St%2C+Corvallis%2C+OR+97333!2s0x54c040ebb4db278d%3A0x15c1fbb5dc436b35!3m2!3d44.5625737!4d-123.2606171!3m8!1m3!1d63960!2d-123.2835365!3d44.5629725!3m2!1i1417!2i1080!4f13.1!5m16!2m15!1m14!1s0x54c040ebb4db278d%3A0x15c1fbb5dc436b35!2s223+SW+2nd+St%2C+Corvallis%2C+OR!3m8!1m3!1d63960!2d-123.2835365!3d44.5629725!3m2!1i1417!2i1080!4f13.1!4m2!3d44.5625737!4d-123.2606171!7m1!3b1&fid=0">223 SW 2nd Street</a></li>
<li>Park anywhere on the street</li>
<li>For overnight parking on Saturday, park anywhere, as parking is free on Sunday.</li>
</ul>
1 change: 1 addition & 0 deletions guests/client-1.2.js
Expand Up @@ -8,6 +8,7 @@ projectModule.config(function($routeProvider) {
when('/volunteers', {controller:VolunteersCtrl, templateUrl: 'volunteers.html'}).
when('/volunteers/:who', {controller:VolunteersCtrl, templateUrl: 'volunteers.html'}).
when('/volunteers/:who/:exactly', {controller:VolunteersCtrl, templateUrl: 'volunteers.html'}).
when('/carpool', {controller:MainCtrl, templateUrl: 'carpool.html'}).
otherwise({redirectTo:'/'});
});

Expand Down
1 change: 1 addition & 0 deletions guests/default.aspx
Expand Up @@ -49,6 +49,7 @@ ul {
<li><a href="/guests/#/">At a glance</a></li>
<li><a href="/guests/#/food">Food</a></li>
<li><a href="/guests/#/volunteers">Volunteers</a></li>
<li><a href="/guests/#/carpool">Travelers</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 5443462

Please sign in to comment.