diff --git a/index.html b/index.html index 62c2891..ae227f8 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,19 @@ textarea { height: 200px; } + #examples { + align-items: start; + display: flex; + flex-direction: row; + flex-wrap: wrap; + } + #examples figure { + margin: 2px; + margin-bottom: 50px; + } + figcaption { + text-align: center; + } @@ -77,6 +90,44 @@ +
+

Example Tweets

+
+
+ +
Text with Emoji
+
+
+ +
Tweet with 1 image
+
+
+ +
Tweet with 2 images
+
+
+ +
Tweet with 3 images
+
+
+ +
Tweet with 4 images
+
+
+ +
Tweet with quoted Tweet
+
+
+ +
Tweet with link
+
+
+ +
Reply Tweet
+
+
+
+
Source code available on GitHub, GitLab, Bitbucket & my own Gitea server.