Update instances
This commit is contained in:
parent
38f6158043
commit
1ff7588977
1 changed files with 0 additions and 38 deletions
|
@ -21,37 +21,6 @@ const posts = await getCollection("posts");
|
||||||
</div>
|
</div>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
<Fragment slot="body">
|
<Fragment slot="body">
|
||||||
<Heading Title="Decentralized"/>
|
|
||||||
<div style="display: grid; grid-template-columns: repeat(auto-fit,minmax(400px,1fr));">
|
|
||||||
<Service
|
|
||||||
Icon="https://md.sudovanilla.org/images/SudoVanilla%20Social.png"
|
|
||||||
Title="SudoVanilla Social"
|
|
||||||
Description="Fediverse"
|
|
||||||
Link="https://social.sudovanilla.org/"
|
|
||||||
Source="https://iceshrimp.dev/iceshrimp/iceshrimp"
|
|
||||||
/>
|
|
||||||
<Service
|
|
||||||
Icon="https://md.sudovanilla.org/images/icons/Matrix.webp"
|
|
||||||
Title="SudoVanilla Chat"
|
|
||||||
Description="Matrix"
|
|
||||||
Link="#"
|
|
||||||
Source="#"
|
|
||||||
/>
|
|
||||||
<Service
|
|
||||||
Icon="https://md.sudovanilla.org/images/icons/Pixelfed-logo.png"
|
|
||||||
Title="SudoVanilla Pix"
|
|
||||||
Description="Pixelfed"
|
|
||||||
Link="#"
|
|
||||||
Source="#"
|
|
||||||
/>
|
|
||||||
<Service
|
|
||||||
Icon="https://md.sudovanilla.org/images/icons/Lemmy_logo.svg"
|
|
||||||
Title="Lemmy"
|
|
||||||
Description="Lemmy"
|
|
||||||
Link="#"
|
|
||||||
Source="#"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<style lang="scss" is:inline>
|
<style lang="scss" is:inline>
|
||||||
.page-content > div:nth-child(2) > div:nth-child(2) {
|
.page-content > div:nth-child(2) > div:nth-child(2) {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
@ -113,13 +82,6 @@ const posts = await getCollection("posts");
|
||||||
</div>
|
</div>
|
||||||
<Heading Title="Services"/>
|
<Heading Title="Services"/>
|
||||||
<div style="display: grid; grid-template-columns: repeat(auto-fit,minmax(400px,1fr));">
|
<div style="display: grid; grid-template-columns: repeat(auto-fit,minmax(400px,1fr));">
|
||||||
<Service
|
|
||||||
Icon="https://md.sudovanilla.org/images/icons/asciinema.svg"
|
|
||||||
Title="Asciinema"
|
|
||||||
Description="Terminal Recordings"
|
|
||||||
Link="https://tr.sudovanilla.org/"
|
|
||||||
Source="https://github.com/asciinema/asciinema"
|
|
||||||
/>
|
|
||||||
<Service
|
<Service
|
||||||
Icon="https://md.sudovanilla.org/images/icons/OpenGist.svg"
|
Icon="https://md.sudovanilla.org/images/icons/OpenGist.svg"
|
||||||
Title="OpenGist"
|
Title="OpenGist"
|
||||||
|
|
Loading…
Reference in a new issue