mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-01 12:23:19 +02:00
code fix and build update
This commit is contained in:
28
index.html
28
index.html
@@ -47,6 +47,34 @@
|
||||
DEV PREVIEW ONLY
|
||||
</div>
|
||||
|
||||
<!-- Because people probably want to share this article -->
|
||||
<div class="sharebuttons">
|
||||
<style>
|
||||
div.sharebuttons {
|
||||
position: fixed;
|
||||
top: 1rem;
|
||||
left: 1rem;
|
||||
padding: 0.1em;
|
||||
background: white;
|
||||
}
|
||||
div.sharebuttons img {
|
||||
min-width: 1.25rem;
|
||||
min-height: 1.25rem;
|
||||
max-height: 1.25rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<a href="https://www.reddit.com/submit?url=https://pomax.github.io/bezierinfo">
|
||||
<img src="https://www.redditstatic.com/spreddit1.gif" alt="submit to reddit" title="submit to reddit">
|
||||
</a>
|
||||
<a href="https://news.ycombinator.com/submitlink?u=https://pomax.github.io/bezierinfo">
|
||||
<img src="https://news.ycombinator.com/y18.gif" alt="submit to hacker news" title="submit to hacker news">
|
||||
</a>
|
||||
<a href="https://twitter.com/intent/tweet?hashtags=bezier,curves,maths&original_referer=https://pomax.github.io/bezierinfo&text=Reading%20%22A%20Primer%20on%20Bezier%20Curves%22%20by%20@TheRealPomax%20over%20on%20https://pomax.github.io/bezierinfo">
|
||||
<img src="https://abs.twimg.com/favicons/favicon.ico" alt="tweet your read" title="tweet your read">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- referral tracking, because I like knowing who's linking to my book -->
|
||||
<script src="lib/site/referrer.js" async></script>
|
||||
|
||||
|
Reference in New Issue
Block a user