8000 10G and 1G filter buttons now work · NetFPGA/NetFPGA.github.io@db66795 · GitHub
[go: up one dir, main page]

Skip to content

Commit db66795

Browse files
10G and 1G filter buttons now work
1 parent e73d00d commit db66795

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

_includes/ecosystem-buttons.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@
3939
</p>
4040
<p><i>Target Platform</i></p>
4141
<p class="card btn btn-primary check-container">
42-
<input id="check-target-PLUS" class="stretched-link" type="checkbox" data-toggle="collapse" href=".PLUS-collapse" role="button" aria-controls="PLUSCollapse" checked>
42+
<input id="check-target-PLUS" class="stretched-link" type="checkbox" data-toggle="collapse" href=".NetFPGA-PLUS-collapse" role="button" aria-controls="PLUSCollapse" checked>
4343
<label class="check-label" for="check-target-PLUS">PLUS</label>
4444
</p>
4545
<p class="card btn btn-primary check-container">
46-
<input id="check-target-SUME" class="stretched-link" type="checkbox" data-toggle="collapse" href=".SUME-collapse" role="button" aria-controls="SUMECollapse" checked>
46+
<input id="check-target-SUME" class="stretched-link" type="checkbox" data-toggle="collapse" href=".NetFPGA-SUME-collapse" role="button" aria-controls="SUMECollapse" checked>
4747
<label class="check-label" for="check-target-SUME">SUME</label>
4848
</p>
4949
<p class="card btn btn-primary check-container mr-5">
50-
<input id="check-target-CML" class="stretched-link" type="checkbox" data-toggle="collapse" href=".CML-collapse" role="button" aria-controls="CMLCollapse" checked>
50+
<input id="check-target-CML" class="stretched-link" type="checkbox" data-toggle="collapse" href=".NetFPGA-CML-collapse" role="button" aria-controls="CMLCollapse" checked>
5151
<label class="check-label" for="check-target-CML">CML</label>
5252
</p>
5353
<p class="card btn btn-primary check-container mr-5">
54-
<input id="check-target-10G" class="stretched-link" type="checkbox" data-toggle="collapse" href=".10G-collapse" role="button" aria-controls="10GCollapse" checked>
54+
<input id="check-target-10G" class="stretched-link" type="checkbox" data-toggle="collapse" href=".NetFPGA-10G-collapse" role="button" aria-controls="10GCollapse" checked>
5555
<label class="check-label" for="check-target-10G">10G</label>
5656
</p>
5757
<p class="card btn btn-primary check-container">
58-
<input id="check-target-1G" class="stretched-link" type="checkbox" data-toggle="collapse" href=".1G-collapse" role="button" aria-controls="1GCollapse" checked>
58+
<input id="check-target-1G" class="stretched-link" type="checkbox" data-toggle="collapse" href=".NetFPGA-1G-collapse" role="button" aria-controls="1GCollapse" checked>
5959
<label class="check-label" for="check-target-1G">1G</label>
6060
</p>

_posts/ecosystem/2021-07-15-NetFPGA.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ seller: Xilinx
1919
seller-url: https://www.xilinx.com/products/boards-and-kits/alveo.html
2020
seller-email:
2121
seller-phone:
22-
target-platform1: 1G
23-
target-platform2: 10G
24-
target-platform3: CML
25-
target-platform4: SUME
26-
target-platform5: PLUS
22+
target-platform1: NetFPGA-1G
23+
target-platform2: NetFPGA-10G
24+
target-platform3: NetFPGA-CML
25+
target-platform4: NetFPGA-SUME
26+
target-platform5: NetFPGA-PLUS
2727
---

0 commit comments

Comments
 (0)
0