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

Update data tools sections #856

Closed
Closed
Changes from 1 commit
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
Prev Previous commit
deleted section
  • Loading branch information
Claurt07 committed May 7, 2024
commit a3acb7e5bc66cbc366008314b97ff5fa4f7b54c2
78 changes: 1 addition & 77 deletions _layouts/tools-and-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,83 +129,7 @@ <h2 >{{ page['Block 7'].Header }}</h2>



</div>


<!-- Highlited tools -->
<!-- <div class="hr-h"></div> -->


<div class="program-body" style="padding-top: 1px">
<section class="article">


<div style="margin: 30px 0 0px "></div>
<h2 style="font-family: Barlow Condensed, sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: .045em; line-height: 1.15; font-size: 1rem; color: black;">Highlighted Tools</h2>
<div class="hr-h" style="margin: 10px 0 40px "></div>

<div class="project-index-all">


<div>
<a href="/_impact-areas/disaster-risk-reduction.markdown" style="color: white;">
<div class="module-image" >
<img src="{{ page['Block 8'].Image }}" style="height: 250px; width: 100%; object-fit: cover;">
</div>
<h2 style="font-family: Barlow Condensed, sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: .045em; line-height: 1.15;">{{ page['Block 8'].Header }}</h2>
</a>
<!-- <h3 style="margin-top: 0px; margin-bottom: 15px; color: #D73F3F;">TEST TEST</h3> -->
<p style="color: #68707F; line-height: 1.35; font-size: 16px;" >{{ page['Block 8'].Text }}</p>
<div class="block-options">
<ul>
{% for tool in page['Block 8'].Tools %}
<li><a class="external" href="{{ tool.URL }}" style="color: black;">{{ tool.Name }}</a></li>
{% endfor %}
</ul>
</div>
</div>


<div>
<a href="/_impact-areas/disaster-risk-reduction.markdown" style="color: white;">
<div class="module-image" >
<img src="{{ page['Block 9'].Image }}" style="height: 250px; width: 100%; object-fit: cover;">
</div>
<h2 style="font-family: Barlow Condensed, sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: .045em; line-height: 1.15;">{{ page['Block 9'].Header }}</h2>
</a>
<!-- <h3 style="margin-top: 0px; margin-bottom: 15px; color: #D73F3F;">TEST TEST</h3> -->
<p style="color: #68707F; line-height: 1.35; font-size: 16px;">{{ page['Block 9'].Text }}</p>
<div class="block-options">
<ul>
{% for tool in page['Block 9'].Tools %}
<li><a class="external" href="{{ tool.URL }}" style="color: black;">{{ tool.Name }}</a></li>
{% endfor %}
</ul>
</div>
</div>


<div>
<a href="/_impact-areas/disaster-risk-reduction.markdown" style="color: white;">
<div class="module-image" >
<img src="{{ page['Block 10'].Image }}" style="height: 250px; width: 100%; object-fit: cover;">
</div>
<h2 style="font-family: Barlow Condensed, sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: .045em; line-height: 1.15;">{{ page['Block 10'].Header }}</h2>
</a>
<!-- <h3 style="margin-top: 0px; margin-bottom: 15px; color: #D73F3F;">TEST TEST</h3> -->
<p style="color: #68707F; line-height: 1.35; font-size: 16px;">{{ page['Block 10'].Text }}</p>
<div class="block-options">
<ul>
{% for tool in page['Block 10'].Tools %}
<li><a class="external" href="{{ tool.URL }}" style="color: black;">{{ tool.Name }}</a></li>
{% endfor %}
</ul>
</div>
</div>

</div>
</section>
</div>
</div>



Expand Down