|
101 | 101 |
|
102 | 102 | <nav id="sidebar" class="sidebar" aria-label="Table of contents"> |
103 | 103 | <div class="sidebar-scrollbox"> |
104 | | - {{#toc}}{{/toc}} |
105 | 104 | <!-- Customizations of the vanilla index.hbs follow below --> |
| 105 | + <p><a href="https://github.com/hexatomic/hexatomic/releases/latest"><button style="background-color: #4183c4; border: none; color: white; padding: 12px 30px; cursor: pointer; width: 100%"><i class="fa fa-download"></i> Download Hexatomic</button></a></p> |
| 106 | + <p><a href="https://sympa.cms.hu-berlin.de/sympa/info/hexatomic-users"><button style="background-color: #00a847; border: none; color: white; padding: 12px 30px; cursor: pointer; width: 100%"><i class="fa fa-envelope"></i> Mailing list</button></a></p> |
| 107 | + <p><i class="fa fa-github"></i> <a href="https://github.com/hexatomic" target="_blank">github.com/hexatomic</a></p> |
| 108 | + <p><i class="fa fa-book"></i> <a href="https://hexatomic.github.io/hexatomic" target="_blank">Hexatomic software documentation</a></p> |
| 109 | + |
| 110 | + <hr> |
| 111 | + <!-- End of customizations of the vanilla index.hbs --> |
| 112 | + |
| 113 | + {{#toc}}{{/toc}} |
| 114 | + |
| 115 | + <!-- Customizations of the vanilla index.hbs follow below --> |
106 | 116 | <ol class="chapter"> |
107 | 117 | <li class="affix"> |
108 | 118 | <a href="{{path_to_root}}/static/pdf/hexatomic_project_description_website.pdf" target="_blank"><i class="fa fa-file-pdf-o"></i> Project proposal</a> |
109 | 119 | </li> |
110 | 120 | </ol> |
111 | 121 | <hr> |
112 | | - <p><a href="https://github.com/hexatomic/hexatomic/releases/latest"><button style="background-color: #4183c4; border: none; color: white; padding: 12px 30px; cursor: pointer; width: 100%"><i class="fa fa-download"></i> Download Hexatomic</button></a></p> |
113 | | - <p><a href="https://sympa.cms.hu-berlin.de/sympa/info/hexatomic-users"><button style="background-color: #00a847; border: none; color: white; padding: 12px 30px; cursor: pointer; width: 100%"><i class="fa fa-envelope"></i> Mailing list</button></a></p> |
114 | 122 | <p><i class="fa fa-copyright"></i> 2018ff. <a href="https://github.com/orgs/hexatomic/teams/project/members" target="_blank">Hexatomic project team</a></p> |
115 | | - <p><i class="fa fa-github"></i> <a href="https://github.com/hexatomic" target="_blank">github.com/hexatomic</a></p> |
116 | | - <p><i class="fa fa-book"></i> <a href="https://hexatomic.github.io/hexatomic" target="_blank">Hexatomic software documentation</a></p> |
117 | 123 | <p><a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode" target="_blank"><img src="https://img.shields.io/github/license/hexatomic/hexatomic.github.io.svg?style=flat-square"></a></p> |
118 | 124 | <p><a href="https://github.com/rust-lang-nursery/mdBook" target="_blank"><img src="https://img.shields.io/badge/made%20with-mdBook-lightgrey.svg?style=flat-square"></a></p> |
119 | 125 | <p><a href="https://github.com/hexatomic/hexatomic.github.io" target="_blank"><img src="https://img.shields.io/badge/open-source-violet.svg?logo=github&style=flat-square&logoColor=white"></a></a> |
120 | 126 | <p><a href="https://github.com/hexatomic/hexatomic.github.io/actions/workflows/deploy.yml/" target="_blank"><img src="https://github.com/hexatomic/hexatomic.github.io/actions/workflows/deploy.yml/badge.svg"></a></p> |
121 | 127 | <!-- End of customizations of the vanilla index.hbs --> |
| 128 | + |
122 | 129 | </div> |
123 | 130 |
|
124 | 131 | </div> |
|
0 commit comments