Skip to content

Commit e16c772

Browse files
authored
Merge pull request #4 from marishuman/new_branch
Add map to Connect page
2 parents 1c86e76 + 8ddb4cf commit e16c772

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

ourSites.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,13 @@ <h2>Locations (Listed N to S)</h2>
272272
</div>
273273
</div>
274274
</div>
275+
</div>
276+
<div class = "basic-box">
277+
<h2>Community Network Sites Map</h2>
278+
<iframe src="https://www.google.com/maps/d/embed?mid=1T0TIZ7GL1eXlABPLaSM4DS9hW7-BoGhs&ehbc=2E312F&z=10&sll=47.551951079942704, -122.28761910549852" allowfullscreen class= "map"></iframe>
279+
</div>
275280

276-
<div class="landing-tan">
281+
<div class="landing-tan" style="margin-bottom: 50px;" >
277282
<h2> Coverage Map </h2>
278283
<button onclick="location.href=''" type="button" id="network-button">
279284
Our latest coverage estimates &rarr;

style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,16 @@ top: 833px;
437437
background: #FFFFFF;
438438
transform: rotate(-180deg);
439439
*/
440+
.map{
441+
width: 100%;
442+
max-width: 1000px;
443+
height: 500px;
444+
display: block;
445+
margin-left: auto;
446+
margin-right: auto;
447+
448+
}
449+
440450
.wave-container {
441451
background-image: url("assets/landing\ page\ banner.png");
442452
}

0 commit comments

Comments
 (0)