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
|
||||
|
||||
```
|
||||
┌─────────────────────────────────────────────────────────┐
|
||||
│ SOCIAL MEDIA │
|
||||
├─────────────┬─────────────┬─────────────┬──────────────┤
|
||||
│ Messaging │ Microblog │ Forums │ Media │
|
||||
├─────────────┼─────────────┼─────────────┼──────────────┤
|
||||
│ WhatsApp │ Twitter/X │ Reddit │ YouTube │
|
||||
│ Messenger │ Threads │ FB Groups │ Instagram │
|
||||
│ Signal │ Mastodon │ Lemmy │ PeerTube │
|
||||
│ Matrix │ Bluesky │ Discourse │ Pixelfed │
|
||||
├─────────────┴─────────────┴─────────────┴──────────────┤
|
||||
│ Wikis │ Professional│ Collaboration│ Legacy │
|
||||
├─────────────┼─────────────┼─────────────┼──────────────┤
|
||||
│ Wikipedia │ LinkedIn │ Teams/Slack │ Email │
|
||||
│ Notion │ Xing │ Mattermost │ IRC │
|
||||
│ Wiki.js │ │ Nextcloud │ NetNews │
|
||||
└─────────────┴─────────────┴─────────────┴──────────────┘
|
||||
```
|
||||
| Messaging | Microblog | Forums | Media |
|
||||
|-----------|-----------|--------|-------|
|
||||
| WhatsApp | Twitter/X | Reddit | YouTube |
|
||||
| Messenger | Threads | FB Groups | Instagram |
|
||||
| Signal | Mastodon | Lemmy | PeerTube |
|
||||
| Matrix | Bluesky | Discourse | Pixelfed |
|
||||
|
||||
| Wikis | Professional | Collaboration | Legacy |
|
||||
|-------|--------------|---------------|--------|
|
||||
| Wikipedia | LinkedIn | Teams/Slack | Email |
|
||||
| Notion | Xing | Mattermost | IRC |
|
||||
| Wiki.js | | Nextcloud | NetNews |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue