diff --git a/2024Hazardous/2024hazardous.html b/2024Hazardous/2024hazardous.html
index e69de29..69cb4e9 100644
--- a/2024Hazardous/2024hazardous.html
+++ b/2024Hazardous/2024hazardous.html
@@ -0,0 +1,23 @@
+
+
+
+ 2024 Hazardous Parking Violations
+
+
+
+
+
+
+
+
+
+
diff --git a/2024parkingall/2024parking.html b/2024parkingall/2024parking.html
index e69de29..1f7035a 100644
--- a/2024parkingall/2024parking.html
+++ b/2024parkingall/2024parking.html
@@ -0,0 +1,23 @@
+
+
+
+ 2024 Parking Violations
+
+
+
+
+
+
+
+
+
+
diff --git a/index.html b/index.html
index d9b31d4..0fdce70 100644
--- a/index.html
+++ b/index.html
@@ -13,9 +13,9 @@
- 2024 Parking Summons
- 2024 Hazardous Hot Spots
- Recommendations
+ 2024 Parking Summonses
+ 2024 Hazardous Hot Spots
+ Recommendations
Learn more about our team
diff --git a/our-team/images/.DS_Store b/our-team/images/.DS_Store
new file mode 100644
index 0000000..219a0e6
Binary files /dev/null and b/our-team/images/.DS_Store differ
diff --git a/our-team/images/bostonlogo.jpg b/our-team/images/bostonlogo.jpg
new file mode 100644
index 0000000..3ba4c15
Binary files /dev/null and b/our-team/images/bostonlogo.jpg differ
diff --git a/our-team/images/christina.JPG b/our-team/images/christina.JPG
new file mode 100644
index 0000000..b322474
Binary files /dev/null and b/our-team/images/christina.JPG differ
diff --git a/our-team/index.html b/our-team/index.html
index e999591..c43e2e7 100644
--- a/our-team/index.html
+++ b/our-team/index.html
@@ -1,15 +1,41 @@
-
-
- Demo Website
-
-
-
-
- Meet the Team!
- Hi, my name is Christina. I am a current Mid-Career MPA student at Harvard. I current work as a Sergeant in the NYPD. My main focus is policy development and evaluation.
- About Us: my name is Ivan Melchor, I am a first-year MPP student at Harvard Kennedy School.
- About Us!
- Hi, my name is Christina. I am a current Mid-Career MPA student at Harvard.
-
-
\ No newline at end of file
+
+
+
+
+ Team Bios
+
+
+
+
+
+ Meet Our Team!
+
+
+
+
+
+
Chirstina Escalera
+
I am a current Mid-Career MPA student at Harvard. I currently work for the NYPD where I have written and developed polcy in the Office of Management Analysis and Planning.
+
+
+
+
+
Ivan Melchor
+
I am a first-year MPP student at Harvard Kennedy School.
+
+
+
+
+
Argenis Contreras
+
Creative thinker with a background in design and marketing. Always looking for new ideas.
+
+
+
+
+
+
+ HOME
+
+
+
diff --git a/recommendations/recommendations.html b/recommendations/recommendations.html
index e69de29..b4a74f2 100644
--- a/recommendations/recommendations.html
+++ b/recommendations/recommendations.html
@@ -0,0 +1,23 @@
+
+
+
+ 2024 Hazardous Parking Violations
+
+
+
+
+
+
+
+
+
+
diff --git a/styles/2024hazardous.css b/styles/2024hazardous.css
new file mode 100644
index 0000000..1847af6
--- /dev/null
+++ b/styles/2024hazardous.css
@@ -0,0 +1,55 @@
+html {
+ background-color: #red;
+}
+.top-bar {
+ height: 40px;
+ background-color: #0b2a4a; /* dark blue */
+ width: 100%;
+
+
+}.site-header {
+ position: relative;
+ text-align: center;
+ padding: 20px 0;
+}
+
+/* Logo flush left */
+.logo {
+ position: absolute;
+ left: 20px;
+ top: 50%;
+ transform: translateY(-50%);
+ max-width: 80px;
+ height: auto;
+}
+
+/* Header text centered */
+.header-text {
+ margin: 0;
+ font-size: 2.0em;
+ color: #0b2a4a;
+ font-family: "Lucida Handwriting", cursive;
+}
+.site-header nav {
+ margin-top: 15px;
+}
+
+.site-header nav a {
+ margin: 0 15px;
+ text-decoration: none;
+ font-weight: normal;
+ color: #FF5B00;
+ text-transform: uppercase;
+ font-family: "Garamond", sans-serif;
+}
+
+.site-header nav a:hover {
+ text-decoration: underline;
+}
+
+.separator-bar {
+
+ height: 30px;
+ background-color: #0b2a4a; /* dark blue */
+ width: 100%;
+}
\ No newline at end of file
diff --git a/styles/2024parkingall.css b/styles/2024parkingall.css
new file mode 100644
index 0000000..1847af6
--- /dev/null
+++ b/styles/2024parkingall.css
@@ -0,0 +1,55 @@
+html {
+ background-color: #red;
+}
+.top-bar {
+ height: 40px;
+ background-color: #0b2a4a; /* dark blue */
+ width: 100%;
+
+
+}.site-header {
+ position: relative;
+ text-align: center;
+ padding: 20px 0;
+}
+
+/* Logo flush left */
+.logo {
+ position: absolute;
+ left: 20px;
+ top: 50%;
+ transform: translateY(-50%);
+ max-width: 80px;
+ height: auto;
+}
+
+/* Header text centered */
+.header-text {
+ margin: 0;
+ font-size: 2.0em;
+ color: #0b2a4a;
+ font-family: "Lucida Handwriting", cursive;
+}
+.site-header nav {
+ margin-top: 15px;
+}
+
+.site-header nav a {
+ margin: 0 15px;
+ text-decoration: none;
+ font-weight: normal;
+ color: #FF5B00;
+ text-transform: uppercase;
+ font-family: "Garamond", sans-serif;
+}
+
+.site-header nav a:hover {
+ text-decoration: underline;
+}
+
+.separator-bar {
+
+ height: 30px;
+ background-color: #0b2a4a; /* dark blue */
+ width: 100%;
+}
\ No newline at end of file
diff --git a/styles/ourteam.css b/styles/ourteam.css
new file mode 100644
index 0000000..3e3e55e
--- /dev/null
+++ b/styles/ourteam.css
@@ -0,0 +1,120 @@
+body {
+
+
+ font-family: Arial, sans-serif;
+ background-color: #f9f9f9;
+ margin: 0;
+ padding: 20px;
+}
+
+h1 {
+ text-align: center;
+ font-size: 2.25em;
+ color: #CC5500;
+ font-family: "Lucida Handwriting", cursive;
+}
+
+.team-container {
+ display: flex;
+ justify-content: space-around;
+ flex-wrap: wrap;
+ margin-top: 30px;
+ gap: 20px;
+ margin-bottom: 30px;
+}
+
+.team-member {
+ background-color: white;
+ border: 2px solid #007BFF; /* blue border around each box */
+ border-radius: 10px;
+ width: 300px;
+ text-align: center;
+ padding: 20px;
+ box-shadow: 0 4px 6px rgba(0,0,0,0.1);
+ transition: transform 0.2s;
+}
+
+.team-member:hover {
+ transform: translateY(-5px);
+}
+
+.team-member img {
+ width: 150px;
+ height: 150px;
+ border-radius: 50%;
+ border: 3px solid #007BFF; /* blue border around image */
+ object-fit: cover;
+ margin-bottom: 15px;
+}
+
+.team-member h2 {
+ margin: 10px 0 5px 0;
+ color: #007BFF;
+}
+
+.team-member p {
+ color: #555;
+ font-size: 0.95em;
+}
+
+@media (max-width: 1000px) {
+ .team-container {
+ flex-direction: column;
+ align-items: center;
+ }
+}
+
+.separator-bar {
+
+ height: 30px;
+ background-color: #0b2a4a; /* dark blue */
+ width: 100%;
+ margin-bottom: 30px;
+
+}
+
+.home-button {
+ display: inline-flex;
+ align-items: center;
+ gap: 8px;
+ padding: 12px 20px;
+ margin-bottom: 50px;
+
+ font-family: 'Inter', Arial, sans-serif;
+ font-size: 0.95rem;
+ font-weight: 500;
+
+ color: #ffffff;
+ background-color: #CC5500;
+ text-decoration: none;
+
+ border-radius: 999px; /* pill shape */
+ box-shadow: 0 6px 12px rgba(11, 42, 74, 0.25);
+
+ transition:
+ background-color 0.2s ease,
+ transform 0.15s ease,
+ box-shadow 0.15s ease;
+}
+
+/* Hover effect */
+.home-button:hover {
+ background-color: #143d66;
+ transform: translateY(-2px);
+ box-shadow: 0 10px 18px rgba(11, 42, 74, 0.3);
+}
+
+/* Keyboard accessibility */
+.home-button:focus {
+ outline: none;
+ box-shadow: 0 0 0 3px rgba(11, 42, 74, 0.35);
+}
+
+/* Optional: fix it to the top-left corner */
+.home-button.fixed {
+ position: fixed;
+ top: 20px;
+ left: 20px;
+ z-index: 1000;
+}
+
diff --git a/styles/recommendations.css b/styles/recommendations.css
new file mode 100644
index 0000000..1847af6
--- /dev/null
+++ b/styles/recommendations.css
@@ -0,0 +1,55 @@
+html {
+ background-color: #red;
+}
+.top-bar {
+ height: 40px;
+ background-color: #0b2a4a; /* dark blue */
+ width: 100%;
+
+
+}.site-header {
+ position: relative;
+ text-align: center;
+ padding: 20px 0;
+}
+
+/* Logo flush left */
+.logo {
+ position: absolute;
+ left: 20px;
+ top: 50%;
+ transform: translateY(-50%);
+ max-width: 80px;
+ height: auto;
+}
+
+/* Header text centered */
+.header-text {
+ margin: 0;
+ font-size: 2.0em;
+ color: #0b2a4a;
+ font-family: "Lucida Handwriting", cursive;
+}
+.site-header nav {
+ margin-top: 15px;
+}
+
+.site-header nav a {
+ margin: 0 15px;
+ text-decoration: none;
+ font-weight: normal;
+ color: #FF5B00;
+ text-transform: uppercase;
+ font-family: "Garamond", sans-serif;
+}
+
+.site-header nav a:hover {
+ text-decoration: underline;
+}
+
+.separator-bar {
+
+ height: 30px;
+ background-color: #0b2a4a; /* dark blue */
+ width: 100%;
+}
\ No newline at end of file
diff --git a/styles/stylehome.css b/styles/stylehome.css
index 196b6fd..c8d96bc 100644
--- a/styles/stylehome.css
+++ b/styles/stylehome.css
@@ -1,5 +1,5 @@
html {
- background-color: #ffffff;
+ background-color: #red;
}
.top-bar {
height: 40px;