-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (85 loc) · 3.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
layout: default
---
<div class="row">
<div class="offset-2 col-md-8 mb-5">
<h2>The NetFPGA is:</h2>
<hr />
<p>A line-rate, flexible, and open platform for <a href="{% link Publications.html %}" >research</a>, and classroom experimentation. More than 3,500 NetFPGA systems have been deployed at over 300 institutions in over 60 countries around the world.</p>
</div>
</div>
<!-- /.row -->
<div class="offset-2 col-md-8 mb-5">
{% include most-recent-news-posts.html %}
</div>
<div class="row">
<div class="col-12 col-md-6 col-lg-6 mb-5">
<div class="card border-0 shadow h-100">
<img class="card-img-top" src="assets/images/Boards/NetFPGA-PLUS.jpeg" alt="NetFPGA PLUS" />
<div class="card-body">
<h4 class="card-title front-page-card">NetFPGA PLUS</h4>
</div>
<div class="card-footer">
<a href="{% link NetFPGA-PLUS.html %}" class="stretched-link btn btn-primary" >Find Out More!</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6 mb-5">
<div class="card border-0 shadow h-100">
<img class="card-img-top" src="assets/images/Boards/NetFPGA-SUME.jpg" alt="NetFPGA SUME board" />
<div class="card-body">
<h4 class="card-title">NetFPGA SUME</h4>
</div>
<div class="card-footer">
<a href="{% link NetFPGA-SUME.html %}" class="stretched-link btn btn-primary" >Find Out More!</a>
</div>
</div>
</div>
</div>
<div id="accordion-deprecated" class="accordion">
<div class="collapsed" data-toggle="collapse" href="#collapse-deprecated">
<button class="card-title"><h3>Old Systems  </h3></button>
</div>
<div id="collapse-deprecated" class="collapse" data-parent="#accordion-deprecated">
<div class="row">
<div class="col-12 col-md-4 col-lg-4 mb-5">
<br>
<div class="card border-0 shadow h-100">
<img class="card-img-top" src="assets/images/Boards/NetFPGA-CML-1G.png" alt="NetFPGA CML Board" />
<div class="card-body">
<h4 class="card-title front-page-card">NetFPGA CML</h4>
</div>
<div class="card-footer">
<a href="{% link NetFPGA-CML.html %}" class="stretched-link btn btn-primary">Find Out More!</a>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4 mb-5">
<br>
<div class="card border-0 shadow h-100">
<img class="card-img-top" src="assets/images/Boards/NetFPGA10G_web.jpg" alt="NetFPGA 10G Board" />
<div class="card-body">
<h4 class="card-title front-page-card">NetFPGA 10G</h4>
</div>
<div class="card-footer">
<a href="{% link NetFPGA-10G.html %}" class="stretched-link btn btn-primary">Find Out More!</a>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4 mb-5">
<br>
<div class="card border-0 shadow h-100">
<img class="card-img-top" src="assets/images/Boards/NetFPGA1G_v1.jpg" alt="NetFPGA 1G Board" />
<div class="card-body">
<h4 class="card-title front-page-card">NetFPGA 1G</h4>
</div>
<div class="card-footer">
<a href="{% link NetFPGA-1G.html %}" class="stretched-link btn btn-primary">Find Out More!</a>
</div>
</div>
</div>
</div>
</div>
<hr>
</div>
<!-- /.row -->