Skip to content

Commit

Permalink
Added map iframe to /institutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhymlore committed Nov 10, 2023
1 parent a029c97 commit d0ec696
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions institutions.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
text-decoration: underline;
}
</style>

<div class="container-xxl">
{% include layout/title.html %}

<div class="row">
<div class="col-12 col-xl-7 col-lg-8 col-md-10">
<p>
Expand All @@ -45,6 +47,20 @@
At universities, the name of the registered institution is typically the name of the university
rather than the name of the department that operates the service.
</p>
</div>
<div class="col-12 col-xl-10 col-lg-11 col-md-12">
<iframe
src="https://osg-htc.org/maps/"
width="100%"
height="300"
style="border:0;"
allowfullscreen
aria-hidden="false"
tabindex="0"
title="OSG Map">
</iframe>
</div>
<div class="col-12 col-xl-7 col-lg-8 col-md-10">
<p>All statistics listed below are a summary of the last year of capacity contributions.</p>
<p class="d-none d-sm-block">
<b>Click on a row to view institution details.</b>
Expand Down

0 comments on commit d0ec696

Please sign in to comment.