-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc03eab
commit a739487
Showing
117 changed files
with
3,770 additions
and
771 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/update-preview-assets.yaml → .github/workflows/update-assets.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Update preview css | ||
name: Update assets | ||
on: | ||
push: | ||
paths: | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,195 @@ | ||
<!DOCTYPE html> | ||
<html lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$> | ||
<head> | ||
|
||
<!-- Based on TemplateMo 553 Xtra Blog: https://templatemo.com/tm-553-xtra-blog --> | ||
|
||
<meta charset="utf-8" /> | ||
<meta name="generator" content="pandoc" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta property="og:title" content="$pagetitle$" /> | ||
<meta property="og:type" content="book" /> | ||
$if(url)$<meta property="og:url" content="$url$" />$endif$ | ||
$if(cover-image)$<meta property="og:image" content="$url$/$cover-image$" />$endif$ | ||
$if(description)$<meta property="og:description" content="$description$" />$endif$ | ||
$if(github-repo)$<meta name="github-repo" content="$github-repo$" />$endif$ | ||
|
||
$for(author-meta)$ | ||
<meta name="author" content="$author-meta$" /> | ||
$endfor$ | ||
|
||
$if(date-meta)$ | ||
<meta name="date" content="$date-meta$" /> | ||
$endif$ | ||
|
||
$if(math)$ | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
TeX: { equationNumbers: { autoNumber: "AMS" } } | ||
}); | ||
</script> | ||
$math$ | ||
$endif$ | ||
|
||
<meta name="description" content="$if(description)$$description$$else$$pagetitle$$endif$"> | ||
|
||
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title> | ||
|
||
$for(header-includes)$ | ||
$header-includes$ | ||
$endfor$ | ||
|
||
$if(highlightjs)$ | ||
<style type="text/css">code{white-space: pre;}</style> | ||
<link rel="stylesheet" | ||
href="$highlightjs$/$if(highlightjs-theme)$$highlightjs-theme$$else$default$endif$.css" | ||
$if(html5)$$else$type="text/css" $endif$/> | ||
<script src="$highlightjs$/highlight.js"></script> | ||
<script type="text/javascript"> | ||
if (window.hljs && document.readyState && document.readyState === "complete") { | ||
window.setTimeout(function() { | ||
hljs.initHighlighting(); | ||
}, 0); | ||
} | ||
</script> | ||
$endif$ | ||
|
||
$if(highlighting-css)$ | ||
<style type="text/css">code{white-space: pre;}</style> | ||
<style type="text/css"> | ||
$highlighting-css$ | ||
</style> | ||
$endif$ | ||
|
||
$for(css)$ | ||
<link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/> | ||
$endfor$ | ||
|
||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/hamburgers.css" rel="stylesheet"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
$for(include-before)$ | ||
$include-before$ | ||
$endfor$ | ||
|
||
<div class="main-content"> | ||
<!-- special comment to mark beginning of title section for bookdown --> | ||
<!-- bookdown comments must be in this order: title, toc, body --> | ||
|
||
<div class="main-content-wrapper"> | ||
|
||
<!--bookdown:title:start--> | ||
<!-- This title section is only rendered to index.html --> | ||
<div id="title-container"> | ||
|
||
$if(title)$ | ||
<h1 id="title-header">$title$</h1> | ||
$if(subtitle)$ | ||
<h3 id="subtitle-header">$subtitle$</h3> | ||
$endif$ | ||
|
||
$for(author)$ | ||
$if(author.name)$ | ||
<h4 class="author">$author.name$</h4> | ||
|
||
$if(author.affiliation)$ | ||
<address class="author_afil">$author.affiliation$<br> | ||
$endif$ | ||
|
||
$if(author.email)$ | ||
<a class="author_email" href="mailto:#">$author.email$</a></address> | ||
$endif$ | ||
$else$ | ||
<h4 class="author">$author$</h4> | ||
$endif$ | ||
$endfor$ | ||
|
||
$if(date)$ | ||
<h4 id="build-date">Version: $date$</h4> | ||
$endif$ | ||
|
||
$if(abstract)$ | ||
<div class="abstract"><p>$abstract$</p></div> | ||
$endif$ | ||
|
||
$endif$ | ||
</div> | ||
<!--bookdown:title:end--> | ||
|
||
<!--bookdown:toc:start--> | ||
<header class="main-toc sidebar" id="sidebar"> | ||
<div class="sidebar-wrapper"> | ||
|
||
<button class="navbar-toggle hamburger hamburger--collapse" id="navbar-toggle" | ||
type="button" onclick="navToggle()" aria-label="Toggle navigation"> | ||
<span class="hamburger-box"><span class="hamburger-inner"></span></span> | ||
</button> | ||
|
||
<div class="sidebar-title-wrapper"> | ||
<img alt="Logo" width="100" src="img/gispo_white_sm.png" class="sidebar-logo"> | ||
<div class="sidebar-title"><h1>$pagetitle$</h1></div> | ||
$if(abstract)$ | ||
<div class="abstract-sidebar"><p>$abstract$</p></div> | ||
$endif$ | ||
</div> | ||
|
||
<nav class="sidebar-nav"> | ||
$if(toc)$ | ||
<div id="$idprefix$TOC" class="toc"> | ||
$toc$ | ||
</div> | ||
$endif$ | ||
</nav> | ||
</div> | ||
</header> | ||
<!--bookdown:toc:end--> | ||
|
||
<!--bookdown:body:start--> | ||
$body$ | ||
<!--bookdown:body:end--> | ||
|
||
<footer class="footer text-center"> | ||
|
||
<div class="footer-container text-center"> | ||
|
||
<div class="footer-info"> | ||
$if(title)$ | ||
<h5 class="footer-title">$title$</h5> | ||
$if(subtitle)$ | ||
<p class="footer-subtitle"><em>$subtitle$</em></p> | ||
$endif$ | ||
$endif$ | ||
$if(date)$ | ||
<span class="footer-version">v$date$</span> | ||
$endif$ | ||
<div class="license"><img src="img/by-nd.svg" width="80px" alt="CC-BY-ND"></div> | ||
</div> | ||
|
||
<div class="footer-info"> | ||
<h5 class="footer-title footer-company">Gispo Oy. | ||
<span class="footer-copyright-year">© 2023</span></h5> | ||
<span class="footer-contact-info">Kumpulantie 3, 3 krs | ||
<br>00520 Helsinki, Finland | ||
<br>[email protected] | ||
</span> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
$for(include-after)$ | ||
$include-after$ | ||
$endfor$ | ||
|
||
<script src="js/nav-script.js"></script> | ||
<script src="js/answer-key.js"></script> | ||
<script src="js/find_keys.js"></script> | ||
|
||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.