Skip to content

Commit

Permalink
Fix tables for contact addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
ivazquez committed Feb 19, 2025
1 parent ce3fc75 commit 70ee16c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions _pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,19 @@ nav_order: 5
pretty_table: true
---

Massachusetts General Hospital | Broad Institute of MIT and Harvard
149 13th Street | 415 Main Street
Boston, MA 02129 | Cambridge, MA 02142
<div class="container">
<div class="row">
<div class="col">
Massachusetts General Hospital
149 13th Street
Boston, MA 02129
</div>
<div class="col">
Broad Institute of MIT and Harvard
415 Main Street
Cambridge, MA 02142
</div>
</div>
</div>

{% google_map src="_data/locations.yml" %}

0 comments on commit 70ee16c

Please sign in to comment.