1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 17:05:32 -04:00

new <Figure> component for image captions

This commit is contained in:
2022-01-13 13:39:22 -05:00
parent 1a0541776e
commit 64a91d67bf
21 changed files with 226 additions and 409 deletions

View File

@@ -12,21 +12,15 @@ image: "/static/images/notes/dropping-dropbox/email.png"
---
import Image from "./components/media/Image";
import Figure from "./components/media/Figure";
import Tweet from "./components/media/Tweet";
import Video from "./components/media/Video";
I've been a loyal Dropbox user since its inception as a [Y Combinator startup](https://www.ycombinator.com/apply/dropbox/) ten years ago. Having a folder on all of my devices that instantly synchronized with each other was a game-changer for me, and I grew dependent on it more and more as they gave out free storage like candy — 48 GB for having a Samsung Chromebook, 1 GB for "Posting \<3 to Twitter," and so on — until I needed to upgrade to Dropbox Pro. But this month I canceled my Pro subscription after a few too many strikes.
<figure>
<Image
src="/static/images/notes/dropping-dropbox/email.png"
width="504"
height="223"
alt="Deleting 401,907 files from Dropbox... 😬"
priority
/>
<figcaption>Deleting 401,907 files from Dropbox... 😬</figcaption>
</figure>
<Figure src="/static/images/notes/dropping-dropbox/email.png" width="504" height="223" priority>
Deleting 401,907 files from Dropbox... 😬
</Figure>
## Five strikes, you're out...