982095e51f
Some styling needs to be applied via the Doxygen stylesheet, since the class names don't match up with what Bootstrap uses. Change-Id: Ie7b38259496e262752750235b0630d59b00ae492 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
49 lines
1.4 KiB
HTML
49 lines
1.4 KiB
HTML
<!-- 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-->
|
|
<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>
|
|
</body>
|
|
</html>
|