mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Doc: Improved "work together" section
This commit is contained in:
parent
b8c40da858
commit
8471be16aa
@ -412,6 +412,11 @@ p,
|
|||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#work-together-section .frame-bg {
|
||||||
|
background-size: 100% 50%;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* save-web-section */
|
/* save-web-section */
|
||||||
#save-web-section {
|
#save-web-section {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
|
@ -119,12 +119,13 @@
|
|||||||
<div class="col-6 d-none d-md-block"></div>
|
<div class="col-6 d-none d-md-block"></div>
|
||||||
<div class="col-12 col-md-6">
|
<div class="col-12 col-md-6">
|
||||||
<div class="ml-30 ml-mobile-0">
|
<div class="ml-30 ml-mobile-0">
|
||||||
<h2>Work together</h2>
|
<h2>Work <span class="frame-bg frame-bg-yellow">together</span></h2>
|
||||||
<p>
|
<p>
|
||||||
With Joplin Cloud, share your notes with your friends, family
|
With Joplin Cloud, share your notes with your friends, family
|
||||||
or colleagues and collaborate on them.
|
or colleagues and collaborate on them.
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<p>You can also publish a note to the internet and share the URL with others.</p>
|
||||||
|
<br/>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{baseUrl}}/plans/" class="button-link btn-blue">Try it now</a>
|
<a href="{{baseUrl}}/plans/" class="button-link btn-blue">Try it now</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user