Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added map iframe to /institutions #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading