Skip to content

Commit c3a7336

Browse files
authored
Merge pull request #10 from code4policy/christinaescalera_02
All Headers and All Links to Pages Made
2 parents 83a2493 + a6f421d commit c3a7336

File tree

13 files changed

+398
-18
lines changed

13 files changed

+398
-18
lines changed

2024Hazardous/2024hazardous.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>2024 Hazardous Parking Violations</title>
5+
<link rel="stylesheet" type="text/css" href="../styles/2024hazardous.css">
6+
</head>
7+
8+
<body>
9+
<div class="top-bar"></div>
10+
11+
<header class ="site-header">
12+
<img src="../images/bostonlogo.jpg" alt="bostonlogo" width="80" class="logo">
13+
<h1 class="header-text">2024 Hazardous Parking Violations</h1>
14+
15+
<nav>
16+
<a href="../../2024parkingall/2024parking.html">2024 Parking Summons</a>
17+
<a href="../../recommendations/recommendations.html">Recommendations</a>
18+
<a href='../../our-team/index.html'>Learn more about our team</a>
19+
</nav>
20+
</header>
21+
<div class="separator-bar"></div>
22+
23+
<html>

2024parkingall/2024parking.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>2024 Parking Violations</title>
5+
<link rel="stylesheet" type="text/css" href="../styles/2024parkingall.css">
6+
</head>
7+
8+
<body>
9+
<div class="top-bar"></div>
10+
11+
<header class ="site-header">
12+
<img src="../images/bostonlogo.jpg" alt="bostonlogo" width="80" class="logo">
13+
<h1 class="header-text">2024 All Parking Violations</h1>
14+
15+
<nav>
16+
<a href="../../2024hazardous/2024hazardous.html">2024 Hazardous Parking Summonses</a>
17+
<a href="../../recommendations/recommendations.html">Recommendations</a>
18+
<a href='../../our-team/index.html'>Learn more about our team</a>
19+
</nav>
20+
</header>
21+
<div class="separator-bar"></div>
22+
23+
<html>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<h1 class="header-text">2026 Boston Parking Enforcement Plan</h1>
1414

1515
<nav>
16-
<a href="parking.html">2024 Parking Summons</a>
17-
<a href="hazardous.html">2024 Hazardous Hot Spots</a>
18-
<a href="recommendations.html">Recommendations</a>
16+
<a href="2024parkingall/2024parking.html">2024 Parking Summonses</a>
17+
<a href="2024hazardous/2024hazardous.html">2024 Hazardous Hot Spots</a>
18+
<a href="recommendations/recommendations.html">Recommendations</a>
1919
<a href='our-team/index.html'>Learn more about our team</a>
2020
</nav>
2121
</header>

our-team/images/.DS_Store

6 KB
Binary file not shown.

our-team/images/bostonlogo.jpg

11.3 KB
Loading

our-team/images/christina.JPG

65.6 KB
Loading

our-team/index.html

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,41 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<title>Demo Website</title>
5-
6-
</head>
7-
<body>
8-
9-
<h1>Meet the Team!</h1>
10-
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.
11-
<h1>About Us: my name is Ivan Melchor, I am a first-year MPP student at Harvard Kennedy School. </h1>
12-
<h1>About Us!</h1>
13-
Hi, my name is Christina. I am a current Mid-Career MPA student at Harvard.
14-
</body>
15-
</html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Team Bios</title>
7+
<link rel="stylesheet" href="../styles/ourteam.css">
8+
</head>
9+
<body>
10+
11+
<div class="separator-bar"></div>
12+
<h1>Meet Our Team!</h1>
13+
<div class="separator-bar"></div>
14+
15+
<div class="team-container">
16+
<div class="team-member">
17+
<img src="images/christina.jpg" alt="Person 1">
18+
<h2>Chirstina Escalera</h2>
19+
<p>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. </p>
20+
</div>
21+
22+
<div class="team-member">
23+
<img src="images/bostonlogo.jpg" alt="Person 2">
24+
<h2>Ivan Melchor</h2>
25+
<p>I am a first-year MPP student at Harvard Kennedy School.</p>
26+
</div>
27+
28+
<div class="team-member">
29+
<img src="images/bostonlogo.jpg" alt="Person 3">
30+
<h2>Argenis Contreras</h2>
31+
<p>Creative thinker with a background in design and marketing. Always looking for new ideas.</p>
32+
</div>
33+
</div>
34+
<div class="separator-bar"></div>
35+
36+
37+
<button onclick="window.location.href='../index.html'" class="home-button">
38+
HOME
39+
</button>
40+
</body>
41+
</html>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>2024 Hazardous Parking Violations</title>
5+
<link rel="stylesheet" type="text/css" href="../styles/recommendations.css">
6+
</head>
7+
8+
<body>
9+
<div class="top-bar"></div>
10+
11+
<header class ="site-header">
12+
<img src="../images/bostonlogo.jpg" alt="bostonlogo" width="80" class="logo">
13+
<h1 class="header-text">Recommendations</h1>
14+
15+
<nav>
16+
<a href="../../2024parkingall/2024parking.html">2024 Parking Summons</a>
17+
<a href="../../2024hazardous/2024hazardous.html">2024 Hazardous Hot Spots</a>
18+
<a href='../../our-team/index.html'>Learn more about our team</a>
19+
</nav>
20+
</header>
21+
<div class="separator-bar"></div>
22+
23+
<html>

styles/2024hazardous.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
html {
2+
background-color: #red;
3+
}
4+
.top-bar {
5+
height: 40px;
6+
background-color: #0b2a4a; /* dark blue */
7+
width: 100%;
8+
9+
10+
}.site-header {
11+
position: relative;
12+
text-align: center;
13+
padding: 20px 0;
14+
}
15+
16+
/* Logo flush left */
17+
.logo {
18+
position: absolute;
19+
left: 20px;
20+
top: 50%;
21+
transform: translateY(-50%);
22+
max-width: 80px;
23+
height: auto;
24+
}
25+
26+
/* Header text centered */
27+
.header-text {
28+
margin: 0;
29+
font-size: 2.0em;
30+
color: #0b2a4a;
31+
font-family: "Lucida Handwriting", cursive;
32+
}
33+
.site-header nav {
34+
margin-top: 15px;
35+
}
36+
37+
.site-header nav a {
38+
margin: 0 15px;
39+
text-decoration: none;
40+
font-weight: normal;
41+
color: #FF5B00;
42+
text-transform: uppercase;
43+
font-family: "Garamond", sans-serif;
44+
}
45+
46+
.site-header nav a:hover {
47+
text-decoration: underline;
48+
}
49+
50+
.separator-bar {
51+
52+
height: 30px;
53+
background-color: #0b2a4a; /* dark blue */
54+
width: 100%;
55+
}

styles/2024parkingall.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
html {
2+
background-color: #red;
3+
}
4+
.top-bar {
5+
height: 40px;
6+
background-color: #0b2a4a; /* dark blue */
7+
width: 100%;
8+
9+
10+
}.site-header {
11+
position: relative;
12+
text-align: center;
13+
padding: 20px 0;
14+
}
15+
16+
/* Logo flush left */
17+
.logo {
18+
position: absolute;
19+
left: 20px;
20+
top: 50%;
21+
transform: translateY(-50%);
22+
max-width: 80px;
23+
height: auto;
24+
}
25+
26+
/* Header text centered */
27+
.header-text {
28+
margin: 0;
29+
font-size: 2.0em;
30+
color: #0b2a4a;
31+
font-family: "Lucida Handwriting", cursive;
32+
}
33+
.site-header nav {
34+
margin-top: 15px;
35+
}
36+
37+
.site-header nav a {
38+
margin: 0 15px;
39+
text-decoration: none;
40+
font-weight: normal;
41+
color: #FF5B00;
42+
text-transform: uppercase;
43+
font-family: "Garamond", sans-serif;
44+
}
45+
46+
.site-header nav a:hover {
47+
text-decoration: underline;
48+
}
49+
50+
.separator-bar {
51+
52+
height: 30px;
53+
background-color: #0b2a4a; /* dark blue */
54+
width: 100%;
55+
}

0 commit comments

Comments
 (0)