mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
Doc: Updated website icon and cleaned up design a bit
This commit is contained in:
parent
697c914c77
commit
60b993412e
@ -93,12 +93,22 @@ https://github.com/laurent22/joplin/blob/master/{{{sourceMarkdownFile}}}
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -155,6 +165,9 @@ https://github.com/laurent22/joplin/blob/master/{{{sourceMarkdownFile}}}
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -267,8 +280,8 @@ https://github.com/laurent22/joplin/blob/master/{{{sourceMarkdownFile}}}
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="{{{imageBaseUrl}}}/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="{{{imageBaseUrl}}}/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="{{{imageBaseUrl}}}/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="{{{imageBaseUrl}}}/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -277,7 +290,7 @@ https://github.com/laurent22/joplin/blob/master/{{{sourceMarkdownFile}}}
|
|||||||
<li class="{{selectedHome}}"><a href="{{baseUrl}}/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class="{{selectedHome}}"><a href="{{baseUrl}}/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/api.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/api.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/api.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/api.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog_cli.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog_cli.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog_cli.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/changelog_cli.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/clipper.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/clipper.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/clipper.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/clipper.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/debugging.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/debugging.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/debugging.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/debugging.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/desktop.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/desktop.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/desktop.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/desktop.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/donate.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/donate.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/donate.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/donate.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/e2ee.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/e2ee.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/e2ee.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/e2ee.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/faq.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/faq.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/faq.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/faq.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea1_nextcloud.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea1_nextcloud.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea1_nextcloud.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea1_nextcloud.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea2_sharing.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea2_sharing.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea2_sharing.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea2_sharing.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea3_tagging.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea3_tagging.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea3_tagging.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea3_tagging.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea4_search.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea4_search.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea4_search.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea4_search.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea5_password_per_n
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea5_password_per_n
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea5_password_per_n
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/idea5_password_per_n
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/index.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/index.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/index.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/gsoc/index.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 22 KiB |
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
@ -320,6 +333,9 @@ https://github.com/laurent22/joplin/blob/master/
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=E8JMYD2LQ8MMA&lc=GB&item_name=Joplin+Development&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"><img src="https://joplinapp.org/images/badges/Donate-PayPal-green.svg" alt="Donate"></a> <a href="https://www.patreon.com/joplin"><img src="https://joplinapp.org/images/badges/Patreon-Badge.svg" alt="Become a patron"></a></p>
|
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=E8JMYD2LQ8MMA&lc=GB&item_name=Joplin+Development&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"><img src="https://joplinapp.org/images/badges/Donate-PayPal-green.svg" alt="Donate"></a> <a href="https://www.patreon.com/joplin"><img src="https://joplinapp.org/images/badges/Patreon-Badge.svg" alt="Become a patron"></a></p>
|
||||||
|
<hr>
|
||||||
|
<p>🌞 <a href="https://joplinapp.org/gsoc/">Joplin is applying for Google Summer of Code 2020</a> 🌞</p>
|
||||||
|
<hr>
|
||||||
<p>Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in <a href="#markdown">Markdown format</a>.</p>
|
<p>Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in <a href="#markdown">Markdown format</a>.</p>
|
||||||
<p>Notes exported from Evernote via .enex files <a href="#importing">can be imported</a> into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported.</p>
|
<p>Notes exported from Evernote via .enex files <a href="#importing">can be imported</a> into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported.</p>
|
||||||
<p>The notes can be <a href="#synchronisation">synchronised</a> with various cloud services including <a href="https://nextcloud.com/">Nextcloud</a>, Dropbox, OneDrive, WebDAV or the file system (for example with a network directory). When synchronising the notes, notebooks, tags and other metadata are saved to plain text files which can be easily inspected, backed up and moved around.</p>
|
<p>The notes can be <a href="#synchronisation">synchronised</a> with various cloud services including <a href="https://nextcloud.com/">Nextcloud</a>, Dropbox, OneDrive, WebDAV or the file system (for example with a network directory). When synchronising the notes, notebooks, tags and other metadata are saved to plain text files which can be easily inspected, backed up and moved around.</p>
|
||||||
@ -367,7 +383,7 @@ https://github.com/laurent22/joplin/blob/master/
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Android</td>
|
<td>Android</td>
|
||||||
<td><a href='https://play.google.com/store/apps/details?id=net.cozic.joplin&utm_source=GitHub&utm_campaign=README&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' height="40px" src='https://joplinapp.org/images/BadgeAndroid.png'/></a></td>
|
<td><a href='https://play.google.com/store/apps/details?id=net.cozic.joplin&utm_source=GitHub&utm_campaign=README&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' height="40px" src='https://joplinapp.org/images/BadgeAndroid.png'/></a></td>
|
||||||
<td>or download the APK file: <a href="https://github.com/laurent22/joplin-android/releases/download/android-v1.0.310/joplin-v1.0.310.apk">64-bit</a> <a href="https://github.com/laurent22/joplin-android/releases/download/android-v1.0.310/joplin-v1.0.310-32bit.apk">32-bit</a></td>
|
<td>or download the APK file: <a href="https://github.com/laurent22/joplin-android/releases/download/android-v1.0.311/joplin-v1.0.311.apk">64-bit</a> <a href="https://github.com/laurent22/joplin-android/releases/download/android-v1.0.311/joplin-v1.0.311-32bit.apk">32-bit</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>iOS</td>
|
<td>iOS</td>
|
||||||
@ -730,7 +746,7 @@ Details:
|
|||||||
<td>Español</td>
|
<td>Español</td>
|
||||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/es_ES.po">es_ES</a></td>
|
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/es_ES.po">es_ES</a></td>
|
||||||
<td>Andros Fenollosa (andros@fenollosa.email)</td>
|
<td>Andros Fenollosa (andros@fenollosa.email)</td>
|
||||||
<td>94%</td>
|
<td>99%</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="https://joplinapp.org/images/flags/esperanto.png" alt=""></td>
|
<td><img src="https://joplinapp.org/images/flags/esperanto.png" alt=""></td>
|
||||||
@ -827,8 +843,8 @@ Details:
|
|||||||
<td><img src="https://joplinapp.org/images/flags/country-4x3/tr.png" alt=""></td>
|
<td><img src="https://joplinapp.org/images/flags/country-4x3/tr.png" alt=""></td>
|
||||||
<td>Türkçe</td>
|
<td>Türkçe</td>
|
||||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/tr_TR.po">tr_TR</a></td>
|
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/tr_TR.po">tr_TR</a></td>
|
||||||
<td>Zorbey Doğangüneş (<a href="mailto:zorbeyd@gmail.com">zorbeyd@gmail.com</a>)</td>
|
<td>Hüseyin Fahri Uzun (<a href="mailto:mail@fahriuzun.com">mail@fahriuzun.com</a>)</td>
|
||||||
<td>74%</td>
|
<td>92%</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="https://joplinapp.org/images/flags/country-4x3/gr.png" alt=""></td>
|
<td><img src="https://joplinapp.org/images/flags/country-4x3/gr.png" alt=""></td>
|
||||||
@ -856,7 +872,7 @@ Details:
|
|||||||
<td>中文 (简体)</td>
|
<td>中文 (简体)</td>
|
||||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_CN.po">zh_CN</a></td>
|
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_CN.po">zh_CN</a></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>92%</td>
|
<td>93%</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="https://joplinapp.org/images/flags/country-4x3/tw.png" alt=""></td>
|
<td><img src="https://joplinapp.org/images/flags/country-4x3/tw.png" alt=""></td>
|
||||||
@ -870,7 +886,7 @@ Details:
|
|||||||
<td>日本語</td>
|
<td>日本語</td>
|
||||||
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/ja_JP.po">ja_JP</a></td>
|
<td><a href="https://github.com/laurent22/joplin/blob/master/CliClient/locales/ja_JP.po">ja_JP</a></td>
|
||||||
<td>genneko (<a href="mailto:genneko217@gmail.com">genneko217@gmail.com</a>)</td>
|
<td>genneko (<a href="mailto:genneko217@gmail.com">genneko217@gmail.com</a>)</td>
|
||||||
<td>99%</td>
|
<td>100%</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="https://joplinapp.org/images/flags/country-4x3/kr.png" alt=""></td>
|
<td><img src="https://joplinapp.org/images/flags/country-4x3/kr.png" alt=""></td>
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/markdown.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/markdown.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/markdown.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/markdown.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/mobile.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/mobile.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/mobile.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/mobile.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/prereleases.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/prereleases.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/prereleases.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/prereleases.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/spec.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/spec.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/spec.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/spec.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/stats.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,12 +89,22 @@ https://github.com/laurent22/joplin/blob/master/readme/terminal.md
|
|||||||
#toc {
|
#toc {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.title-icon {
|
.title-icon {
|
||||||
height: 2em;
|
display: flex;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
.title-text {
|
||||||
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: .2em;
|
||||||
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
.sub-title {
|
.sub-title {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -151,6 +161,9 @@ https://github.com/laurent22/joplin/blob/master/readme/terminal.md
|
|||||||
.header a h1 {
|
.header a h1 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.header a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
@ -263,8 +276,8 @@ https://github.com/laurent22/joplin/blob/master/readme/terminal.md
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>
|
||||||
<a href="https://joplinapp.org"><h1 id="joplin"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png">oplin</h1></a>
|
<a href="https://joplinapp.org"><h1 class="title"><img class="title-icon" src="https://joplinapp.org/images/Icon512.png"><span class="title-text">Joplin</span></h1></a>
|
||||||
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities.</p>
|
<p class="sub-title">An open source note taking and to-do application with synchronisation capabilities</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
@ -273,7 +286,7 @@ https://github.com/laurent22/joplin/blob/master/readme/terminal.md
|
|||||||
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
<li class=""><a href="https://joplinapp.org/" title="Home"><i class="fa fa-home"></i></a></li>
|
||||||
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
<li><a href="https://discourse.joplinapp.org" title="Forum">Forum</a></li>
|
||||||
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
<li><a class="help" href="#" title="Menu">Menu</a></li>
|
||||||
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Menu">Google Summer of Code 2020</a></li>
|
<li><a class="gsoc" href="https://joplinapp.org/gsoc/" title="Google Summer of Code 2020">GSoC 2020</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-right">
|
<div class="nav-right">
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user