Skip to content

Commit

Permalink
Meta descriptions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
eakondratiev committed Oct 17, 2024
1 parent 5c24d71 commit 391c93c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions crd-reader.htm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<meta property="og:site_name" content="Tool">
<meta property="og:title" content="Windows CRD File Viewer">
<meta property="og:image" content="https://eakondratiev.github.io/assets/icons/ReadCrd-og-image.png"/>
<meta name="description" content="Console application for reading Windows CRD (contact card, cardfile) files.">
<meta property="og:description" content="Console application for reading Windows CRD (contact card, cardfile) files.">
<meta name="description" content="A cross-platform console viewer application for reading legacy Windows Contact Card (CRD) files, compatible with both Windows and Linux systems.">
<meta property="og:description" content="A cross-platform console viewer application for reading legacy Windows Contact Card (CRD) files, compatible with both Windows and Linux systems.">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:url" content="https://eakondratiev.github.io/crd-reader.htm">
Expand Down
4 changes: 2 additions & 2 deletions floating-point-summation.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta name="application-name" content="Floating-Point Summation" />

<meta property="og:title" content="Floating-Point Summation">
<meta name="description" content="Discover inaccuracy of the floating-point representation of numbers.">
<meta property="og:description" content="Discover inaccuracy of the floating-point representation of numbers.">
<meta name="description" content="Explore the inherent inaccuracies of floating-point number representation, which can lead to unexpected results in calculations and programming tasks.">
<meta property="og:description" content="Explore the inherent inaccuracies of floating-point number representation, which can lead to unexpected results in calculations and programming tasks.">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:url" content="https://eakondratiev.github.io/floating-point-summation.htm">
Expand Down
8 changes: 4 additions & 4 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta name="application-name" content="Tool" />

<meta property="og:title" content="Tool">
<meta name="description" content="Some web and console tools">
<meta property="og:description" content="Some web and console tools">
<meta name="description" content="Various useful cross-platform web and console tools">
<meta property="og:description" content="Various useful cross-platform web and console tools">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:url" content="https://eakondratiev.github.io/">
Expand Down Expand Up @@ -101,7 +101,7 @@ <h3><a href="floating-point-representation.htm">Floating-point Numbers Represent
<p>Shows representation of the floating-point numbers in binary formats for computer programs.</p>

<h3><a href="floating-point-summation.htm">Floating-point Numbers Summation</a></h3>
<p>Discover inaccuracy of the floating-point representation of numbers.</p>
<p>Explore the inherent inaccuracies of floating-point number representation, which can lead to unexpected results in calculations and programming tasks.</p>

<h3><a href="speed.htm">Speed &amp; Distance</a></h3>
<p>Converts the speed in popular units and shows the time for covering some distances.</p>
Expand All @@ -112,7 +112,7 @@ <h3><a href="ws.htm">Character Code Detector</a></h3>
<h2 id="console-tools">Console Tools</h2>

<h3><a href="crd-reader.htm">CRD Reader</a></h3>
<p>Reads Windows CRD (contact card) files.</p>
<p>A cross-platform console viewer application for reading legacy Windows Contact Card (CRD) files, compatible with both Windows and Linux systems.</p>

<h2 style="margin-bottom: 0; margin-top: 32pt;">The Site Keyboard Navigation</h2>
<p style="border:solid 1px #bbb; border-radius: 2pt; padding: 4pt;">
Expand Down
4 changes: 2 additions & 2 deletions regex.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta name="application-name" content="Tool" />

<meta property="og:title" content="Tool">
<meta name="description" content="Test your regular expressions">
<meta property="og:description" content="Test your regular expressions">
<meta name="description" content="Optimize and Test Your Regular Expressions for Enhanced Performance">
<meta property="og:description" content="Optimize and Test Your Regular Expressions for Enhanced Performance">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:url" content="https://eakondratiev.github.io/">
Expand Down

0 comments on commit 391c93c

Please sign in to comment.