-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocation_directions_.php
46 lines (32 loc) · 2.53 KB
/
location_directions_.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<?php $thisPage="Venue"; ?>
<head>
<?php include('inc/header.php') ?>
<link rel="shortcut icon" href="http://conference.scipy.org/scipy2013/favicon.ico" />
</head>
<body>
<div id="container">
<?php include('inc/page_headers.php') ?>
<section id="sidebar">
<?php include("inc/sponsors.php") ?>
</section>
<section id="main-content">
<h1>Directions</h1>
<div class="image_right">
<iframe width="350" height="200" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&hl=en&geocode=&q=1900+University+Avenue,+Austin,+Texas+78705&sll=37.0625,-95.677068&sspn=28.529345,56.25&ie=UTF8&hq=&hnear=1900+University+Ave,+Austin,+Travis,+Texas+78705&source=embed&t=m&ll=30.282936,-97.74004&spn=0.014824,0.029955&z=14&iwloc=A&output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?f=q&hl=en&geocode=&q=1900+University+Avenue,+Austin,+Texas+78705&sll=37.0625,-95.677068&sspn=28.529345,56.25&ie=UTF8&hq=&hnear=1900+University+Ave,+Austin,+Travis,+Texas+78705&source=embed&t=m&ll=30.282936,-97.74004&spn=0.014824,0.029955&z=14&iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
<p><a href="http://www.meetattexas.com/driving-directions.html" target="blank">Driving directions</a> are available at the AT&T Executive Education and Conference Center website.</p>
<p>Local bus service <a href="http://www.capmetro.org/planner/">trip planner</a>. Also use "Public Transit" option for directions on <a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=1900+University+Avenue,+Austin,+Texas+78705&sll=37.0625,-95.677068&sspn=28.529345,56.25&ie=UTF8&hq=&hnear=1900+University+Ave,+Austin,+Travis,+Texas+78705&ll=30.282936,-97.739997&spn=0.016936,0.017381&z=16&source=embed" target="blank">Google Map</a>.</p>
<p>If you're coming from the Austin-Bergstrom International Airport, we recommend catching the Airport Flyer. The conference center is next door to the Blanton Museum. We recommend using the "TRINITY / 18TH" stop - two stops prior to Timepoint 1 on this <a href="RT100_SB.PDF" target="_blank">schedule and map (PDF)</a>. Or see an <a href="http://www.capmetro.org/gismaps/maps/100.html" target="_blank">interactive map</a>.</p>
</section>
<div style="clear:both;"></div>
<footer id="page_footer">
<?php include('inc/page_footer.php') ?>
</footer>
</div>
</body>
</html>