Skip to content

Commit

Permalink
Add metrication checklist icon to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed May 2, 2024
1 parent 870530a commit a15bb6d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
11 changes: 6 additions & 5 deletions src/templates/doc-end.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<footer>
<div>
<a href=https://think-metric.org><i data-icon=home></i></a>
<a href=https://github.com/center-key/think-metric/discussions><i data-icon=comments></i></a>
<a href=https://github.com/center-key/think-metric><i data-brand=github></i></a>
<a href=https://www.reddit.com/r/ThinkMetric><i data-brand=reddit></i></a>
<a title=think-metric.org href=https://think-metric.org><i data-icon=home></i></a>
<a title=Checklist href={{webRoot}}/#checklist><i data-icon=list-ol></i></a>
<a title=Discussions href=https://github.com/center-key/think-metric/discussions><i data-icon=comments></i></a>
<a title=GitHub href=https://github.com/center-key/think-metric><i data-brand=github></i></a>
<a title=Reddit href=https://www.reddit.com/r/ThinkMetric><i data-brand=reddit></i></a>
</div>
<div class=external-site>
<a href=https://creativecommons.org/public-domain/cc0 data-license=CC0 title=CC0>
<a title=CC0 href=https://creativecommons.org/public-domain/cc0 data-license=CC0>
<i data-brand=creative-commons></i>
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ <h2>Tips for product photography</h2>
</section>

<section>
<figure>
<img src=product-review.png data-license=fair-use alt=amazon>
<figcaption>Product review of crunchy cinnamon roasted almonds</figcaption>
</figure>
<p>
The visual reference in your product review will help other shoppers by providing
measurement information, and it will also give everyone a frame of reference for visually
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/website/article/rules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>Don't lie about elephants being imperial units</h2>
Authors incorporate frames of reference to create interesting visualizations, and
communication would be more dull without them.&nbsp;
An elephant is neither imperial nor metric, so don't claim that a frame of reference is a
way to avoid just metric.&nbsp;
way to avoid metric.&nbsp;
</p>
</section>

Expand Down
3 changes: 0 additions & 3 deletions src/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ <h3>Go metric to boost your efficiency</h3>
<section id=checklist>
<h2>Your Personal Metrication Checklist</h2>
{% render 'src/templates/to-do-checklist.html' %}
<p>
<a href={{webRoot}}/#checklist>think-metric.org/#checklist</a>
</p>
</section>

<section>
Expand Down
3 changes: 2 additions & 1 deletion src/website/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ body {
margin-bottom: 15px;
}
}
>figure { padding: 0px 10px; } //temporary until v2.1.4
>figure { padding: 0px 10px; } //temporary until v2.1.4
>figure img { max-height: 550px; } //temporary until v2.1.4
}
}
>footer {
Expand Down

0 comments on commit a15bb6d

Please sign in to comment.