diff --git a/v2.1/Images/342Front.jpg b/v2.1/Images/342Front.jpg deleted file mode 100644 index e957b12..0000000 Binary files a/v2.1/Images/342Front.jpg and /dev/null differ diff --git a/v2.1/Images/hostoric-montavilla.png b/v2.1/Images/hostoric-montavilla.png deleted file mode 100644 index a45a431..0000000 Binary files a/v2.1/Images/hostoric-montavilla.png and /dev/null differ diff --git a/v2.1/Images/new-montavilla.png b/v2.1/Images/new-montavilla.png deleted file mode 100644 index 2825ec1..0000000 Binary files a/v2.1/Images/new-montavilla.png and /dev/null differ diff --git a/v2.1/Images/old-montavilla.jpg b/v2.1/Images/old-montavilla.jpg deleted file mode 100644 index ac62212..0000000 Binary files a/v2.1/Images/old-montavilla.jpg and /dev/null differ diff --git a/v2.1/Pages/about.html b/v2.1/Pages/about.html deleted file mode 100644 index c553f36..0000000 --- a/v2.1/Pages/about.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - The Montavilla Neighborhood - - - - -
- -
-
-

The Montavilla Neighbohood

-

An urban escape in the heart of Montavilla. Near public transportation, freeways, and hospitals.

-
-
-
- NE Stark Street looking at Mt. Tabor. ca.1929 -
NE Stark Street looking at Mt. Tabor. ca.1929
-
-
- NE Stark Street looking at Mt. Tabor. ca. 2008 -
NE Stark Street Looking at Mt. Tabor. ca.2008
-
-
-

Historically a hub for streetcars and local shops, the main streets of Montavilla have hardly changed in some places. It borders the Historic - Laurelhurst Neighborhood, and Laurelhurst Park. Mt. Tabor Park is a popular local spot within walking distance, as is the Montavilla Farmers Market on Stark Street.

-
-
-
-

Here are some nearby activities and businesses we'd think you would like!

- -
-
-
- Historic map of the Montavilla Neighborhood. -
Historic map of the Montavilla Neighborhood.
-
-
- - - \ No newline at end of file diff --git a/v2.1/Pages/portland.html b/v2.1/Pages/portland.html deleted file mode 100644 index 8f5b73e..0000000 --- a/v2.1/Pages/portland.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - PDX Urban Hideaway - - - - -
- - -
-

Things to do in Portland

-

An urban escape in the heart of Montavilla. Near public transportation, freeways, and hospitals.

-
-
- - - \ No newline at end of file diff --git a/v2.1/Pages/reco.html b/v2.1/Pages/reco.html deleted file mode 100644 index dcadf4d..0000000 --- a/v2.1/Pages/reco.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - PDX Urban Hideaway - - - - -
- - -
-

PDX Urban Hideaway

-

An urban escape in the heart of Montavilla. Near public transportation, freeways, and hospitals.

-
-
- - - \ No newline at end of file diff --git a/v2.1/Pages/trips.html b/v2.1/Pages/trips.html deleted file mode 100644 index 9359694..0000000 --- a/v2.1/Pages/trips.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - PDX Urban Hideaway - - - - -
- - -
-

PDX Urban Hideaway

-

An urban escape in the heart of Montavilla. Near public transportation, freeways, and hospitals.

-
-
- - - \ No newline at end of file diff --git a/v2.1/index.html b/v2.1/index.html deleted file mode 100644 index 781785a..0000000 --- a/v2.1/index.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - PDX Urban Hideaway - - - - -
- -
-

PDX Urban Hideaway

-

An urban escape in the heart of Montavilla. Near public transportation, freeways, and hospitals.

-
-
- The front entrance of PDX Urban Hideaway -
The front entrance to PDX Urban Hideaway. Credit: Kristin Klotter
-
-
- - - \ No newline at end of file diff --git a/v2.1/main-style.css b/v2.1/main-style.css deleted file mode 100644 index 706346b..0000000 --- a/v2.1/main-style.css +++ /dev/null @@ -1,100 +0,0 @@ -/*Version 2.1 for "PDX Urban Hideaway". Home page. Last Modified by Chase Klotter. 8/19/2023*/ - - -/* This section is CSS for "index.html" (?) */ -body { - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - width: 100%; - margin: 0; -} - - -nav { - text-align: center; - background-color: aqua; -} - -.nav-ul { - margin-left: 10%; - margin-right: 10%; - margin-top: 0; - margin-bottom: 0; - padding: .5%; -} - -.nav-list { - display: inline-block; - text-align: center; - margin-left: 5%; - border-style: ridge; - border-color: black; - border-width: 2px; - background-color: papayawhip; -} - -/* Next section is CSS for "about.html" */ - -.title { - text-align: center; -} - -.title-1 { - display: inline-block; -} - -.title-2 { - display: inline-block; - padding-left: 20%; -} - -.m-images { - display: flex; - justify-content: space-between; - align-items: flex-start; - max-width: 100%; - margin: 0; -} - -.m-figure, .mn-figure { - width: 48%; - margin-bottom: 0%; -} - -.mont-body { - width: 52%; -} - -.activities { - padding-left: 5%; - margin-bottom: 5%; -} - -.activities-list { - list-style-type: none; -text-align: center; -} - -.act-list { - display: inline; - margin-right: 5%; -} - -.act { - display: inline-block; - padding: 10px; - text-decoration: none; - background-color: aqua; - color: black; - border-radius: 5px; -} - -.historc { - display: flex; - justify-content: center; - align-items: center; - height: 100vh; -} - -.historic figure { - text-align: center; -} \ No newline at end of file