forked from FAST-Switch/fast-switch.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.html
executable file
·111 lines (107 loc) · 4.12 KB
/
community.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0" />
<title>FAST</title>
<link rel="shortcut icon" type="image/x-icon" href="css/images/favicon.ico" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Jura:400,500,600,300' rel='stylesheet' type='text/css' />
<script src="js/jquery-1.8.0.min.js" type="text/javascript"></script>
<script src="js/jquery.touchwipe.1.1.1.js" type="text/javascript"></script>
<script src="js/jquery.carouFredSel-5.5.0-packed.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="js/modernizr.custom.js"></script>
<![endif]-->
<script src="js/functions.js" type="text/javascript"></script>
</head>
<!-- wrapper -->
<div class="wrapper">
<!-- header -->
<header class="header">
<div class="shell">
<div class="header-top">
<h1 id="logo"><a href="#">FAST</a></h1>
<nav id="navigation">
<a href="#" class="nav-btn">主页<span></span></a>
<ul>
<li class="active home"><a href="index.html">主页</a></li>
<li><a href="resources.html">资源</a></li>
<li><a href="community.html">社区</a></li>
<li><a href="about.html">关于FAST</a></li>
</ul>
</nav>
<div class="cl"> </div>
</div>
</div>
</header>
<!-- end of header -->
<!-- shell -->
<div class="shell">
<!-- main -->
<div class="main">
<section class="post">
<div class="post-cnt">
<h2>FAST:基于FPGA的SDN交换机开源项目 </h2>
<p style="font-size: 16px">自1983年自由软件运动领袖Richard Stallman提出了GNU计划以来,开源为软件开发带来了创造性的革命和商业成功。SDN如今的快速发展也离不开开源社区的力量,比如NOX、Floodlight、OpenContrail等开源项目极大的推动了SDN产业链的发展。但SDN的开源大多都局限在控制器或软件交换机的领域,数据平面的硬件开源项目始终没有迎来一个百花齐放的春天,同时在网络教学研究领域,也没有形成一个有序、规范、有创造力的生态圈,FAST的诞生或许可以提供一个崭新的思路。 </p>
<p> <a href="fast-articles/1.html" class="more">阅读更多</a> </p>
</div>
<div class="cl"> </div>
</section>
</div>
<!-- end of main -->
</div>
<!-- end of shell -->
<!-- footer -->
<div id="footer">
<!-- shell -->
<div class="shell">
<!-- footer-cols -->
<div class="footer-cols">
<div class="col">
<h2>资源</h2>
<ul>
<li><a href="#">文档</a></li>
<li><a href="#">源码 </a></li>
<li><a href="#">书籍</a></li>
<li><a href="#">白皮书</a></li>
</ul>
</div>
<div class="col">
<h2>社区</h2>
<ul>
<li><a href="#">实验</a></li>
<li><a href="#">博客</a></li>
</ul>
</div>
<div class="col">
<h2>联系我们</h2>
<p>Email: <a href="#">[email protected]</a></p>
<p>Phone: 15616265487</p>
<p>Address: 国防科学技术大学计算机学院 </p>
<p>中国 湖南省长沙市</p>
</div>
<div class="cl"> </div>
</div>
<!-- end of footer-cols -->
<div class="footer-bottom">
<div class="footer-nav">
<ul>
<li><a href="index.html">主页</a></li>
<li><a href="resources.html">资源</a></li>
<li><a href="community.html">社区</a></li>
<li><a href="about.html">关于FAST</a></li>
</ul>
</div>
<p class="copy">Copyright © 2016<span>FAST TEAM|</span>Design by: <a href="http://chocotemplates.com" target="_blank">www.ChocoTemplates.com</a></p>
<div class="cl"> </div>
</div>
</div>
<!-- end of shell -->
</div>
<!-- footer -->
</div>
<!-- end of wrapper -->
</body>
</html>