Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions gatsby/content/otwsu/13.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
edition: 13
youtube: https://www.youtube.com/watch?v=WP3HCbVAEzU
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe leave this blank?

section: otwsu
image: /images/otwsu13.png
eventdate: 2022-02-25
---

- **Jos Poortvielt from Nextcloud** will tell us about how Nextcloud provides
software for both enterprises and individuals, and how their needs are
different.
- **Alexandre Aubin from YunoHost** will tell us how their distribution makes
it easy not only to put self-hosted services online but also to keep data
safe.
- **Neil Alexander from Element** will tell us about the reasons why he's
working on Pinecone, and what the vision behind Matrix P2P is, and why he thinks the best server is no server.
6 changes: 3 additions & 3 deletions gatsby/src/pages/open-tech-will-save-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import moment from "moment";
const title = `Open Tech Will Save Us | ${config.siteTitle}`;

const SHOW_LIVE_STREAM = false;
const NEXT_EVENT = 12;
const NEXT_EVENT = 13;

let liveStream;
if (SHOW_LIVE_STREAM) {
Expand All @@ -31,7 +31,7 @@ if (SHOW_LIVE_STREAM) {
</div>
);
} else {
liveStream = <img src="/images/otwsu12.png" alt="Open Tech Will Save Us" />;
liveStream = <img src="/images/otwsu13.png" alt="Open Tech Will Save Us" />;
}

const OTWSU = ({ data }) => {
Expand All @@ -47,7 +47,7 @@ const OTWSU = ({ data }) => {
<meta name="twitter:card" content="summary_large_image" />
<meta
property="twitter:image"
content="https://matrix.org/images/otwsu12.png"
content="https://matrix.org/images/otwsu13.png"
/>
</Helmet>
<div>
Expand Down
Binary file added gatsby/static/images/otwsu13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.