Skip to content

Commit

Permalink
Fix description for Grape Nuts ingredient
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed May 29, 2024
1 parent 458cdd6 commit 28d15d5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>{{articleTitle}}</h2>
intuitive sense of metric.&nbsp;
</p>
<figure>
<img src={{heroImage}} data-author=dem-pilafian data-license=cc0 alt=almonds>
<img src={{heroImage}} alt=almonds data-author=dem-pilafian data-license=cc0>
<figcaption>{{heroCaption}}</figcaption>
</figure>
<p>
Expand Down Expand Up @@ -44,7 +44,7 @@ <h2>Tips for product photography</h2>

<section>
<figure>
<img src=product-review.png data-license=fair-use alt=amazon>
<img src=product-review.png alt=amazon data-license=fair-use>
<figcaption>Product review of crunchy cinnamon roasted almonds</figcaption>
</figure>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>{{articleTitle}}</h2>

<section>
<figure>
<img src={{heroImage}} data-author=dem-pilafian data-license=cc0 alt=tape-measure>
<img src={{heroImage}} alt=tape-measure data-author=dem-pilafian data-license=cc0>
<figcaption>{{heroCaption}}</figcaption>
</figure>
<p>
Expand All @@ -26,7 +26,7 @@ <h2>{{articleTitle}}</h2>
This vivid scale is super easy to read and makes measuring blazing fast.&nbsp;
</p>
<figure>
<img src=cm-rulers.jpg data-author=dem-pilafian data-license=cc0 alt=rulers>
<img src=cm-rulers.jpg alt=rulers data-author=dem-pilafian data-license=cc0>
<figcaption>Some cm rulers also incorporate scales with repeating 1 to 9 digits</figcaption>
</figure>
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/website/article/rules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2>Do not debate spelling or pronunciation</h2>
Being pedantic and annoying makes all metric advocates seem like dweeby jerks.&nbsp;
</p>
<figure>
<img src=whipshots-50ml.jpg data-author=whipshots data-license=fair-use alt=50ml>
<img src=whipshots-50ml.jpg alt=50ml data-author=whipshots data-license=fair-use>
<figcaption>Omitting the space in "50ml" looks yummy!</figcaption>
</figure>
<p>
Expand Down
11 changes: 7 additions & 4 deletions src/website/calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>Volume Conversion</h2>
<section>
<h2>NIST Metric Kitchen</h2>
<figure>
<img src={{heroImage}} data-author=nist.gov data-license=public-domain alt=bread>
<img src={{heroImage}} alt=bread data-author=nist.gov data-license=public-domain>
<figcaption>Metric Banana Bread</figcaption>
</figure>
<p>
Expand All @@ -119,16 +119,19 @@ <h2>NIST Metric Kitchen</h2>
<h2>Open Source</h2>
<p>
The <i>Recipe Converter Calculator</i> is an open source community project.&nbsp;
You can help out by submitting corrections and additions on GitHub or by posting to the
<a href=https://www.reddit.com/r/ThinkMetric>r/ThinkMetric</a> sub on Reddit.&nbsp;
If you post to Reddit, add the <b class=flair>Food, Recipes, & Grams</b> flair.&nbsp;
</p>
<p>
Data for the calculator is on GitHub at:<br>
<a href=https://github.com/center-key/think-metric/blob/main/src/website/calculator/ingredients-db.js>
ingredients-db.js
</a>
</p>
<p>
You can get invovled by submitting an issue or PR (pull request) on GitHub or by posting
a suggestion to the <a href=https://www.reddit.com/r/ThinkMetric>r/ThinkMetric</a> sub on
Reddit.&nbsp;
If you post to Reddit, add the <b class=flair>Food, Recipes, &amp; Grams</b> flair.&nbsp;
</p>
</section>

</main>
Expand Down
2 changes: 1 addition & 1 deletion src/website/calculator/ingredients-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ globalThis.ingredientsDB = [
{ key: "Ginger", description: "Fresh Sliced Ginger", gramsPerCup: 228 },
{ key: "Ginger", description: "Ground Ginger", gramsPerCup: 123 },
{ key: "Granola", description: "Granola", gramsPerCup: 113 },
{ key: "Grape Nuts", description: "Grape", gramsPerCup: 115 },
{ key: "Grape Nuts", description: "Grape Nutes", gramsPerCup: 115 },
{ key: "Grapefruit", description: "Segments of Peeled Grapefruit", gramsPerCup: 225 },
{ key: "Grapes", description: "Halved Pitted Grapes", gramsPerCup: 175 },
{ key: "Grapes", description: "Whole Grapes", gramsPerCup: 100 },
Expand Down
2 changes: 1 addition & 1 deletion src/website/do-not-learn-metric/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>{{articleTitle}}</h2>
After switching over to Celsius for a week you'll likely have a good intuitive sense of Celsius.&nbsp;
</p>
<figure>
<img src={{heroImage}} data-author=dem-pilafian data-license=cc0 alt=measure>
<img src={{heroImage}} alt=measure data-author=dem-pilafian data-license=cc0>
<figcaption>{{heroCaption}}</figcaption>
</figure>
<p>
Expand Down
4 changes: 2 additions & 2 deletions src/website/products/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3>Go metric to boost your efficiency</h3>
sell some metric-only products.
</p>
<figure>
<img src={{heroImage}} data-author=axisadman data-license=cc-by-sa alt=warehouse>
<img src={{heroImage}} alt=warehouse data-author=axisadman data-license=cc-by-sa>
</figure>
</section>

Expand All @@ -28,7 +28,7 @@ <h3>Go metric to boost your efficiency</h3>
</section>

<section>
<h2>Metric-Only</h2>
<h2>Buy Metric-Only</h2>
<p>
🏆: Favorite product
</p>
Expand Down

0 comments on commit 28d15d5

Please sign in to comment.