2015-11-10 09:31:16 -07:00
|
|
|
<!-- start footer part -->
|
|
|
|
<!--BEGIN GENERATE_TREEVIEW-->
|
|
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
|
|
<ul>
|
|
|
|
$navpath
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<!--END GENERATE_TREEVIEW-->
|
|
|
|
<!--BEGIN !GENERATE_TREEVIEW-->
|
|
|
|
<!--END !GENERATE_TREEVIEW-->
|
2016-03-25 11:07:04 -07:00
|
|
|
<section id="community">
|
|
|
|
<div class="community">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-6">
|
|
|
|
<h2>Join Our Community:</h2>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-6">
|
|
|
|
<ul class="list-inline community-box-buttons">
|
|
|
|
<li>
|
|
|
|
<a href="https://01.org/spdk" class="btn btn-default btn-lg">
|
|
|
|
<img class="fa fa-fw" src="http://www.spdk.io/img/ico/01.png"></img>
|
|
|
|
<span class="box-name">01.org</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://github.com/spdk/spdk" class="btn btn-default btn-lg">
|
|
|
|
<img class="fa fa-fw" src="http://www.spdk.io/img/ico/github.png"></img>
|
|
|
|
<span class="box-name">github</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- /.container -->
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<!-- /.banner -->
|
|
|
|
|
|
|
|
<!-- Footer -->
|
|
|
|
<footer>
|
|
|
|
<div class="container text-center">
|
|
|
|
<p class="copyright text-muted small">Copyright © Intel Corporation. All Rights Reserved.</p>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2015-11-10 09:31:16 -07:00
|
|
|
</body>
|
|
|
|
</html>
|