diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-23 08:26:48 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-23 08:26:48 -0700 |
| commit | 7eca871b7315490972c33660fb80bd56641fcb4d (patch) | |
| tree | 129bec99bd6c713e12c71c7229b451feb8a79486 /html | |
| parent | c29f183647be240db1d799f075af8438b68459dd (diff) | |
| download | lizdotcoffee-7eca871b7315490972c33660fb80bd56641fcb4d.tar.gz lizdotcoffee-7eca871b7315490972c33660fb80bd56641fcb4d.zip | |
Grammar
Diffstat (limited to 'html')
| -rw-r--r-- | html/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html index 5f51937..ec3fccc 100644 --- a/html/index.html +++ b/html/index.html @@ -55,7 +55,7 @@ <marquee>If you <a href="https://web.archive.org/web/20260720071542/https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/marquee">don't like the marquee tag</a> then <a class="pro">she</a> will find you and <a class="pro">she</a> will blast you to smithereens.</marquee> <hr /> - <div><p><a class="pro">She</a> is not particularly exceptional at anything but can functionally do a fair bit of stuff, of which <a class="pro">her</a> extremely variable ability perhaps is the only exceptional thing about <a class="pro">her</a>.</p></div> + <div><p><a class="pro">She</a> is not particularly exceptional at anything, but can functionally do a fair bit of stuff, of which extremely variable ability perhaps is the only exceptional thing about <a class="pro">her</a>.</p></div> <div style="margin-right: 10px; max-width: 200px; float:left; text-align: center"><img src="assets/coffee-koupen.jpg" width="100%"><br><i>Koupenchan becomes the color of what it drinks</i></div> <div><p><a class="pro">She</a> is a programmer at a Big Ol' Techâ„¢ company in Seattle (unfortunately, probably the one you're thinking of). And will continue to refer to <a class="pro">her</a>self in the third person for the remainder of this World Wide Web document, which you find yourself laying your eyes on. And in so doing, probably don't yet understand the context of the next words you are about to read. Except, that they are there. They take up space. And reading through them consumes YOUR oh-so-precious time - which is upper-bounded, need <a class="pro">she</a> remind you.</p><div> @@ -128,6 +128,7 @@ }; let p = 1; + // This is not correct. e.g. "of which his" != "of which hers". const pros = [['he', 'she'], ['him', 'her'], ['his', 'hers'], ['alexander', 'elizabeth']]; const proElements = () => document.querySelectorAll('.pro'); proElements().forEach(pro => pro.addEventListener('click', () => { |
