]> luflow.net public git repositories - flow-web.git/blob - templates/partials/index_featured_content.stpl
Initial commit.
[flow-web.git] / templates / partials / index_featured_content.stpl
1 <section class="featured-content">
2 <h2 class="a11y-offset">Summary</h2>
3 <ul>
4 <li><b>Libre.</b><a class="link-yellow" href="/<%= self.hfge_url %>"> HFGE</a> will be distributed under the zlib license.
5 This license allows you to use HFGE freely in any software (it respects your freedom).
6 </li>
7 <li><b>Vulkan.</b><a class="link-yellow" href="/<%= self.hfge_url %>"> HFGE</a> comes with a modern, low level, low overhead,
8 cross platform renderer in the form of Vulkan (additional renderers can be added as plugins if needed).
9 </li>
10 <li><b>Cross platform.</b><a class="link-yellow" href="/<%= self.hfge_url %>"> HFGE</a> will initially support Windows and
11 GNU/Linux. More platforms such as Android will be added later on.
12 </li>
13 <li><b>Tools.</b><a class="link-yellow" href="/<%= self.hfge_url %>"> HFGE</a> comes with a few useful tools for generating
14 bitmap fonts, texture atlases, resource archives and a hash checksum tool.
15 </li>
16 </ul>
17 <div class="action-box centered-text">
18 <a class="button-big button-light" href="/<%= self.hfge_url %>">LEARN MORE</a>
19 </div>
20 </section>