Auto-updating git readme
This commit is contained in:
parent
9692e06cca
commit
9af672906c
8
chat.svg
8
chat.svg
|
@ -275,7 +275,7 @@
|
|||
<!-- 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 Bellingham, Washington where it’s supposed to be</text>
|
||||
<text x="15" y="27">I live in Bellingham, WA where it’s</text>
|
||||
<text x="15" y="50">46° F (8° C) and <tspan class="emoji">🌦</tspan> today.</text>
|
||||
</g>
|
||||
|
||||
|
@ -299,9 +299,9 @@
|
|||
|
||||
<!-- 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">I write software. I work with web tech, 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>
|
||||
<rect width="513" height="66.1302" rx="18.0355" class="bubble" />
|
||||
<text x="15" y="27">I write software. I work with web, data and AI.</text>
|
||||
<text x="15" y="50">I graduated from WWU (MS:CompSci) 5 days ago.</text>
|
||||
</g>
|
||||
|
||||
<!-- typing 4 -->
|
||||
|
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
|
@ -275,7 +275,7 @@
|
|||
<!-- 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 Bellingham, Washington where it’s supposed to be</text>
|
||||
<text x="15" y="27">I live in Bellingham, WA where it’s</text>
|
||||
<text x="15" y="50">{degF}° F ({degC}° C) and <tspan class="emoji">{weatherEmoji}</tspan> today.</text>
|
||||
</g>
|
||||
|
||||
|
@ -299,9 +299,9 @@
|
|||
|
||||
<!-- 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">I write software. I work with web tech, data and machine learning,</text>
|
||||
<text x="15" y="50">and graduated from Western Washington University with a MS in Computer Science {psTime} ago.</text>
|
||||
<rect width="513" height="66.1302" rx="18.0355" class="bubble" />
|
||||
<text x="15" y="27">I write software. I work with web, data and AI.</text>
|
||||
<text x="15" y="50">I graduated from WWU (MS:CompSci) {psTime} ago.</text>
|
||||
</g>
|
||||
|
||||
<!-- typing 4 -->
|
||||
|
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
Loading…
Reference in New Issue