init translate it cards

This commit is contained in:
gws 2024-11-14 14:23:12 +01:00
parent 586ca900a7
commit a927ddbf20
8 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,12 @@
+++
title = "OnlyOffice"
weight = 2
[extra]
icon ="./onlyoffice.png"
+++
OnlyOffice is a free software
office suite and ecosystem of collaborative applications. It features online
editors for text documents, spreadsheets, presentations, forms and PDFs, and the
room-based collaborative platform. We integrate offer onlyoffice integrated with nextcloud.

View file

@ -0,0 +1,7 @@
+++
title = "googleplay"
+++
<a class="app-link app-border desktop" href="https://www.onlyoffice.com/download-desktop.aspx">
<p>Desktop App</p>
</a>

View file

@ -0,0 +1,9 @@
+++
title= "footer"
template ="null.html"
sort_by = "slug"
+++
<a href="https://onlyoffice.com/" class="link">
Learn more about onlyoffice
</a>

View file

@ -0,0 +1,9 @@
+++
title = "googleplay"
+++
<a class="app-link" href="https://play.google.com/store/apps/details?id=com.onlyoffice.documents" rel="nofollow">
<img src="/googleplay-trim.png" class="app-border" alt="Download from Google Play" height="40"
style="max-width: 100%;">
</a>

View file

@ -0,0 +1,8 @@
+++
title = "ios store"
+++
<a class="app-link" href="https://apps.apple.com/us/app/onlyoffice-documents/id944896972" rel="nofollow">
<img class="app-border" src="/ios_store_badge.svg">
</a>

View file

@ -0,0 +1,13 @@
+++
title = "OnlyOffice"
weight = 1
[extra]
icon ="./wordpress-svgrepo-com.svg"
+++
WordPress is a opensource web publisning plattfrom and content management system(cms).
In fact it the most widly deployed cms and is often used for landing pages and E-commerce.

View file

@ -0,0 +1,9 @@
+++
title= "footer"
template ="null.html"
sort_by = "slug"
+++
<a href="https://wordpress.org/" class="link">
Learn more about wordpress
</a>

7
sv_placeholders.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
for p in $(find $1 -type f );
do
cp $p "${p%.*}".sv.md
done