|
@@ -1,33 +1,38 @@
|
|
|
<!-- HTML footer for doxygen 1.8.10-->
|
|
<!-- HTML footer for doxygen 1.8.10-->
|
|
|
<!-- start footer part -->
|
|
<!-- start footer part -->
|
|
|
<div class="footer">
|
|
<div class="footer">
|
|
|
- <div class="ui inverted vertical footer segment">
|
|
|
|
|
- <div class="ui container">
|
|
|
|
|
- <div class="ui inverted divided equal height grid">
|
|
|
|
|
- <div class="three wide column">
|
|
|
|
|
- <h4 class="ui inverted header">About</h4>
|
|
|
|
|
- <div class="ui inverted link list">
|
|
|
|
|
- <a href="#" class="item">Contact us</a>
|
|
|
|
|
- <a href="#" class="item">Report an issue</a>
|
|
|
|
|
- <a href="#" class="item">Become a contributor</a>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div class="ui inverted vertical footer segment">
|
|
|
|
|
+ <div class="ui container">
|
|
|
|
|
+ <div class="ui stackable inverted divided equal height grid">
|
|
|
|
|
+ <div class="three wide column">
|
|
|
|
|
+ <h4 class="ui inverted header">About</h4>
|
|
|
|
|
+ <div class="ui inverted link list">
|
|
|
|
|
+ <a href="http://www.banshee3d.com/contact-us" class="item">Contact us</a>
|
|
|
|
|
+ <a href="https://github.com/BearishSun/BansheeEngine/issues" target="_blank" class="item">Report an issue</a>
|
|
|
|
|
+ <a href="http://www.banshee3d.com/support" class="item">Support us</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="three wide column">
|
|
|
|
|
+ <h4 class="ui inverted header">Info</h4>
|
|
|
|
|
+ <div class="ui inverted link list">
|
|
|
|
|
+ <a href="http://docs.banshee3d.com/Native" class="item">C++ API documentation</a>
|
|
|
|
|
+ <a href="http://docs.banshee3d.com/Managed" class="item">C# API documentation</a>
|
|
|
|
|
+ <a href="https://github.com/BearishSun/BansheeEngine/blob/master/Documentation/GitHub/roadmap.md" target="_blank" class="item">Roadmap</a>
|
|
|
|
|
+ <a href="https://github.com/BearishSun/BansheeEngine/blob/master/Documentation/GitHub/license.md" target="_blank" class="item">License</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="seven wide column">
|
|
|
|
|
+ <h4 class="ui inverted header">Social media</h4>
|
|
|
|
|
+ <div class="ui horizontal list">
|
|
|
|
|
+ <div class="item"><a href="https://github.com/BearishSun/BansheeEngine" target="_blank"><i class="big github icon"></i></a></div>
|
|
|
|
|
+ <div class="item"><a href="https://www.facebook.com/Banshee3D" target="_blank"><i class="big facebook icon"></i></a></div>
|
|
|
|
|
+ <div class="item"><a href="https://twitter.com/Banshee3D" target="_blank"><i class="big twitter icon"></i></a></div>
|
|
|
|
|
+ <div class="item"><a href="https://plus.google.com/117671131560063987752" target="_blank"><i class="big google plus icon"></i></a></div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="three wide column">
|
|
|
|
|
- <h4 class="ui inverted header">Info</h4>
|
|
|
|
|
- <div class="ui inverted link list">
|
|
|
|
|
- <a href="#" class="item">C++ API documentation</a>
|
|
|
|
|
- <a href="#" class="item">C# API documentation</a>
|
|
|
|
|
- <a href="#" class="item">Roadmap</a>
|
|
|
|
|
- <a href="#" class="item">License</a>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="seven wide column">
|
|
|
|
|
- <h4 class="ui inverted header">Footer Header</h4>
|
|
|
|
|
- <p>Place something here.</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div> <!-- Everything -->
|
|
</div> <!-- Everything -->
|
|
|
|
|
|