-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocation.php
48 lines (34 loc) · 1.55 KB
/
location.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
47
48
<?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>SciPy 2013 Venue</h1>
<img src="img/att.jpg" alt="AT&T Executive Education and Conference Center" width="427" height="285" class="right">
<p>SciPy 2013 will be held at the AT&T Executive Education and Conference Center at the University of Texas campus in Austin, Texas. The newly-constructed complex provides first class meeting facilities, cutting-edge multimedia technology, and outstanding dining and accommodation options on-site. The conference center is located in the heart of Austin, allowing easy access to the city's renowned
<a href="http://www.ci.austin.tx.us/zilker/">parks</a>, <a href="http://www.austintexas.org/musicians/music_attractions/">music venues</a>, and <a href="http://www.yelp.com/c/austin/restaurants">restaurants</a>.</p>
<h2>Venue Floor Maps</h2>
<p>Level M-1</p>
<img src="img/att_level_1.png" alt="AT&T Executive Education and Conference Center Level 1" width="100%">
<p>Level M-2</p>
<img src="img/att_level_2.png" alt="AT&T Executive Education and Conference Center Level 1" width="100%">
</section>
<div style="clear:both;"></div>
<footer id="page_footer">
<?php include('inc/page_footer.php') ?>
</footer>
</div>
</body>
</html>