2021-07-04 18:14:32 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta
charset="utf-8"
http-equiv="X-UA-Compatible"
content="IE=edge,chrome=1"
/>
< link rel = "icon" href = "/images/favicon.png" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "theme-color" content = "#000000" / >
2021-07-10 11:22:31 +01:00
< meta name = "description" content = "Jopli website" / >
2021-07-10 11:43:35 +01:00
< link rel = "stylesheet" href = "/css/fontawesome-all.min.css?t=1625913797829" >
2021-07-04 18:14:32 +01:00
< link
rel="stylesheet"
href="/ css/bootstrap5.0.2.min.css"
as="style"
/>
< 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"
/>
2021-07-10 11:43:35 +01:00
< link rel = "stylesheet" href = "/css/site.css?t=1625913797829" as = "style" / >
2021-07-10 11:22:31 +01:00
< title > Joplin< / title >
2021-07-04 18:14:32 +01:00
< / head >
2021-07-10 11:22:31 +01:00
< body class = "front-page website-env-prod" >
2021-07-04 18:14:32 +01:00
< div class = "container-fluid" id = "main-container" >
2020-10-15 15:35:43 +01:00
2021-07-10 11:22:31 +01:00
< div class = "navbar-frontpage blue-bg " id = "nav-section" >
< div class = "container" >
< div class = "row" >
< div class = "col-3" >
< a href = "/" >
< img
src="/ images/logo-text.svg"
alt=""
id="top-logo"
width="180"
/>
< / a >
< / div >
< div class = "col-9 text-right d-none d-md-block" >
< a href = "/help/" class = "fw500" > Help< / a >
< a href = "https://discourse.joplinapp.org/" class = "fw500" > Forum< / a >
< a class = "button-link btn-blue donate-button" href = "/donate" >
< i class = "fas fa-heart heart-full" > < / i > < i class = "far fa-heart heart-line" > < / i > Support
< / a > < / div >
< div class = "col-9 text-right d-block d-md-none" >
< span class = "pointer"
>< img
src="/ images/mobile-menu-open-icon.png"
id="open-menu-mobile"
alt=""
/>< / span >
2020-10-15 15:35:43 +01:00
2021-07-10 11:22:31 +01:00
< div id = "menu-mobile" >
< div >
< div class = "text-right" >
< img
src="/ images/close-icon.png"
alt=""
class="pointer"
id="close-menu-mobile"
/>
2021-07-04 18:14:32 +01:00
< / div >
2019-10-01 22:27:57 +01:00
2021-07-10 11:22:31 +01:00
< div class = "text-center menu-mobile-top" >
< a href = "https://discourse.joplinapp.org/" class = "fw500 mobile-menu-link" > Forum< / a >
< a href = "/help/" class = "fw500 mobile-menu-link" > Help< / a >
< / div >
2019-10-01 22:27:57 +01:00
2021-07-10 11:22:31 +01:00
< div class = "menu-mobile-buttons" >
< a class = "button-link btn-blue donate-button" href = "/donate" >
< i class = "fas fa-heart heart-full" > < / i > < i class = "far fa-heart heart-line" > < / i > Support
< / a > < / div >
< / div >
2019-10-01 22:27:57 +01:00
2021-07-10 11:22:31 +01:00
< div id = "toc-mobile" > < div > < ul >
2021-07-04 18:14:32 +01:00
< li >
< p > Applications< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/desktop/" > Desktop application< / a > < / li >
< li > < a href = "/mobile/" > Mobile applications< / a > < / li >
< li > < a href = "/terminal/" > Terminal application< / a > < / li >
< li > < a href = "/clipper/" > Web Clipper< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > Support< / p >
< ul >
< li > < a href = "https://discourse.joplinapp.org" > Joplin Forum< / a > < / li >
2021-07-10 11:22:31 +01:00
< li > < a href = "/markdown/" > Markdown Guide< / a > < / li >
< li > < a href = "/e2ee/" > How to enable end-to-end encryption< / a > < / li >
< li > < a href = "/conflict/" > What is a conflict?< / a > < / li >
< li > < a href = "/debugging/" > How to enable debug mode< / a > < / li >
< li > < a href = "/rich_text_editor/" > About the Rich Text editor limitations< / a > < / li >
< li > < a href = "/faq/" > FAQ< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > Joplin API - Get Started< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/api/overview/" > Joplin API Overview< / a > < / li >
< li > < a href = "/api/get_started/plugins/" > Plugin development< / a > < / li >
< li > < a href = "/api/tutorials/toc_plugin/" > Plugin tutorial< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > Joplin API - References< / p >
< ul >
< li > < a href = "https://joplinapp.org/api/references/plugin_api/classes/joplin.html" > Plugin API< / a > < / li >
2021-07-10 11:22:31 +01:00
< li > < a href = "/api/references/rest_api/" > Data API< / a > < / li >
< li > < a href = "/api/references/plugin_manifest/" > Plugin manifest< / a > < / li >
< li > < a href = "/api/references/plugin_loading_rules/" > Plugin loading rules< / a > < / li >
< li > < a href = "/api/references/plugin_theming/" > Plugin theming< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > Development< / p >
< ul >
< li > < a href = "https://github.com/laurent22/joplin/blob/dev/BUILD.md" > How to build the apps< / a > < / li >
2021-07-10 11:22:31 +01:00
< li > < a href = "/spec/e2ee/" > End-to-end encryption spec< / a > < / li >
< li > < a href = "/spec/history/" > Note History spec< / a > < / li >
< li > < a href = "/spec/sync_lock/" > Sync Lock spec< / a > < / li >
< li > < a href = "/spec/plugins/" > Plugin Architecture spec< / a > < / li >
< li > < a href = "/spec/search_sorting/" > Search Sorting spec< / a > < / li >
< li > < a href = "/spec/server_file_url_format/" > Server: File URL Format< / a > < / li >
< li > < a href = "/spec/server_delta_sync/" > Server: Delta Sync< / a > < / li >
< li > < a href = "/spec/server_sharing/" > Server: Sharing< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > Google Summer of Code 2021< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/gsoc2021/index/" > Google Summer of Code 2021< / a > < / li >
< li > < a href = "/gsoc2021/pull_request_guidelines/" > How to submit a GSoC pull request< / a > < / li >
< li > < a href = "/gsoc2021/ideas/" > Project Ideas< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< li >
< p > About< / p >
< ul >
2021-07-10 11:22:31 +01:00
< li > < a href = "/changelog/" > Changelog (Desktop App)< / a > < / li >
< li > < a href = "/changelog_cli/" > Changelog (CLI App)< / a > < / li >
< li > < a href = "/changelog_server/" > Changelog (Server)< / a > < / li >
< li > < a href = "/stats/" > Stats< / a > < / li >
< li > < a href = "/donate/" > Donate< / a > < / li >
2021-07-04 18:14:32 +01:00
< / ul >
< / li >
< / ul >
< / div > < / div >
2021-07-10 11:22:31 +01:00
< div >
< p class = "light-blue mobile-menu-link-bottom text-center" >
Copyright (C) 2016-2021 Laurent Cozic
< br / >
< a href = "/privacy/" class = "fw500" > Privacy Policy< / a >
< / p >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "blue-bg" id = "top-section" >
< div class = "container" >
< div class = "row" >
< div class = "col-12" >
< div class = "alert alert-danger alert-env-dev" role = "alert" >
Running in prod mode!
< / div >
2017-07-31 19:51:01 +00:00
2021-07-10 11:22:31 +01:00
< h1 class = "text-center" >
Free your < span class = "frame-bg frame-bg-blue" > notes< / span >
< / h1 >
< p class = "text-center" id = "top-section-text" >
Joplin is an open source note-taking app. Capture your thoughts and securely access them from any device.
< / p >
< br / >
< br / >
< p class = "text-center" >
< a href = "/download/" class = "button-link btn-blue download-button" > Download the app< / a >
< / p >
< img
src="/ images/home-top-img.png"
alt=""
class="img-fluid img-center"
id="top-section-img"
/>
< / div >
< / div >
< / div >
< / div >
< div id = "multimedia-notes-section" >
< div class = "container" >
< div class = "row" >
< div class = "col-12 col-md-5 col-xxl-6" >
< div class = "ml-30 ml-mobile-0" >
< h2 id = "multimedia-title" >
Multimedia < span class = "frame-bg frame-bg-yellow" > notes< / span >
< / h2 >
< p id = "multimedia-text" >
Images, videos, PDFs and audio files are supported. Create
math expressions and diagrams directly from the app. Take
photos with the mobile app and save them to a note.
< / p >
2021-07-04 18:14:32 +01:00
< br / >
2021-07-10 11:22:31 +01:00
< p >
< a href = "/download/" class = "button-link btn-blue" > Download the app< / a >
< / p >
< / div >
< / div >
< div class = "col-12 col-md-7 col-xxl-6" >
< br class = "d-block d-lg-none" / >
< br class = "d-block d-lg-none" / >
< img
src="/ images/multimedia-notes-img.png"
alt=""
class="img-fluid"
id="multimedia-notes-section-img"
/>
< / div >
< / div >
< / div >
< / div >
< div id = "save-web-section" class = "blue-bg" >
< div class = "container" >
< div class = "row" >
< div class = "col-12 col-md-6" >
< div class = "ml-30 ml-mobile-0" >
< h2 id = "save-web-title" >
Save web pages < br / > < span class = "frame-bg frame-bg-blue"
>as notes< /span
>
< / h2 >
< p >
Use the web clipper extension, available on Chrome and
Firefox, to save web pages or take screenshots as notes.
< / p >
2021-07-04 18:14:32 +01:00
< br / >
2021-07-10 11:22:31 +01:00
< p >
< a href = "/clipper/" class = "button-link btn-blue" > Get the clipper< / a >
< / p >
< / div >
< / div >
< div class = "col-12 col-md-6" >
< br class = "d-block d-md-none" / >
< br class = "d-block d-md-none" / >
< img
src="/ images/save-web-img.png"
alt=""
class="img-fluid"
id="save-web-img"
/>
< / div >
< / div >
< / div >
< / div >
< div id = "customise-it-section" >
< div class = "container" >
< div class = "row" >
< div class = "d-none d-md-block col-md-6" >
< img
src="/ images/customise-it-img.png"
alt=""
class="img-fluid"
/>
< / div >
< div class = "col-12 col-md-6" >
< div class = "ml-30 ml-mobile-0" >
< h2 id = "customise-it-title" >
< span class = "frame-bg frame-bg-yellow-lg" > Customise< / span > it
< br / >
to your needs
< / h2 >
< p >
Customise the app with plugins, custom themes and multiple
text editors (Rich Text or Markdown). Or create your own
scripts and plugins using the Extension API.
< / p >
2021-07-04 18:14:32 +01:00
< br / >
2021-07-10 11:22:31 +01:00
< p >
< a href = "/help/#plugins" class = "button-link btn-blue" > Find out more< / a >
< / p >
< br class = "d-block d-lg-none" / >
< br class = "d-block d-lg-none" / >
< img
src="/ images/customise-it-img.png"
alt=""
class="img-fluid d-block d-md-none"
/>
< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "your-data-section" class = "gray-bg" >
< div class = "container" >
< div class = "row" >
< div class = "col-12 col-md-6" >
< br class = "d-block d-md-none" / >
< div class = "ml-30 ml-mobile-0" >
< h2 > 100% your data< / h2 >
< p >
The app is open source and your notes are saved to an open
format, so you'll always have access to them. Uses EndTo-End Encryption (E2EE) to secure your notes and ensure no-one but
yourself can access them.
< / p >
2021-07-04 18:14:32 +01:00
< br / >
2021-07-10 11:22:31 +01:00
< p >
< a href = "/e2ee/" class = "button-link btn-blue" > More about E2EE< / a >
2021-07-04 18:14:32 +01:00
< / p >
< / div >
< / div >
2021-07-10 11:22:31 +01:00
< div class = "col-12 col-md-6" >
< br class = "d-block d-md-none" / >
< br class = "d-block d-md-none" / >
< br class = "d-block d-md-none" / >
< img
src="/ images/your-data-img.png"
alt=""
class="img-fluid"
/>
< / div >
2021-07-04 18:14:32 +01:00
< / div >
< / div >
< / div >
2017-11-17 22:12:30 +00:00
2021-07-10 11:22:31 +01:00
< div id = "in-the-press-section" >
2021-07-04 18:14:32 +01:00
< div class = "container" >
< div class = "row" >
< div class = "col-12" >
2021-07-10 11:22:31 +01:00
< br / >
< h2 class = "text-center" >
In the < span class = "frame-bg frame-bg-yellow" > Press< / span >
< / h2 >
< br / >
< / div >
< div class = "d-none d-md-block col-3" >
< img
src="/ images/in-the-press-img-left.png"
alt=""
class="img-fluid d-none d-md-block"
/>
< / div >
< div class = "d-none d-md-block col-6" >
< div
id="carouselRegular"
class="carousel slide d-none d-md-block"
data-bs-ride="carousel"
>
< div class = "carousel-indicators" >
< button
type="button"
data-bs-target="#carouselRegular"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
>< / button >
< button
type="button"
data-bs-target="#carouselRegular"
data-bs-slide-to="1"
aria-label="Slide 2"
>< / button >
< button
type="button"
data-bs-target="#carouselRegular"
data-bs-slide-to="2"
aria-label="Slide 3"
>< / button >
< / div > < div class = "carousel-inner" >
< div class = "carousel-item active press-carousel" data-bs-interval = "10000" >
< img
src="/ images/transparent-bg.png"
class="d-block w-100"
alt=""
/>
< div class = "carousel-caption" >
< img
src="/ images/in-the-press-life-hacker.png"
alt=""
class="img-fluid img-center photo"
/>
< br / >
< p class = "text-center" >
“It lets you create multiple types of notes, reminders, and alarms, all of which can be synced. The app also includes a web clipper too, but in our opinion, Joplin’s best feature is the built-in end-to-end encryption for keeping your notes private.”
< / p >
< br / >
< p class = "fw500 text-center" >
< a href = "https://lifehacker.com/the-best-note-taking-apps-1837842880" > Life Hacker, " The Best Note-Taking Apps" < / a >
< / p >
< p class = "fw400 small text-center" > By Brendan Hesse< / p >
< / div >
< / div > < div class = "carousel-item press-carousel" data-bs-interval = "10000" >
< img
src="/ images/transparent-bg.png"
class="d-block w-100"
alt=""
/>
< div class = "carousel-caption" >
< img
src="/ images/in-the-press-life-pcmag.png"
alt=""
class="img-fluid img-center photo"
/>
< br / >
< p class = "text-center" >
“Joplin is single handedly the best pick for an open-source note-taking app, making it an Editors' Choice winner for that category. Unlike some open-source tools, which are incredibly difficult to use, Joplin is surprisingly user friendly, even in setting up storage and syncing.”
< / p >
< br / >
< p class = "fw500 text-center" >
< a href = "https://www.pcmag.com/reviews/joplin" > PCMag, " The Best Open-Source Note-Taking App" < / a >
< / p >
< p class = "fw400 small text-center" > By Jill Duffy< / p >
< / div >
< / div > < div class = "carousel-item press-carousel" data-bs-interval = "10000" >
< img
src="/ images/transparent-bg.png"
class="d-block w-100"
alt=""
/>
< div class = "carousel-caption" >
< img
src="/ images/in-the-press-its-foss.png"
alt=""
class="img-fluid img-center photo"
/>
< br / >
< p class = "text-center" >
“Joplin is an excellent open source note taking application with plenty of features. You can take notes, make to-do list and sync your notes across devices by linking it with cloud services. The synchronization is protected with end to end encryption.”
< / p >
< br / >
< p class = "fw500 text-center" >
< a href = "https://itsfoss.com/joplin/" > It' s FOSS, " Joplin: Open source note organizer" < / a >
< / p >
< p class = "fw400 small text-center" > By Abhishek Prakash< / p >
< / div >
< / div > < / div >
< / div >
< / div >
< div class = "d-none d-md-block col-3" >
< div class = "text-right" >
< br / >
< img
src="/ images/in-the-press-img-right.png"
alt=""
class="img-fluid d-none d-md-inline-block"
/>
< / div >
< / div >
< / div >
< div class = "row d-block d-md-none" >
< div class = "col-12" >
< div
id="carouselMobile"
class="carousel slide"
data-bs-ride="carousel"
>
< div class = "carousel-indicators" >
< button
type="button"
data-bs-target="#carouselMobile"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
>< / button >
< button
type="button"
data-bs-target="#carouselMobile"
data-bs-slide-to="1"
aria-label="Slide 2"
>< / button >
< button
type="button"
data-bs-target="#carouselMobile"
data-bs-slide-to="2"
aria-label="Slide 3"
>< / button >
< / div > < div class = "carousel-inner" >
< div class = "carousel-item active press-carousel" data-bs-interval = "10000" >
< img
src="/ images/transparent-bg.png"
class="d-block w-100"
alt=""
/>
< div class = "carousel-caption" >
< img
src="/ images/in-the-press-life-hacker.png"
alt=""
class="img-fluid img-center photo"
/>
< br / >
< p class = "text-center" >
“It lets you create multiple types of notes, reminders, and alarms, all of which can be synced. The app also includes a web clipper too, but in our opinion, Joplin’s best feature is the built-in end-to-end encryption for keeping your notes private.”
< / p >
< br / >
< p class = "fw500 text-center" >
< a href = "https://lifehacker.com/the-best-note-taking-apps-1837842880" > Life Hacker, " The Best Note-Taking Apps" < / a >
< / p >
< p class = "fw400 small text-center" > By Brendan Hesse< / p >
< / div >
< / div > < div class = "carousel-item press-carousel" data-bs-interval = "10000" >
< img
src="/ images/transparent-bg.png"
class="d-block w-100"
alt=""
/>
< div class = "carousel-caption" >
< img
src="/ images/in-the-press-life-pcmag.png"
alt=""
class="img-fluid img-center photo"
/>
< br / >
< p class = "text-center" >
“Joplin is single handedly the best pick for an open-source note-taking app, making it an Editors' Choice winner for that category. Unlike some open-source tools, which are incredibly difficult to use, Joplin is surprisingly user friendly, even in setting up storage and syncing.”
< / p >
< br / >
< p class = "fw500 text-center" >
< a href = "https://www.pcmag.com/reviews/joplin" > PCMag, " The Best Open-Source Note-Taking App" < / a >
< / p >
< p class = "fw400 small text-center" > By Jill Duffy< / p >
< / div >
< / div > < div class = "carousel-item press-carousel" data-bs-interval = "10000" >
< img
src="/ images/transparent-bg.png"
class="d-block w-100"
alt=""
/>
< div class = "carousel-caption" >
< img
src="/ images/in-the-press-its-foss.png"
alt=""
class="img-fluid img-center photo"
/>
< br / >
< p class = "text-center" >
“Joplin is an excellent open source note taking application with plenty of features. You can take notes, make to-do list and sync your notes across devices by linking it with cloud services. The synchronization is protected with end to end encryption.”
< / p >
< br / >
< p class = "fw500 text-center" >
< a href = "https://itsfoss.com/joplin/" > It' s FOSS, " Joplin: Open source note organizer" < / a >
< / p >
< p class = "fw400 small text-center" > By Abhishek Prakash< / p >
< / div >
< / div > < / div >
< / div >
2021-07-04 18:14:32 +01:00
< / div >
< / div >
2021-07-10 11:22:31 +01:00
< / div >
< / div >
2017-07-31 19:51:01 +00:00
2021-07-10 11:22:31 +01:00
< div id = "your-note-section" class = "blue-bg" >
< div class = "container" >
< div class = "row" >
< div class = "col-12" >
< h2 class = "text-center" >
< span class = "frame-bg frame-bg-blue-lg" > Your notes,< / span > everywhere you are.
< / h2 >
< p class = "text-center" id = "your-note-text" >
Access your notes from your computer, phone or tablet. All your
data is synced to all your devices. The app is available on Windows, macOS, Linux, Android and iOS. A terminal app is also available!
< / p >
< br / >
< br / >
< p class = "text-center" >
< a href = "/download/" class = "button-link btn-blue" > Download it now< / a >
< / p >
< br / >
< / div >
< / div >
< / div >
< / div >
2020-10-15 15:07:26 +01:00
2021-07-10 11:22:31 +01:00
< div id = "sponsors-section" class = "gray-bg" >
< div class = "container" >
< div class = "row" >
< div class = "col-12" >
< h2 class = "text-center" >
Our < span class = "frame-bg frame-bg-blue-lg" > sponsors< / span >
< / h2 >
< p class = "text-center" id = "your-note-text" >
Thank you for your support!
< / p >
< br / >
< div class = "text-center sponsors-org" >
< a class = "sponsor-org-item" href = "https://seirei.ne.jp" > < img title = "Serei Network" src = "/images/sponsors/SeireiNetwork.png" > < / a >
< a class = "sponsor-org-item" href = "https://usrigging.com/" > < img title = "U.S. Ringing Supply" src = "/images/sponsors/RingingSupply.svg" > < / a >
< a class = "sponsor-org-item" href = "https://tranio.com/italy/" > < img title = "Tranio" src = "/images/sponsors/Tranio.png" > < / a >
< / div >
2019-11-18 08:49:01 +00:00
2021-07-10 11:22:31 +01:00
< div class = "text-center sponsors-github" >
< div class = "sponsor-github-item" >
< a href = "https://github.com/nicholashead" title = "nicholashead" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/1168659?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/avanderberg" title = "avanderberg" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/215668?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/fbloise" title = "fbloise" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/1439535?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/thomasbroussard" title = "thomasbroussard" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/15859362?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/dbrandonjohnson" title = "dbrandonjohnson" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/1307332?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/c-nagy" title = "c-nagy" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/3061769?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/mcejp" title = "mcejp" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/29300939?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/joesfer" title = "joesfer" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/1248504?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/chr15m" title = "chr15m" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/67130?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/piccobit" title = "piccobit" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/5782817?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/chrootlogin" title = "chrootlogin" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/4862947?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/maxtruxa" title = "maxtruxa" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/1788010?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/Jesssullivan" title = "Jesssullivan" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/37297218?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/cabottech" title = "cabottech" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/70780798?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/h4sh5" title = "h4sh5" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/38898566?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/ravenscroftj" title = "ravenscroftj" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/47742?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/thismarty" title = "thismarty" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/73081837?s=96&v=4" >
< / a >
< / div >
< div class = "sponsor-github-item" >
< a href = "https://github.com/konishi-t" title = "konishi-t" >
< img width = "50" src = "https://avatars2.githubusercontent.com/u/24908652?s=96&v=4" >
< / a >
< / div >
2021-07-04 18:14:32 +01:00
< / div >
2021-07-10 11:22:31 +01:00
< br / >
2021-07-04 18:14:32 +01:00
< / 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 = "/images/logo-text.svg" alt = "" width = "150" / >
< / div >
< / div >
< div class = "row" >
< div class = "col-12" >
< hr / >
< / div >
< / div >
< div class = "row" >
< div class = "col-12 col-md-6" >
2021-07-10 11:22:31 +01:00
< a href = "" >
< img
src="/ images/logo-text.svg"
width="120"
class="img-center d-block d-md-none"
alt=""
/>
< / a >
2021-07-04 18:14:32 +01:00
< br class = "d-block d-md-none" / >
2021-07-10 11:22:31 +01:00
< p class = "text-center-sm" > Copyright (C) 2016-2021 Laurent Cozic< / p >
2021-07-04 18:14:32 +01:00
< / div >
2021-07-10 11:22:31 +01:00
< div class = "col-12 col-md-6" >
< p class = "text-right text-center-sm right-links" >
2021-07-04 18:14:32 +01:00
< a href = "https://github.com/laurent22/joplin/" class = "github-link" > < i class = "fab fa-github" > < / i > GitHub Repository< / a >
< a href = "/privacy/" > Privacy Policy< / a >
< / p >
< / div >
< / div >
< / div >
< / footer >
2019-11-18 08:49:01 +00:00
< / div >
2018-03-29 20:17:11 +01:00
2021-07-10 11:22:31 +01:00
< script
src="/ js/bootstrap5.0.2.min.js"
rel="preload"
as="script"
>< / script >
2021-07-04 18:14:32 +01:00
< script
src="/ js/jquery-3.6.0.min.js"
rel="preload"
as="script"
>< / script >
2021-07-10 11:43:35 +01:00
< script src = "/js/script.js?t=1625913797829" > < / script >
2021-07-10 11:22:31 +01:00
< script >
(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 >
2017-07-31 19:51:01 +00:00
< / html >