385
385
386
386
<!-- DISTINGUISHED CONTRIBUTORS -->
387
387
< div class ="content content--copy ">
388
- < h3 class ="text-center "> Distinguished Contributors</ h3 >
388
+ < h2 class ="text-center "> Distinguished Contributors</ h2 >
389
389
< p > {{ page.contributors_copy }}</ p >
390
390
</ div >
391
391
392
392
< div class ="content content--wide ">
393
- < h4 > 2020 Cohort</ h4 >
393
+ < h3 > 2020 Cohort</ h3 >
394
394
< div class ="biocard-wrapper ">
395
395
{% for bio in page.distinguished_2020 %}
396
396
{% include biocard.html
@@ -405,7 +405,7 @@ <h4>2020 Cohort</h4>
405
405
{% endfor %}
406
406
</ div >
407
407
408
- < h4 > Special Election Cohort</ h4 >
408
+ < h3 > Special Election Cohort</ h3 >
409
409
< div class ="biocard-wrapper ">
410
410
{% for bio in page.distinguished_special_election %}
411
411
{% include biocard.html
@@ -424,7 +424,7 @@ <h4>Special Election Cohort</h4>
424
424
425
425
<!-- STEERING COUNCIL -->
426
426
< div class ="content content--copy ">
427
- < h3 class ="text-center "> Steering Council</ h3 >
427
+ < h2 class ="text-center "> Steering Council</ h2 >
428
428
< p > {{ page.steering_copy }}</ p >
429
429
</ div >
430
430
< div class ="content content--wide ">
@@ -447,7 +447,7 @@ <h3 class="text-center">Steering Council</h3>
447
447
448
448
<!-- NUMFOCUS MEMBERS -->
449
449
< div class ="content content--copy ">
450
- < h3 class ="text-center "> NumFOCUS Subcommittee Members</ h3 >
450
+ < h2 class ="text-center "> NumFOCUS Subcommittee Members</ h2 >
451
451
</ div >
452
452
< div class ="content content--wide ">
453
453
< div class ="biocard-wrapper ">
@@ -469,7 +469,7 @@ <h3 class="text-center">NumFOCUS Subcommittee Members</h3>
469
469
470
470
<!-- TRADEMARK MEMBERS -->
471
471
< div class ="content content--copy ">
472
- < h3 class ="text-center "> Trademark Subcommittee Members</ h3 >
472
+ < h2 class ="text-center "> Trademark Subcommittee Members</ h2 >
473
473
</ div >
474
474
475
475
< div class ="content content--wide ">
@@ -492,7 +492,7 @@ <h3 class="text-center">Trademark Subcommittee Members</h3>
492
492
493
493
<!-- RETIRED STEERING COUNCIL -->
494
494
< div class ="content content--copy ">
495
- < h3 class ="text-center "> Retired Steering Council Members</ h3 >
495
+ < h2 class ="text-center "> Retired Steering Council Members</ h2 >
496
496
</ div >
497
497
498
498
< div class ="content content--wide ">
@@ -513,7 +513,7 @@ <h3 class="text-center">Retired Steering Council Members</h3>
513
513
514
514
<!-- SPONSORS BOX -->
515
515
< div class ="about-box section-grey content content--wide ">
516
- < h3 class ="text-center "> {{ page.sponsor_box.headline }}</ h3 >
516
+ < h2 class ="text-center "> {{ page.sponsor_box.headline }}</ h2 >
517
517
< p class ="content content--copy text-center ">
518
518
{{ page.sponsor_box.description }}
519
519
</ p >
@@ -534,7 +534,7 @@ <h3 class="text-center">{{ page.sponsor_box.headline }}</h3>
534
534
535
535
<!-- PARTNERS BOX -->
536
536
< div class ="about-box section-white content content--wide ">
537
- < h3 class ="text-center "> {{ page.partner_box.headline }}</ h3 >
537
+ < h2 class ="text-center "> {{ page.partner_box.headline }}</ h2 >
538
538
< p class ="content content--copy text-center ">
539
539
{{ page.partner_box.description }}
540
540
</ p >
@@ -555,7 +555,7 @@ <h3 class="text-center">{{ page.partner_box.headline }}</h3>
555
555
556
556
<!-- DONATE BOX -->
557
557
< div class ="about-box section-grey content content--wide ">
558
- < h3 class ="text-center "> {{ page.donate_box.headline }}</ h3 >
558
+ < h2 class ="text-center "> {{ page.donate_box.headline }}</ h2 >
559
559
{% for graf in page.donate_box.description %}
560
560
< p class ="content content--copy ">
561
561
{{ graf }}
0 commit comments