|
10 | 10 | {% block subtitle %} - Desired Expertise {% endblock %} |
11 | 11 |
|
12 | 12 | {% block nomcom_content %} |
13 | | - <h2>Desired Expertises</h2> |
| 13 | + <h2>Desired Expertise</h2> |
| 14 | + <div style="width: 60em; margin: 1em;"> |
| 15 | + These pages contain the current summaries of desired expertise for open |
| 16 | + positions, provided to the Nomcom by the IESG, IAB, and IAOC. As the Nomcom |
| 17 | + proceeds, per BCP 10, we will take input from the community on the |
| 18 | + qualifications required for the positions. We will determine our selections |
| 19 | + based on all of this information. We may update these pages periodically. |
| 20 | + </div> |
| 21 | + |
14 | 22 | <div id="mytabs" class="yui-navset"> |
15 | | - <ul class="yui-nav"> |
16 | | - {% for position in positions %} |
17 | | - <li><a href="#{{ position.name }}"><em>{{ position.name }}</em></a></li> |
18 | | - {% endfor %} |
19 | | - </ul> |
20 | | - Click on a position above to view the summary of desired expertise for that position |
21 | | - <div class="yui-content"> |
22 | | - {% for position in positions %} |
23 | | - <div id="{{ position.name }}"> |
24 | | - <h3>{{ position.description }}</h3> |
25 | | - {{ position.get_requirement|linebreaks}} |
26 | | - </div> |
27 | | - {% endfor %} |
| 23 | + <ul class="yui-nav"> |
| 24 | + {% for position in positions %} |
| 25 | + <li><a href="#{{ position.name }}"><em>{{ position.name }}</em></a></li> |
| 26 | + {% endfor %} |
| 27 | + </ul> |
| 28 | + |
| 29 | + Click on a position above to view the summary of desired expertise for that position |
| 30 | + <div class="yui-content"> |
| 31 | + {% for position in positions %} |
| 32 | + <div id="{{ position.name }}"> |
| 33 | + <h3>{{ position.description }}</h3> |
| 34 | + {{ position.get_requirement|linebreaks}} |
| 35 | + </div> |
| 36 | + {% endfor %} |
| 37 | + </div> |
28 | 38 | </div> |
29 | 39 |
|
30 | 40 | <script type="text/javascript"> |
|
0 commit comments