forked from FAST-Switch/fast-switch.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html.bak
executable file
·135 lines (131 loc) · 4.34 KB
/
resources.html.bak
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!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" id="documentation">
<div class="post-cnt">
<h2>文档</h2>
<p>
<span style="font-size: 16px">FAST详细设计文档 <a href="https://github.com/FAST-Switch/fast/archive/master.zip">点击下载</a></span>
</p>
</div>
</section>
<section class="post" id="code">
<div class="post-cnt">
<h2>源码</h2>
<p>
<span style="font-size: 16px">FAST源码托管在github平台 <a href="https://github.com/FAST-Switch/fast/archive/master.zip">点击下载</a></span>
</p>
</div>
</section>
<section class="post" id="paper">
<div class="post-cnt">
<h2>白皮书</h2>
<p>
<span style="font-size: 16px">中文:<a href="#">pdf</a>,<a href="#">html</a></span>
</p>
</div>
</section>
<section class="post" id="book">
<div class="post-cnt">
<h2>书籍</h2>
<p>
<span style="font-size: 16px">中文:<a href="#">pdf</a>,<a href="#">html</a></span>
</p>
</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>