City Parks Project
City Parks Slogan
An outdoor oasis in our backyard.
Homepage Text
Welcome to the City Parks website! Explore our site to see the exciting things our department has to offer. The Parks and Recreation Division offers a wide variety of activities for each member of the family to enjoy. One of the main goals for the Division is to improve recreational opportunities for all citizens, and with the opening of new fitness centers, the construction of green ways and walking trails and the installation of new playground equipment at many city parks, great progress is being made toward the goal.
Mission and Vision
The City Parks board is committed to provide the highest quality of leisure opportunities, to offer programs for relaxation as well as stimulation and provide, preserve and advocate for parks and open spaces, to enhance the well-being of individuals and our community.
The City Parks Board will be recognized for its leadership, excellence and innovation. Through its community based programs and services, the Board will place high priority on sustaining the environment, the development and maintenance of attractive parks and open spaces. Residents will choose from a wide variety of leisure opportunities and will be involved in decision-making process for parks and recreation. We will signal to the world South Sioux's commitment to a well-planned, growing, and safe city.
City Parks Staff
There are six employees on the City Parks staff. For each employee, include a picture, a job title, a telephone number and a working email address.
City Parks
There are six parks that the City Parks team maintains. Include a picture of each park, the name of the park as well as the address to the park.
Park Photos
Create a photo album highlighting some of the beautiful views and scenery visitors will see when they visit one of the City Parks.
Contact Us
Create a contact form for contacting the City Parks staff. Also include an address, a telephone number, a fax number as well as an email address.
An outdoor oasis in our backyard.
Homepage Text
Welcome to the City Parks website! Explore our site to see the exciting things our department has to offer. The Parks and Recreation Division offers a wide variety of activities for each member of the family to enjoy. One of the main goals for the Division is to improve recreational opportunities for all citizens, and with the opening of new fitness centers, the construction of green ways and walking trails and the installation of new playground equipment at many city parks, great progress is being made toward the goal.
Mission and Vision
The City Parks board is committed to provide the highest quality of leisure opportunities, to offer programs for relaxation as well as stimulation and provide, preserve and advocate for parks and open spaces, to enhance the well-being of individuals and our community.
The City Parks Board will be recognized for its leadership, excellence and innovation. Through its community based programs and services, the Board will place high priority on sustaining the environment, the development and maintenance of attractive parks and open spaces. Residents will choose from a wide variety of leisure opportunities and will be involved in decision-making process for parks and recreation. We will signal to the world South Sioux's commitment to a well-planned, growing, and safe city.
City Parks Staff
There are six employees on the City Parks staff. For each employee, include a picture, a job title, a telephone number and a working email address.
City Parks
There are six parks that the City Parks team maintains. Include a picture of each park, the name of the park as well as the address to the park.
Park Photos
Create a photo album highlighting some of the beautiful views and scenery visitors will see when they visit one of the City Parks.
Contact Us
Create a contact form for contacting the City Parks staff. Also include an address, a telephone number, a fax number as well as an email address.
CSS
@charset "utf-8";
/* CSS Document */
a {
color: blue;
outline: none;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
#wrapper {
width: 980px;
height:auto;
margin-left: auto;
margin-right: auto;
}
#header {
height: 200px;
background-color:#3CF;
margin-bottom:10px;
}
#content-left {
float:left;
width:300px;
height:auto;
background-color:#39C;
}
#content-right {
float:left;
width:670px;
height:auto;
margin-left:10px;
background-color:#669966;
}
#footer {
clear:both;
height:100px;
background: #BFF08E;
margin-top:40px;
}
/* CSS Document */
a {
color: blue;
outline: none;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
#wrapper {
width: 980px;
height:auto;
margin-left: auto;
margin-right: auto;
}
#header {
height: 200px;
background-color:#3CF;
margin-bottom:10px;
}
#content-left {
float:left;
width:300px;
height:auto;
background-color:#39C;
}
#content-right {
float:left;
width:670px;
height:auto;
margin-left:10px;
background-color:#669966;
}
#footer {
clear:both;
height:100px;
background: #BFF08E;
margin-top:40px;
}
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<div id="header">header image here</div>
<div id="content-left">navbar goes here</div>
<div id="content-right">main content goes here</div>
<div id="footer">footer info here</div>
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<div id="header">header image here</div>
<div id="content-left">navbar goes here</div>
<div id="content-right">main content goes here</div>
<div id="footer">footer info here</div>
</div>
</body>
</html>