18 lines
958 B
HTML
18 lines
958 B
HTML
<!-- Based on TextBlob's template: http://goo.gl/XqFeTq -->
|
|
|
|
<!-- Dirty hack since RTD doesn't respect 'templates_path' in conf.py-->
|
|
<link href='http://fonts.googleapis.com/css?family=Amethysta:400' rel='stylesheet'>
|
|
|
|
<!-- Place this tag in your head or just before your close body tag. -->
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
|
|
<h1 class="logo-text">Falcon</h1>
|
|
<p id="teh-logo" class="logo">
|
|
<a href="{{ pathto(master_doc) }}"><img class="logo" src="{{ pathto('_static/img/logo.png', 1) }}" width="170" height="214" alt="Logo"/></a>
|
|
</p>
|
|
|
|
<p id="gh-buttons">
|
|
<a class="github-button" href="https://github.com/falconry/falcon" data-icon="octicon-star" aria-label="Star falconry/falcon on GitHub" data-style="mega">Star</a>
|
|
<a class="github-button" href="https://github.com/falconry/falcon/issues" data-icon="octicon-issue-opened" aria-label="Issue falconry/falcon on GitHub" data-style="mega">Issue</a>
|
|
</p>
|