mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
Doc: Add Joplin Cloud links
This commit is contained in:
parent
8ab1cd984c
commit
a5b3bb6058
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,6 +49,7 @@ packages/tools/commit_hook.txt
|
|||||||
packages/tools/github_oauth_token.txt
|
packages/tools/github_oauth_token.txt
|
||||||
lerna-debug.log
|
lerna-debug.log
|
||||||
.env
|
.env
|
||||||
|
docs/**/*.mustache
|
||||||
|
|
||||||
# AUTO-GENERATED - EXCLUDED TYPESCRIPT BUILD
|
# AUTO-GENERATED - EXCLUDED TYPESCRIPT BUILD
|
||||||
packages/app-cli/app/LinkSelector.d.ts
|
packages/app-cli/app/LinkSelector.d.ts
|
||||||
|
@ -910,7 +910,7 @@ footer .bottom-links-row p {
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 30px 20px;
|
padding: 30px 20px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 20px;
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -953,6 +953,11 @@ footer .bottom-links-row p {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plan-group .joplin-cloud-login-info {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.plan-group .plan-price-yearly-per-year {
|
.plan-group .plan-price-yearly-per-year {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Joplin Cloud <span class="frame-bg frame-bg-yellow">plans</span>
|
Joplin Cloud <span class="frame-bg frame-bg-yellow">plans</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="text-center sub-title">
|
<p class="text-center sub-title">
|
||||||
Joplin Cloud allows you to synchronise your notes across devices. It also lets you publish notes, and collaborate on notebooks with your friends, family or colleagues.
|
<a href="https://joplincloud.com">Joplin Cloud</a> allows you to synchronise your notes across devices. It also lets you publish notes, and collaborate on notebooks with your friends, family or colleagues.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -45,6 +45,8 @@
|
|||||||
{{#plans.business}}
|
{{#plans.business}}
|
||||||
{{> plan}}
|
{{> plan}}
|
||||||
{{/plans.business}}
|
{{/plans.business}}
|
||||||
|
|
||||||
|
<p class="joplin-cloud-login-info">Already have a Joplin Cloud account? <a href="https://joplincloud.com">Login now</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## What is Joplin Cloud?
|
## What is Joplin Cloud?
|
||||||
|
|
||||||
Joplin Cloud allows you to synchronise your notes automatically to all your devices. Moreover, this service gives you access to additional features:
|
[Joplin Cloud](https://joplincloud.com) allows you to synchronise your notes automatically to all your devices. Moreover, this service gives you access to additional features:
|
||||||
|
|
||||||
- Publish a note to the internet and share it with others. The published note will be updated automatically whenever you make a change.
|
- Publish a note to the internet and share it with others. The published note will be updated automatically whenever you make a change.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user