_includes/header.html (774B) - raw
1 <header>
2 <div class="container">
3 <a href="/">
4 <h1>sup</h1>
5 <p class="tagline">A curses threads-with-tags style email client</p>
6 </a>
7
8 <section id="links">
9 <a href="/git/" class="btn btn-git"><span class="icon"></span>Source code</a>
10 <a href="https://github.com/sup-heliotrope/sup/wiki" class="btn">Wiki</a>
11 <a href="https://github.com/sup-heliotrope/sup/issues" class="btn">Issues</a>
12 <a href="/releases/" class="btn">Releases</a>
13 <a href="/screenshots/" class="btn">Screenshots</a>
14 <a href="https://github.com/sup-heliotrope/sup-colors" class="btn">Color schemes</a>
15 <a href="/community/" class="btn">Community</a>
16 </section>
17 </div>
18 </header>