You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% include "v3/includes/_cards_carousel_v3.html" with carousel_id="post-cards-carousel-demo" heading="Libraries categories" cards=demo_cards_carousel_cards %}
@@ -140,10 +140,10 @@ <h3>Detail card carousel with infinite looping and autoplay</h3>
140
140
<divclass="v3-examples-section__example-box">
141
141
{% include "v3/includes/_cards_carousel_v3.html" with carousel_id="post-cards-carousel-demo-infinite-autoplay" heading="Libraries categories" cards=demo_cards_carousel_cards infinite=True autoplay=True autoplay_delay=5000 %}
{% include "v3/includes/_search_card.html" with heading="What are you trying to find?" action_url="#" popular_terms=popular_terms %}
189
189
</div>
@@ -239,7 +239,14 @@ <h3>Commits per release (by library)</h3>
239
239
{% endif %}
240
240
241
241
<divclass="v3-examples-section__block">
242
-
<h3>Form inputs</h3>
242
+
<h3class="block-title">Create Account Card</h3>
243
+
<divclass="v3-examples-section__example-box">
244
+
{% include "v3/includes/_create_account_card.html" with heading="Contribute to earn badges, track your progress and grow your impact" body_html=create_account_card_body_html preview_image_url=create_account_card_preview_url cta_url="#" cta_label="Start contributing" %}
245
+
</div>
246
+
</div>
247
+
248
+
<divclass="v3-examples-section__block">
249
+
<h3class="block-title">Form inputs</h3>
243
250
<divclass="v3-examples-section__example-box">
244
251
<divclass="v3-examples-section__forms">
245
252
{% include "v3/includes/_field_text.html" with name="ex_basic" label="Text field" placeholder="Enter text..." %}
@@ -265,6 +272,15 @@ <h4 class="py-large">Card with one button</h4>
265
272
{% endwith %}
266
273
</div>
267
274
275
+
<divclass="v3-examples-section__block">
276
+
<h3>Learn Card</h3>
277
+
<divclass="v3-examples-section__example-box">
278
+
{% with learn_card_data as data %}
279
+
{% include "v3/includes/_learn_card.html" with title=data.title text=data.text links=data.links image_src=data.image_src url=data.url label=data.label %}
280
+
{% endwith %}
281
+
</div>
282
+
</div>
283
+
268
284
<divclass="v3-examples-section__block">
269
285
<h3>Testimonial Card</h3>
270
286
<divclass="v3-examples-section__example-box">
@@ -281,7 +297,7 @@ <h3>Thread Archive Card</h3>
281
297
{% endwith %}
282
298
</div>
283
299
<divclass="v3-examples-section__block">
284
-
<h3>Why Boost</h3>
300
+
<h3class="block-title">Why Boost</h3>
285
301
<divclass="v3-examples-section__example-box">
286
302
{% comment %}Use 8 cards to test ACs: "Why Boost Cards render correctly with 1–8 cards" and "Cards wrap correctly after four items on desktop/tablet" (4+4 rows).{% endcomment %}
{% include "v3/includes/_code_blocks_story.html" with code_standalone_1=code_demo_beast code_standalone_2=code_demo_beast code_card_1=code_demo_hello code_card_2=code_demo_beast code_card_3=code_demo_install %}
0 commit comments