mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
253 lines
6.9 KiB
Plaintext
253 lines
6.9 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<!--
|
|
|
|
!!! WARNING !!!
|
|
|
|
This file was auto-generated from {{{sourceMarkdownFile}}} and any manual change
|
|
made to it will be overwritten. To make a change to this file please modify
|
|
the source Markdown file:
|
|
|
|
https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}}
|
|
|
|
-->
|
|
|
|
<head>
|
|
<meta
|
|
charset="utf-8"
|
|
http-equiv="X-UA-Compatible"
|
|
content="IE=edge,chrome=1"
|
|
/>
|
|
<link rel="icon" href="{{imageBaseUrl}}/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="Joplin website" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="{{cssBaseUrl}}/bootstrap5.0.2.min.css"
|
|
as="style"
|
|
/>
|
|
<link rel="stylesheet" href="{{cssBaseUrl}}/fontawesome-all.min.css">
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"
|
|
rel="stylesheet"
|
|
as="style"
|
|
media="all"
|
|
onload="this.media='all'; this.onload = null"
|
|
/>
|
|
<link rel="stylesheet" href="{{cssBaseUrl}}/site.css" as="style" />
|
|
<title>{{pageTitle}}</title>
|
|
</head>
|
|
<body>
|
|
<div class="container-fluid" id="main-container">
|
|
<div class="with-profile white-bg" id="nav-section">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-3">
|
|
<a href="https://joplinapp.org">
|
|
<img
|
|
src="{{imageBaseUrl}}/logo-text-blue.svg"
|
|
alt=""
|
|
id="top-logo"
|
|
width="180"
|
|
>
|
|
</a>
|
|
</div>
|
|
<div class="col-9 text-right d-none d-md-block">
|
|
<!-- <a href="#" class="fw500">Help</a> -->
|
|
|
|
<a href="https://joplinapp.org/gsoc2021/index/" class="fw500">GSoC 2021</a>
|
|
<a href="https://discourse.joplinapp.org/" class="fw500">Forum</a>
|
|
|
|
<!--
|
|
<a href="#" class="fw500">Joplin Cloud</a>
|
|
|
|
<a class="button-link btn-blue ml-20" href="#">
|
|
<img src="{{imageBaseUrl}}/download-icon.svg" alt="" />
|
|
Download</a
|
|
>
|
|
-->
|
|
</div>
|
|
<div class="col-9 text-right d-block d-md-none">
|
|
<!--
|
|
<span class="pointer"
|
|
><img src="{{imageBaseUrl}}/profile-black-icon.png" alt=""
|
|
/></span>
|
|
|
|
-->
|
|
<span class="pointer"
|
|
><img
|
|
src="{{imageBaseUrl}}/mobile-menu-black-open-icon.png"
|
|
id="open-menu-mobile"
|
|
alt=""
|
|
/></span>
|
|
|
|
|
|
<div id="menu-mobile">
|
|
|
|
<div class="text-right">
|
|
<img
|
|
src="{{imageBaseUrl}}/close-icon.png"
|
|
alt=""
|
|
class="pointer"
|
|
id="close-menu-mobile"
|
|
/>
|
|
</div>
|
|
|
|
<!--
|
|
<div class="text-center">
|
|
<img src="{{imageBaseUrl}}/logo-text-blue.svg" alt="" />
|
|
<a href="#" class="fw500 mobile-menu-link">Contacts</a>
|
|
<a href="https://discourse.joplinapp.org/" class="fw500 mobile-menu-link">Forum</a>
|
|
<a href="#" class="fw500 mobile-menu-link">Help</a>
|
|
</div>
|
|
-->
|
|
|
|
<div id="toc-mobile">{{{tocHtml}}}</div>
|
|
|
|
<!--
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<a class="button-link btn-blue" href="#">
|
|
<img src="{{imageBaseUrl}}/download-icon.svg" alt="" />
|
|
Download</a
|
|
>
|
|
<br />
|
|
<p class="light-blue mobile-menu-link-bottom text-center">
|
|
Joplin© 2021, All rights reserved
|
|
<br />
|
|
<a href="#" class="fw500">Terms & Conditions</a>
|
|
<br />
|
|
<a href="#" class="fw500">Privacy Policy</a>
|
|
</p>
|
|
-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="page-container page-{{sourceMarkdownName}}">
|
|
<div class="container">
|
|
<!--
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<h1 class="text-center">
|
|
Page <span class="frame-bg frame-bg-yellow">title</span>
|
|
</h1>
|
|
<p class="text-center">Hello word</p>
|
|
</div>
|
|
</div>
|
|
-->
|
|
|
|
<br />
|
|
<div class="row content-wrapper">
|
|
<div id="toc">{{{tocHtml}}}</div>
|
|
|
|
<div class="main-content">
|
|
{{{contentHtml}}}
|
|
<div class="bottom-links">
|
|
<a href="https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}}">
|
|
<i class="fab fa-github"></i> Improve this doc
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="darkblue-bg">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-3 d-none d-md-block">
|
|
<img src="{{imageBaseUrl}}/logo-text.svg" alt="" width="150" />
|
|
</div>
|
|
<!--
|
|
<div class="col-12 col-md-6">
|
|
<p class="text-center">
|
|
<a href="#">Help</a>
|
|
|
|
<a href="https://discourse.joplinapp.org/">Forum</a>
|
|
|
|
<a href="#">Contacts</a>
|
|
</p>
|
|
</div>
|
|
<div class="col-12 col-md-3">
|
|
<br class="d-block d-md-none" />
|
|
<div class="text-right">
|
|
<a href="#" class="button-link btn-blue"
|
|
><img src="{{imageBaseUrl}}/download-icon.svg" alt="" />
|
|
Download</a
|
|
>
|
|
</div>
|
|
</div>
|
|
-->
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<hr />
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 col-md-6">
|
|
<img
|
|
src="{{imageBaseUrl}}/logo-text.svg"
|
|
width="120"
|
|
class="img-center d-block d-md-none"
|
|
alt=""
|
|
/>
|
|
<br class="d-block d-md-none" />
|
|
<p class="text-center-sm">Copyright (C) 2016-{{yyyy}} Laurent Cozic, all rights reserved</p>
|
|
</div>
|
|
<div class="col-12 col-md-6 right-links">
|
|
<p class="text-right text-center-sm">
|
|
<!--
|
|
<a href="#">Terms & Conditions</a>
|
|
<span class="d-none d-md-inline"> </span>
|
|
<br class="d-block d-md-none" />
|
|
<br class="d-block d-md-none" />
|
|
-->
|
|
<a href="https://github.com/laurent22/joplin/" class="github-link"><i class="fab fa-github"></i> GitHub Repository</a>
|
|
<a href="{{baseUrl}}/privacy/">Privacy Policy</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
<script
|
|
src="{{jsBaseUrl}}/jquery-3.6.0.min.js"
|
|
rel="preload"
|
|
as="script"
|
|
></script>
|
|
<script src="{{jsBaseUrl}}/script.js"></script>
|
|
|
|
<script>
|
|
function stickyHeader() {
|
|
return; // Disabled
|
|
|
|
if ($(window).scrollTop() > 179) {
|
|
$('.nav').addClass('sticky');
|
|
} else {
|
|
$('.nav').removeClass('sticky');
|
|
}
|
|
}
|
|
|
|
$(window).scroll(function() {
|
|
stickyHeader();
|
|
});
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-103586105-1', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
</body>
|
|
</html>
|