Spelling and Grammar
This commit is contained in:
parent
bee0321b7b
commit
448a26db49
5 changed files with 23 additions and 23 deletions
|
@ -150,12 +150,12 @@
|
|||
|
||||
<main id="blog-post">
|
||||
<hr aria-hidden="true" />
|
||||
<h1>Website changes. Javascript.</h1>
|
||||
<h1>Website changes. JavaScript.</h1>
|
||||
<hr aria-hidden="true" />
|
||||
<hr aria-hidden="true" />
|
||||
<h2>First Things First:</h2>
|
||||
<p>
|
||||
All javascript is first-party hosted and
|
||||
All JavaScript is first-party hosted and
|
||||
<span class="highlight">only serves as Quality of Life</span>. <br />
|
||||
Nothing is lost if you disable JS entirely, just ease-of-use and
|
||||
prettiness. <br />
|
||||
|
@ -165,7 +165,7 @@
|
|||
<p>
|
||||
All JS also keeps screen-readers and other accessibility in mind.
|
||||
<a href="../socials.html" target="_blank"
|
||||
>If I something is not adequately accessible, please let me know!</a
|
||||
>If something is not adequately accessible, please let me know!</a
|
||||
>
|
||||
<br />
|
||||
That includes any part of the site's accessibility that you feel could
|
||||
|
@ -174,7 +174,7 @@
|
|||
<hr aria-hidden="true" />
|
||||
<h2>Verbose Info</h2>
|
||||
<p>
|
||||
Hello everyone! <br />I've recently added a few Javascript functions.
|
||||
Hello everyone! <br />I've recently added a few JavaScript functions.
|
||||
While a function that only allows one audio file to play at a time has
|
||||
been around for a long, long time. There are two new additions:
|
||||
</p>
|
||||
|
@ -184,13 +184,13 @@
|
|||
<p>
|
||||
If JS is disabled then the content is already displayed, taking up
|
||||
space that I felt best to be shown only when prompted by the user.
|
||||
Though not necesarry for function.
|
||||
Though not necessary for function.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
An automatic function that shows the ID of each 'now' post <br />
|
||||
<p>
|
||||
Each post has an ID built into the HTMl element, so you can still
|
||||
Each post has an ID built into the HTML element, so you can still
|
||||
reference them via links: E.G. "nnwhen.com/now#0007" which refers to
|
||||
the
|
||||
<a href="../now.html#0007" target="_blank">Now post with ID 0007</a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue