-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtours.html
More file actions
120 lines (83 loc) · 5.17 KB
/
tours.html
File metadata and controls
120 lines (83 loc) · 5.17 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="javascript.js"></script>
<link rel="icon" href="IndianaFlagIcon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="IndianaFlagIcon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="coolstyle.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=BenchNine ' rel='stylesheet' type='text/css'>
<meta name="description" content="Are you ready for BPA National Conferences 2014? ">
<!--[if lt IE 9]>
<script>
document.createElement("nav");
document.createElement("footer");
</script>
<![endif]-->
<title>Welcome to Indianapolis, Indiana</title>
</head>
<body>
<header>
<img src="indyskyline.jpg" alt="beautiful indianapolis skyline">
<img src="bpaheader.png" alt="BPA header" id="bpahead">
<hr>
</header>
<div id="unwrapper">
<div id="wrapper">
<div id="sidebar">
<nav class="sidedivs">
<ul>
<li class="navbtn"><a href="index.html">Home</a></li>
<li class="navbtn"><a href="history.html">History</a></li>
<li class="navbtn"><a href="restaurants.html">Restaurants</a></li>
<li class="navbtn"><a href="attractions.html">Local Attractions</a>
<ul>
<li id="secnavbtn"><a href="museums.html">Museums</a></li>
<li id="secnavbtn"><a href="parks.html">Parks</a></li>
<li id="secnavbtn"><a href="#">Tours</a></li>
</ul>
</li>
</ul>
</nav>
<div class="sidedivs" id="search">
<div id="srcdiv">
<form id="searchbox_013638411530565087051:pensig_ky-o" action="searchresults.html">
<input value="013638411530565087051:pensig_ky-o" name="cx" type="hidden"/>
<input value="FORID:11" name="cof" type="hidden"/>
<input id="q" style="width:150px;" name="q" type="text" value="Search" onfocus="this.style.color = '#000'; if (this.value == 'Search') {this.value = '';}" onblur="this.style.color = '#777'; if (this.value == ''){ this.value = 'Search'; }"/>
<input id="searchbtn" value="Search" name="sa" type="image" src="searching.png"/>
</form>
</div>
</div>
<div class="sidedivs" id="facts">
</div>
<div class="sidedivs" id="followbpa">
<a href="http://www.facebook.com/businessprofessionalsofamerica?" target="_blank"><img src="facebook.png" alt="facebook" /></a>
<a href="https://twitter.com/national_bpa" target="_blank"><img src="twitter.png" alt="twitter" /></a>
<h3>Find BPA on the web!</h3>
</div>
</div>
<div id="mainbody">
<h1>Tours</h1>
<p>For those less inclined to explore on their own, Indianapolis offers a great many structured tours, many more than listed here. Scroll down to explore some choice Indianapolis tours and find the perfect one for your chapter!</p>
<h3>Monument Cycle Tour</h3>
<p>One tour, the Monument Cycle Tour, gives a great view of Indianapolis' most recognizable landmark. On the tour, you get a great view of the architecture, monuments, hear stories, and get some great exercise. Every Friday and Saturday the tour takes place, but if it's raining too hard, or the conditions aren't favorable, then it's cancelled for the day. During, you'll learn information about the Monument Circle, and learn about it's role in the foundation of the city and how the architects designed the buildings around it. Tours depart from the South Bend Chocolate Company, located in the Monument Circle. For a small fee, the tour can be held on a day of your choosing.</p>
<h3>White River Park Segway Tours</h3>
<p>If you'd like to participate in the tour of a lifetime, <a href="http://www.segwayofindiana.com/tours/tour/white-river-state-park">this</a> trip is the one for you. <img src="segways.jpg" class="imgleft" alt="segways" width="171" height="128"> This tour covers all the most interesting parts of Indianapolis: the USS Indianapolis Memorial, NCAA Hall of Champions, Indianapolis State Museum, Memorial Park, Indianapolis and some of the oldest buildings in the city, all on Segway, ending with a relaxing ride along the canal. This tour does however, cost $45 per person, and requires a signed waiver by a parent for students under 18.</p>
<h3>Morris-Butler House Tour</h3>
<p>Indianapolis' Morris-Butler House tours offer a way to see into the lives of Victorian era peoples, both servants and the wealthy who occupied the house. The tour gives a great insight into the history, culture, and society of the peoples who lived in that time period, and, on top of it, is an awesome experience. The Morris-Butler house was occupied all the way back in 1875, and it held a wealthy family and the servants who assisted them. While touring the building, there is an opportunity to see how these people lived, what their lifestyle was like, and such. The family owned lots of rare furniture, art, and accessories bought just to fill rooms, which were styled with fancy stenciling and wallpaper. The tour is free, and takes place most days.</p>
</div>
</div>
<div id="wrapper">
<footer>
<p>Created by Annelies Odermann and Kat Kerrick</p>
<p>All images are licensed under the creative commons, header image copyright Prabhakar Koduri.</p>
<p><a href="about.html">about</a> | <a href="copyrightinfo.html">copyright</a></p>
</footer>
</div>
</div>
<script>
getRandnum()
</script>
</body>
</html>