Skip to content
Draft
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions templates/custom/for-librarians-consortia.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Become a supporter.
</h2>
<p class="max-lg:text-lg lg:text-xl max-lg:text-center grow">
Sign up to support us, and see who’s already here.
Sign up to support us annually, and see who’s already here.
</p>
{% with rel_path="/site/become-a-supporter" label="Find out more" %}
{% include 'custom/button-action-blue.html' %}
Expand Down Expand Up @@ -98,17 +98,17 @@
">
<img
class="w-32"
src="{% static 'hourglass/media/icons/FAQs.svg' %}"
src="{% static 'hourglass/media/icons/Fund.svg' %}"
alt="">
<h2
id="faqs"
class="font-poppins-bold max-lg:text-2xl lg:text-3xl max-lg:text-center">
FAQs.
Donate.
</h2>
<p class="max-lg:text-lg lg:text-xl max-lg:text-center grow">
Get a quick answer to your question.
Make a one-time contribution to support our work.
</p>
{% with rel_path="/site/faq#libraries-consortia" label="Find out more" %}
{% with rel_path="/site/donate-one-time" label="Find out more" %}
{% include 'custom/button-action-blue.html' %}
{% endwith %}
</div>
Expand Down
29 changes: 29 additions & 0 deletions templates/custom/olh-model.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,35 @@ <h2 id="made-for-the-humanities">Made for the humanities.</h2>
societal access to research in the broadest sense.</p>
{% endcomponent_block %}
</div>
<div class="relative max-lg:mt-16 lg:mt-28">
<div class="flex max-lg:flex-col lg:flex-row lg:flex-wrap lg:px-2">
<article
aria-labelledby="faqs"
class="max-lg:py-5 lg:p-5 lg:basis-1/2">
<div
class="
relative z-40 p-8 h-full bg-white flex flex-col
gap-y-6 max-lg:items-center lg:items-start lg:justify-between
">
<img
class="w-32"
src="{% static 'hourglass/media/icons/FAQs.svg' %}"
alt="">
<h2
id="faqs"
class="font-poppins-bold max-lg:text-2xl lg:text-3xl max-lg:text-center">
FAQs.
</h2>
<p class="max-lg:text-lg lg:text-xl max-lg:text-center grow">
Get a quick answer to your question.
</p>
{% with rel_path="/site/faq#libraries-consortia" label="Find out more" %}
{% include 'custom/button-action-blue.html' %}
{% endwith %}
</div>
</article>
</div>
</div>
<div class="relative max-lg:mt-16 lg:mt-28">
{% include "custom/nypl-end.html" %}
{% component_block "page_section" labelledby="insights-about-olh-model" anchor="left" %}
Expand Down