diff --git a/Assets/WebsiteAssets/css/site.css b/Assets/WebsiteAssets/css/site.css index 75bb1214c2..5b4f6386ae 100644 --- a/Assets/WebsiteAssets/css/site.css +++ b/Assets/WebsiteAssets/css/site.css @@ -24,6 +24,10 @@ a { padding-bottom: 225px; } +.help-page-container img { + margin-bottom: 1rem; +} + .press-carousel .photo { width: 123px; height: 136px; @@ -792,7 +796,7 @@ footer .right-links a { } #top-section, - .page-container { + .help-page-container { padding-top: 80px; } @@ -842,7 +846,7 @@ footer .right-links a { margin-bottom: 0; } -.page-container { +.help-page-container { padding-top: 90px; padding-bottom: 50px; } diff --git a/Assets/WebsiteAssets/images/DemoMobile.jpg b/Assets/WebsiteAssets/images/DemoMobile.jpg new file mode 100644 index 0000000000..d8a0877da5 Binary files /dev/null and b/Assets/WebsiteAssets/images/DemoMobile.jpg differ diff --git a/Assets/WebsiteAssets/templates/main-new.mustache b/Assets/WebsiteAssets/templates/main-new.mustache index 3c720668b4..b35394a81e 100644 --- a/Assets/WebsiteAssets/templates/main-new.mustache +++ b/Assets/WebsiteAssets/templates/main-new.mustache @@ -53,7 +53,7 @@ https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}} {{> navbar}} {{/navbar}} -
\`\`\`fountain
\`\`\`
| Adds support for the Fountain markup language, a plain text markup language for screenwriting | no | [View](https://joplinapp.org/images/md_plugins/fountain_plugin.jpg) |
-| [Mermaid](https://mermaid-js.github.io/mermaid/) | \`\`\`mermaid
\`\`\`
| See [plugin page](https://mermaid-js.github.io/mermaid/#/examples) for full description | yes | [View](https://joplinapp.org/images/md_plugins/mermaid.jpg) |
-| [Mark](https://github.com/markdown-it/markdown-it-mark) | `==marked==` | Transforms into `marked` (highlighted) | yes | [View](https://joplinapp.org/images/md_plugins/mark_plugin.jpg) |
-| [Footnote](https://github.com/markdown-it/markdown-it-footnote) | `Simples inline footnote ^[I'm inline!]` | See [plugin page](https://github.com/markdown-it/markdown-it-footnote) for full description | yes | [View](https://joplinapp.org/images/md_plugins/footnote_plugin.jpg) |
-| [TOC](https://github.com/nagaozen/markdown-it-toc-done-right) | Any of `${toc}, [[toc]], [toc], [[_toc_]]` | Adds a table of contents to the location of the toc page. Based on headings and sub-headings | yes | [View](https://joplinapp.org/images/md_plugins/toc_plugin.jpg) |
-| [Sub](https://github.com/markdown-it/markdown-it-sub) | `X~1~` | Transforms into X1 | no | [View](https://joplinapp.org/images/md_plugins/sub_plugin.jpg) |
-| [Sup](https://github.com/markdown-it/markdown-it-sup) | `X^2^` | Transforms into X2 | no | [View](https://joplinapp.org/images/md_plugins/sup_plugin.jpg) |
-| [Deflist](https://github.com/markdown-it/markdown-it-deflist) | See [pandoc](http://johnmacfarlane.net/pandoc/README.html#definition-lists) page for syntax | Adds the html `\`\`\`fountain
\`\`\`
| Adds support for the Fountain markup language, a plain text markup language for screenwriting | no | [View](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/md_plugins/fountain_plugin.jpg) |
+| [Mermaid](https://mermaid-js.github.io/mermaid/) | \`\`\`mermaid
\`\`\`
| See [plugin page](https://mermaid-js.github.io/mermaid/#/examples) for full description | yes | [View](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/md_plugins/mermaid.jpg) |
+| [Mark](https://github.com/markdown-it/markdown-it-mark) | `==marked==` | Transforms into `marked` (highlighted) | yes | [View](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/md_plugins/mark_plugin.jpg) |
+| [Footnote](https://github.com/markdown-it/markdown-it-footnote) | `Simples inline footnote ^[I'm inline!]` | See [plugin page](https://github.com/markdown-it/markdown-it-footnote) for full description | yes | [View](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/md_plugins/footnote_plugin.jpg) |
+| [TOC](https://github.com/nagaozen/markdown-it-toc-done-right) | Any of `${toc}, [[toc]], [toc], [[_toc_]]` | Adds a table of contents to the location of the toc page. Based on headings and sub-headings | yes | [View](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/md_plugins/toc_plugin.jpg) |
+| [Sub](https://github.com/markdown-it/markdown-it-sub) | `X~1~` | Transforms into X1 | no | [View](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/md_plugins/sub_plugin.jpg) |
+| [Sup](https://github.com/markdown-it/markdown-it-sup) | `X^2^` | Transforms into X2 | no | [View](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/md_plugins/sup_plugin.jpg) |
+| [Deflist](https://github.com/markdown-it/markdown-it-deflist) | See [pandoc](http://johnmacfarlane.net/pandoc/README.html#definition-lists) page for syntax | Adds the html `