-
Notifications
You must be signed in to change notification settings - Fork 1
/
_template.html
122 lines (115 loc) · 6.34 KB
/
_template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{fsdocs-page-title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="{{fsdocs-authors}}">
<link rel="shortcut icon" type="image/x-icon" href="{{root}}/img/favicon.ico">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML"></script> -->
<link type="text/css" rel="stylesheet" href="{{root}}content/fsdocs-default.css" />
<link type="text/css" rel="stylesheet" href="{{root}}content/fsdocs-custom.css" />
<script type="text/javascript" src="{{root}}content/fsdocs-tips.js"></script>
<link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<script defer type="text/javascript" src="https://kit.fontawesome.com/0d3e0ea7a6.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- BEGIN SEARCH BOX: this adds support for the search box -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/JavaScript-autoComplete/1.0.4/auto-complete.css" />
<!-- END SEARCH BOX: this adds support for the search box -->
{{fsdocs-watch-script}}
</head>
<body>
<div class="columns is-fullheight m-0">
<div id="fsdocs-menu" class="column is-2 is-paddingless">
<aside class="menu">
<div class="container is-paddingless is-marginless has-background-dark">
<a href="{{fsdocs-logo-link}}">
<figure class="image is-128x128 container">
<img src="{{fsdocs-logo-src}}">
</figure>
</a>
<h2 class="title has-text-centered has-text-white pb-4">{{fsdocs-collection-name}}</h2>
</div>
<div class="content">
<!-- BEGIN SEARCH BOX: this adds support for the search box -->
<div id="header">
<div class="field">
<div class="control has-icons-left has-icons-right searchbox" id="fsdocs-searchbox">
<input data-search-input="" id="search-by" type="search" placeholder="Search..." class="input"/>
<span class="icon is-small is-left">
<i class="fas fa-search"></i>
</span>
</div>
</div>
</div>
<!-- END SEARCH BOX: this adds support for the search box -->
<ul class="navbar-nav">
{{fsdocs-list-of-documents}}
<li class="nav-header">Links</li>
<li class="nav-item" >
<a class="nav-link" href="https://csb.bio.uni-kl.de/teaching/">
<span class="icon-text">
<span class="icon">
<i class="fas fa-graduation-cap"></i>
</span>
<span>Other CSB courses</span>
</span>
</a>
</li>
<li class="nav-item" >
<a class="nav-link" href="https://twitter.com/cs_biology">
<span class="icon-text">
<span class="icon">
<i class="fab fa-twitter"></i>
</span>
<span>Get in touch on twitter</span>
</span>
</a>
</li>
<li class="nav-item" >
<a class="nav-link" href="https://github.com/CSBiology?type=source">
<span class="icon-text">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Check out our open source projects</span>
</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/CSBiology/BIO-BTE-06-L-7">
<span class="icon-text">
<span class="icon">
<i class="fas fa-code-branch"></i>
</span>
<span>Source repository</span>
</span>
</a>
</li>
</ul>
</div>
</aside>
</div>
<div class="column is-10 is-paddingless has-text-justified ">
<div class="section pt-4">
<div class="container" id="fsdocs-content">
{{fsdocs-content}}
</div>
</div>
</div>
{{fsdocs-tooltips}}
</div>
<!-- BEGIN SEARCH BOX: this adds support for the search box -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/JavaScript-autoComplete/1.0.4/auto-complete.css" />
<script type="text/javascript">var fsdocs_search_baseurl = '{{root}}'</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.8/lunr.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/JavaScript-autoComplete/1.0.4/auto-complete.min.js"></script>
<script type="text/javascript" src="{{root}}content/fsdocs-search.js"></script>
<!-- END SEARCH BOX: this adds support for the search box -->
</body>
</html>