Skip to content

Commit e1b604f

Browse files
tomayactschneidereit
authored andcommitted
Add distinguishable IDs
1 parent 949c810 commit e1b604f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Our mission is to Provide state-of-the-art foundations to develop runtime enviro
2020
<p>
2121
Our Board is comprised of Directors elected from among our member organizations, the Technical Steering Committee, and our Recognized Contributors program. Board members are selected to a two-year term, staggered across elections every December.
2222
</p>
23-
<div class="board-gallery">
23+
<div class="board-gallery" id="board-gallery">
2424
{% comment %}Generate gallery of Board members from list in _data/board.yml{% endcomment %}
2525
{% for member in site.data.board %}
2626
<div class="board-member">
@@ -43,7 +43,7 @@ Our mission is to Provide state-of-the-art foundations to develop runtime enviro
4343
<p>
4444
The Bytecode Alliance <a href="https://github.com/bytecodealliance/governance/blob/main/TSC/charter.md">Technical Steering Committee</a> ("TSC") acts as the top-level governing body for projects and Special Interest Groups hosted by the Alliance, ensuring they further the Alliance's mission and are conducted in accordance with our <a href="#social-values">values and principles</a>. The TSC also oversees the Bytecode Alliance <a href="https://github.com/bytecodealliance/governance/blob/main/TSC/charter.md#recognized-contributors">Recognized Contributor</a> program to encourage and engage individual contributors as participants in Alliance projects and groups.
4545
</p>
46-
<div class="board-gallery">
46+
<div class="board-gallery" id="tsc-gallery">
4747
{% comment %}Generate gallery of TSC members from list in _data/tsc.yml{% endcomment %}
4848
{% for member in site.data.tsc %}
4949
<div class="board-member">

0 commit comments

Comments
 (0)