24 lines
765 B
HTML
24 lines
765 B
HTML
<p class="logo">
|
|
<a href="{{ pathto(root_doc) }}">
|
|
<img class="logo" src="{{ pathto('_static/logo.svg', 1) }}" title="The DataLad Handbook"/>
|
|
</a>
|
|
</p>
|
|
|
|
<p style="margin-left:auto; margin-right: auto;"><iframe src="https://ghbtns.com/github-btn.html?repo=book&user=datalad-handbook&type=star&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe></p>
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
|
<style>
|
|
.algolia-autocomplete{
|
|
width: 100%;
|
|
height: 1.5em
|
|
}
|
|
.algolia-autocomplete a{
|
|
border-bottom: none !important;
|
|
}
|
|
#doc_search{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
|
|
<progress id="progressbar" value="0" max="100"></progress>
|