-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparks.html
120 lines (83 loc) · 5 KB
/
parks.html
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</a></li>
<li id="secnavbtn"><a href="tours.html">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>Parks</h1>
<p>One of the most memorable parts of a BPA trip is the time spent together as chapter, exploring the world in an unstructured manner. Indianapolis provides plenty of exciting parks and open spaces just for this purpose. If you don't find one you like below, you can find a complete list of Indianapolis parks <a href="http://www.indy.gov/eGov/City/DPR/Parks/Pages/parks.aspx">here</a>.</p>
<h3>White River State Park</h3>
<p>If you'd like to explore the outdoors, White River State Park is the place for you. <img src="park.jpg" alt="beautiful white river park" class="imgleft" width="86" height="152"> Filled with greenery and open spaces, this 250 acre park is the perfect place to spend the day. In addition to McCormick's Rock (which celebrates the founding of Indianapolis), there are also many sculptures to discover scattered throughout the park. With the Eiteljorg Museum and the <a href="http://www.indyzoo.com/SitePages/home.aspx">Indianapolis Zoo</a> close by, it's quite easy to fill a whole afternoon's worth with a trip to this park. Special events also occur quite frequently, so be sure to check out their <a href="http://inwhiteriver.wrsp.in.gov/">website</a> before visiting so you can take advantage of all the happenings at this park.</p>
<h3>Garfield Park</h3>
<p>The oldest park in Indianapolis, Garfield Park still provides the city with a beautiful window to the outdoors. Complete with trails, tennis courts, picnic shelters, and beautiful bridges, visiting this park would be far from a waste of an afternoon. On the park grounds also lies the Garfield Park Conservatory and Sunken Garden. A part of the park since 1914, the conservatory features 10,000 square feet of foliage, all plants following the tropical theme. This part of the park costs $1 in general admission and is open from 10 to 5 most days.</p>
<h3>Sahm Park</h3>
<p>This park has only been around for fifty years or so, but that doesn't lessen the power of its open spaces and beautiful scenery. Sahm Park's main attraction has always been its outdoor aquatic center, however it also features choice picnic areas, tennis, basketball, and volleyball courts, and a disk golf course. This 85 acre park is certainly one of the best places to spend an afternoon.</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>