Skip to content

Commit

Permalink
testing length of article
Browse files Browse the repository at this point in the history
  • Loading branch information
kvn8888 committed Jan 25, 2024
1 parent d672196 commit cd1d5ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion experimental/reader.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
<body>
<article>
<h1>Hello world</h1>
<p>I am testing the screen reader feature for safari</p>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
<h1>Another section</h1>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

</p>
</article>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1 id="header">Welcome to <span>KevinC.dev</span></h1>
<h3>Work in Progress</h3>
<a href="homepage.css" class="textWithIcon">Index.html Stylesheet <span class="material-symbols-outlined">outbound</span></a>
<a href="experimental/design_system.html" class="textWithIcon">Experimental design <span class="material-symbols-outlined">outbound</span></a>
<a hred="experimental/reader.html" class="textWithIcon">Reader <span class="material-symbols-outlined">outbound</span></a>
<a href="experimental/reader.html" class="textWithIcon">Reader <span class="material-symbols-outlined">outbound</span></a>
</div>
<div id="layouts">
<h3>Layouts</h3>
Expand Down

0 comments on commit cd1d5ec

Please sign in to comment.