fix: replace ASCII art Big Picture with proper markdown tables
Two 4-column tables replace the box-drawing character grid, which rendered poorly in the gaia theme's proportional font. Dense class applied to keep both tables within slide bounds. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9cc4ab12a8
commit
d310cad787
1 changed files with 14 additions and 18 deletions
|
|
@ -164,26 +164,22 @@ Still around, still relevant
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- _class: invert dense -->
|
||||||
|
|
||||||
## The Big Picture
|
## The Big Picture
|
||||||
|
|
||||||
```
|
| Messaging | Microblog | Forums | Media |
|
||||||
┌─────────────────────────────────────────────────────────┐
|
|-----------|-----------|--------|-------|
|
||||||
│ SOCIAL MEDIA │
|
| WhatsApp | Twitter/X | Reddit | YouTube |
|
||||||
├─────────────┬─────────────┬─────────────┬──────────────┤
|
| Messenger | Threads | FB Groups | Instagram |
|
||||||
│ Messaging │ Microblog │ Forums │ Media │
|
| Signal | Mastodon | Lemmy | PeerTube |
|
||||||
├─────────────┼─────────────┼─────────────┼──────────────┤
|
| Matrix | Bluesky | Discourse | Pixelfed |
|
||||||
│ WhatsApp │ Twitter/X │ Reddit │ YouTube │
|
|
||||||
│ Messenger │ Threads │ FB Groups │ Instagram │
|
| Wikis | Professional | Collaboration | Legacy |
|
||||||
│ Signal │ Mastodon │ Lemmy │ PeerTube │
|
|-------|--------------|---------------|--------|
|
||||||
│ Matrix │ Bluesky │ Discourse │ Pixelfed │
|
| Wikipedia | LinkedIn | Teams/Slack | Email |
|
||||||
├─────────────┴─────────────┴─────────────┴──────────────┤
|
| Notion | Xing | Mattermost | IRC |
|
||||||
│ Wikis │ Professional│ Collaboration│ Legacy │
|
| Wiki.js | | Nextcloud | NetNews |
|
||||||
├─────────────┼─────────────┼─────────────┼──────────────┤
|
|
||||||
│ Wikipedia │ LinkedIn │ Teams/Slack │ Email │
|
|
||||||
│ Notion │ Xing │ Mattermost │ IRC │
|
|
||||||
│ Wiki.js │ │ Nextcloud │ NetNews │
|
|
||||||
└─────────────┴─────────────┴─────────────┴──────────────┘
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue