Skip to content

Commit

Permalink
feat: Made minor edits to presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jun 13, 2024
1 parent 5b40b9c commit 3c73c24
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion packages/web/src/routes/presentation/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@
<h1>Harper</h1>
<h2>The Grammar Checker for Developers</h2>
</section>
<section>
<h1>Context</h1>
<h3>I was bored</h3>
</section>
<section>
<h2>
That became
<img src="https://thrax.elijahpotter.dev/logo.svg" class="w-1/2 inline rounded-lg" />

Check failure on line 28 in packages/web/src/routes/presentation/+page.svelte

View workflow job for this annotation

GitHub Actions / precommit

A11y: <img> element should have an alt attribute(a11y-missing-attribute)
</h2>
</section>
<section>
<h2>The language wasn't great, but the parser was fast.</h2>
</section>
<section>
<h1>The Problem:</h1>
<h1 class="fragment fade-in"><strong>Grammarly</strong></h1>
Expand Down Expand Up @@ -73,7 +86,7 @@
<li>Accidental word repetition (e.x. "We ate at <i>the the</i> cafe").</li>
<li>Extraneous spaces.</li>
<li>More than 100 curated patterns.</li>
<li>Run-on sentances.</li>
<li>Run-on sentences.</li>
</ul>
</section>
<section>
Expand Down

0 comments on commit 3c73c24

Please sign in to comment.