Skip to content

Commit

Permalink
Create a spot for one-time donation CMS page #377
Browse files Browse the repository at this point in the history
  • Loading branch information
joemull committed Jun 17, 2024
1 parent 10a76db commit f037ea9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
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

0 comments on commit f037ea9

Please sign in to comment.