category-theory-illustrated/_layouts/default.html

126 lines
4.4 KiB
HTML
Raw Normal View History

2020-12-28 21:52:31 +03:00
<!DOCTYPE html>
<html>
<head>
<title> {{site.name}} - {{ page.title }}</title>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/style.css">
2021-11-20 09:07:21 +03:00
2020-12-28 21:52:31 +03:00
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/custom-style.css">
2021-11-20 09:07:21 +03:00
2021-12-09 22:33:37 +03:00
<script>
window.MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
}
};
2021-11-20 09:07:21 +03:00
</script>
2021-12-09 22:33:37 +03:00
<script type="text/javascript" id="MathJax-script"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>
2020-12-28 21:52:31 +03:00
</head>
<body>
<div class="header">
<div class="container">
2020-12-28 21:57:36 +03:00
<a href="{{site.baseurl}}/">
2020-12-28 21:52:31 +03:00
<img src="{{site.baseurl}}/logo.svg" class="logo">
2020-12-28 21:57:36 +03:00
</a>
2020-12-28 21:52:31 +03:00
</div>
</div>
<div class="container page-{{page.title}}">
<!--<h1>{{page.title}}</h1> -->
2021-04-23 06:48:36 +03:00
<div class="prev-next">
{% if page.previous.url %}
2021-05-24 15:41:39 +03:00
<a class="button" href="{{site.baseurl}}{{page.previous.url}}">&laquo;prev</a>
2021-04-23 06:48:36 +03:00
{% endif %}
{% if page.next.url %}
2021-05-24 15:41:39 +03:00
<a class="button" href="{{site.baseurl}}{{page.next.url}}">next&raquo;</a>
2021-04-23 06:48:36 +03:00
{% endif %}
</div>
2020-12-28 21:52:31 +03:00
{{ content }}
2021-04-23 06:48:36 +03:00
2020-12-28 21:52:31 +03:00
<div class="prev-next">
{% if page.previous.url %}
2021-05-24 15:41:39 +03:00
<a class="button" href="{{site.baseurl}}{{page.previous.url}}">&laquo;prev</a>
2020-12-28 21:52:31 +03:00
{% endif %}
{% if page.next.url %}
2021-05-24 15:41:39 +03:00
<a class="button" href="{{site.baseurl}}{{page.next.url}}">next&raquo;</a>
2020-12-28 21:52:31 +03:00
{% endif %}
2021-04-23 06:48:36 +03:00
</div>
<script type='text/javascript' src='https://ko-fi.com/widgets/CounterWidget.js'></script><script type='text/javascript'>counterwidget.init('K3K539YDO');counterwidget.draw();</script>
2020-12-28 21:52:31 +03:00
</div>
<div class="footer">
2023-08-02 16:25:21 +03:00
<div class="container chapters">
2020-12-28 21:52:31 +03:00
<h1>Contents</h1>
{% for chapter in site.chapters %}
<p><a href="{{chapter.url | prepend:site.baseurl}}">{{chapter.title}}</a></p>
{% endfor %}
<!--
<h1>Download</h1>
<p><a href="{{site.baseurl}}{{site.baseurl}}.epub">as epub</a></p>
<p><a href="{{site.baseurl}}{{site.baseurl}}.txt">as txt</a></p>
-->
</div>
</div>
2024-03-05 21:49:44 +03:00
2024-03-05 21:55:12 +03:00
<div class="footer" style="background-color:#dc7100">
2024-03-05 21:49:44 +03:00
<div class="container chapters">
<h1>Subscribe for updates</h1>
<form
action="https://buttondown.email/api/emails/embed-subscribe/abuseofnotation"
method="post"
target="popupwindow"
onsubmit="window.open('https://buttondown.email/abuseofnotation', 'popupwindow')"
class="embeddable-buttondown-form"
>
2024-03-05 21:55:12 +03:00
<input style="height: 40px;" type="email" placeholder="Enter your email" name="email" id="bd-email" class="textfield" />
2024-03-05 21:49:44 +03:00
2024-03-05 21:55:12 +03:00
<input style="height: 46px;" type="submit" class="read-more" value="Subscribe" />
2024-03-05 21:49:44 +03:00
</form>
</div>
</div>
2021-01-22 12:50:21 +03:00
<div class="footer" style="background-color:#39bcedff">
<div class="container">
2023-03-15 22:25:20 +03:00
<h1>Created by Jencel Panic</h1>
2021-01-22 12:50:21 +03:00
<p><a target="_blank" href="/">personal blog</a></p>
<p><a href="mailto:marinovboris@protonmail.com">email</a></p>
2023-10-28 21:05:55 +03:00
<p><a rel="me" target="_blank" href="https://mathstodon.xyz/@abuseofnotation">mastodon</a></p>
2021-01-22 12:50:21 +03:00
<p><a target="_blank" href="https://twitter.com/AlexanderKatt/">twitter</a></p>
2023-03-15 22:25:20 +03:00
<p><a target="_blank" href="https://github.com/abuseofnotation/category-theory-illustrated">Github</a></p>
2021-01-22 12:50:21 +03:00
<h1>Support this project</h1>
2023-03-20 23:42:41 +03:00
<p><a target="_blank" href="https://ko-fi.com/abuseofnotation">Ko-fi</a></p>
2022-05-08 19:30:39 +03:00
<p><a target="_blank" href="https://patreon.com/borismarinov">Patreon</a></p>
2021-02-11 14:53:19 +03:00
</div>
</div>
<div class="footer">
<div class="container">
<p>
2021-12-25 19:31:58 +03:00
<i>
Made with <a target="_blank" href="https://github.com/boris-marinov/jekyll-book-boilerplate"> Jekyll Book Boilerplate</a>.
Drawn in <a target="_blank" href="https://inkscape.org">Inkscape</a>.
Written with <a target="_blank" href="https://www.vim.org">vim</a>.
2021-02-11 14:53:19 +03:00
</i>
</p>
2021-01-22 12:50:21 +03:00
</div>
</div>
2023-03-20 23:42:41 +03:00
<div class="footer" style="background-color:#dc7100">
<div class="container">
<p>
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
</p>
</div>
</div>
2020-12-28 21:52:31 +03:00
</body>