add python for updating chat bubble.

This commit is contained in:
publicmatt
2023-12-18 18:03:22 -08:00
parent a75429421c
commit eb32384a4e
6 changed files with 509 additions and 10 deletions

View File

@@ -248,10 +248,10 @@
</g>
<!-- Hi, I'm Jason -->
<!-- Hi, I'm Matt -->
<g transform="translate(10, 0)" class="msg-1 bubble">
<rect width="133" height="42" rx="18.0355" />
<text x="15" y="27">Hi, I'm Jason</text>
<text x="15" y="27">Hi, I'm Matt</text>
</g>
<!-- typing 2 -->
@@ -272,11 +272,11 @@
</g>
<!-- From Columbus... -->
<!-- From Bellingam... -->
<g transform="translate(10, 48)" class="msg-2">
<rect width="439" height="66.1302" rx="18.0355" class="bubble" />
<text x="15" y="27">I live in Columbus, Ohio where its supposed to be</text>
<text x="15" y="50">49° F (9° C) and <tspan class="emoji">🌧</tspan> today.</text>
<text x="15" y="27">I live in Bellingham, Washington where its supposed to be</text>
<text x="15" y="50">46° F (8° C) and <tspan class="emoji">🌦</tspan> today.</text>
</g>
<!-- typing 3 -->
@@ -300,8 +300,8 @@
<!-- Work ... -->
<g transform="translate(10, 120)" class="msg-3">
<rect width="439" height="66.1302" rx="18.0355" class="bubble" />
<text x="15" y="27">Im a product designer. I used to work at GitHub,</text>
<text x="15" y="50">but Ive been at PlanetScale for almost 3 years now.</text>
<text x="15" y="27">I write software. I work in web, data and machine learning,</text>
<text x="15" y="50">and graduated from Western Washington University with a MS in Computer Science 5 days ago.</text>
</g>
<!-- typing 4 -->
@@ -322,12 +322,12 @@
</g>
<!-- Twitter -->
<!-- Contact -->
<g transform="translate(10, 192)" class="msg-4">
<rect width="513" height="42" rx="18.0355" class="bubble" />
<text x="15" y="27">
You can find me on Twitter at
<a xlink:href="https://twitter.com/jasonlong">https://twitter.com/jasonlong</a>
You can find me online at
<a xlink:href="https://www.publicmatt.com">https://www.publicmatt.com/</a>
</text>
</g>

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB