The One Common Thread Circle (Dawn theme)

{% comment %} Donate Hero — "the fourth door" dark banner with optional background photo. Full-bleed background, contained text. {% endcomment %}
{%- if section.settings.image != blank -%}
{{ section.settings.image | image_url: width: 2000 | image_tag: loading: 'eager' }}
{%- endif -%}
{{ section.settings.eyebrow | escape }}

{{ section.settings.heading | escape }}

{{ section.settings.text }}
{% schema %} { "name": "PKS: Donate Hero", "tag": "section", "class": "pks-donate-hero-section", "settings": [ { "type": "image_picker", "id": "image", "label": "Background photo (optional)" }, { "type": "text", "id": "eyebrow", "label": "Eyebrow", "default": "the fourth door" }, { "type": "text", "id": "heading", "label": "Heading", "default": "$150 is one month's income for one Maker." }, { "type": "richtext", "id": "text", "label": "Body text", "default": "

No product, no shipping, no waiting. 100% of donations supplement our Makers' incomes and provide help in natural disasters, medical emergencies, and starting their own small businesses.

" } ], "presets": [ { "name": "PKS: Donate Hero" } ] } {% endschema %}