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

FIX: re-add link #12

Closed
wants to merge 1 commit into from
Closed
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
22 changes: 12 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@



<body class="home">
<body class="home">

<p>The Canadian-Pacific Robotic Ocean Observing Facility was initiated with CFI/BCKDF funding to build ocean observing
capacity off the British Columbia coast. It operates a fleet of autonomous gliders, floats, and moorings providing
ocean scientists with long-term monitoring of the ocean at the small scales important to resolve upper ocean physical
capacity off the British Columbia coast. It operates a fleet of autonomous gliders, floats, and moorings providing
ocean scientists with long-term monitoring of the ocean at the small scales important to resolve upper ocean physical
and biological properties.</p>

<h3> Deployments </h3>
Expand All @@ -44,7 +44,9 @@ <h6>

<div id="mapfront" style="width: 100%; height: 400px;"></div>

<script src="js/map.js"></script>
<a href="/deployments/">
<script src="js/map.js"></script>
</a>

<h2>Partners</h2>

Expand All @@ -55,15 +57,15 @@ <h3>Operational Partners</h3>

{% for partner in site.data.partners %}{% if partner.type == "opfunder2" %}{% if partner.visible == true %}
<td><a href="{{ partner.url }}"><img src="{{ partner.img }}" alt="{{ partner.name }}" border="3" width="80" /></a> </td>


{% if forloop.index == 3 %}
</tr>
<tr>
{% endif %}
{% endif %}{% endif %}{% endfor %}


{% for partner in site.data.partners %}{% if partner.type == "opfunder1" %}{% if partner.visible == true %} {% if partner.size == false %}
<td><a href="{{ partner.url }}"><img src="{{ partner.img }}" alt="{{ partner.name }}" border="3" width="120" /></a> </td>
{% endif %}
Expand All @@ -75,13 +77,13 @@ <h3>Operational Partners</h3>
<tr>
{% endif %}
{% endif %}{% endif %}{% endfor %}

</tr>
</table>

<h3>Funding</h3>

<table style="width:100%">
<table style="width:100%">
<tr>
{% for partner in site.data.partners %}{% if partner.type == "funder" %}{% if partner.visible == true %}{% if partner.size == false %}
<td><a href="{{ partner.url }}"><img src="{{ partner.img }}" alt="{{ partner.name }}" border="3" width="120" /></a> </td>
Expand All @@ -99,7 +101,7 @@ <h3>Funding</h3>
</table>

<h3>Industry</h3>
<table style="width:100%">
<table style="width:100%">
<tr>
{% for partner in site.data.partners %}{% if partner.type == "industry" %}{% if partner.visible == true %}
<td><a href="{{ partner.url }}"><img src="{{ partner.img }}" alt="{{ partner.name }}" border="3" width="130" /></a> </td>
Expand Down