Skip to content

Commit 1f2b239

Browse files
committed
Moving download link and other important entry points to the actual software on top of the sidebar
1 parent 1657453 commit 1f2b239

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

src/theme/index.hbs

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,24 +101,31 @@
101101

102102
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
103103
<div class="sidebar-scrollbox">
104-
{{#toc}}{{/toc}}
105104
<!-- 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 -->
106116
<ol class="chapter">
107117
<li class="affix">
108118
<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>
109119
</li>
110120
</ol>
111121
<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>
114122
<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>
117123
<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>
118124
<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>
119125
<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>
120126
<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>
121127
<!-- End of customizations of the vanilla index.hbs -->
128+
122129
</div>
123130

124131
</div>

0 commit comments

Comments
 (0)