Skip to content

Commit 9344593

Browse files
committed
Add ids to the advisory board member lists that can be used as anchors.
With those, we can for example directly link to the list of advisory board members as https://scala.epfl.ch/#advisory-board-member-list
1 parent 4bdb12b commit 9344593

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_layouts/frontpage.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ <h2>Who are we?</h2>
336336
<div class="supporters">
337337
<div class="container">
338338
<div class="row">
339-
<div class="col-md-12 text-center">
339+
<div class="col-md-12 text-center" id="brought-to-you-by">
340340
<!-- <div class="sect-header">Brought to you by</div> -->
341341
<h2>Brought to you by</h2>
342342
</div>
@@ -345,7 +345,7 @@ <h2>Brought to you by</h2>
345345
<a href="http://epfl.ch" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/epfl.png" /></a>
346346
</div>
347347
<br/><br/>
348-
<div class="subtitle col-sm-12">Advisory Board members:</div>
348+
<div class="subtitle col-sm-12" id="advisory-board-member-list">Advisory Board members:</div>
349349
<div class="col-sm-3 supporter-logo">
350350
<a href="http://www.goldmansachs.com/" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/goldman.png" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
351351
</div>
@@ -368,13 +368,13 @@ <h2>Brought to you by</h2>
368368
<a href="https://lunatech.com/" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/lunatech.png" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
369369
</div>
370370
<!--</div>-->
371-
<span class="subtitle col-sm-12">Contributor members:</span>
371+
<span class="subtitle col-sm-12" id="contributor-member-list">Contributor members:</span>
372372
<div class="col-sm-12 supporter-logo">
373373
<a href="https://virtuslab.com/" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/virtuslab.png" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
374374
</div>
375375
<!--</div>-->
376376
<!--
377-
<span class="subtitle col-sm-12">Affiliate members:</span>
377+
<span class="subtitle col-sm-12" id="affiliate-member-list">Affiliate members:</span>
378378
<div class="col-sm-12 supporter-logo">
379379
<a href="https://www.example.com/" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/example.png" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
380380
</div>

0 commit comments

Comments
 (0)