Compare commits

...

5 Commits

Author SHA1 Message Date
Deniz Akşimşek
5ce398e3dc Merge branch 'main' of github.com:bigskysoftware/hypermedia-systems 2023-07-18 16:52:06 +00:00
Deniz Akşimşek
f6f5ed71f8 try to fix entire book link 2023-07-18 16:51:38 +00:00
Carson Gross
1a2ed07064 link to ebook 2023-07-18 09:46:41 -06:00
Deniz Akşimşek
337695ac86
Merge pull request #88 from bigskysoftware/rm-progress-note
Remove in-progress note now that book is available
2023-07-18 18:06:31 +03:00
Adam Stepinski
b73b8c140a remove in-progress note now that book is available 2023-07-17 22:09:37 -07:00
2 changed files with 5 additions and 24 deletions

View File

@ -65,7 +65,7 @@ renderOrder: 1
{% endfor %}
</div>
<a href="/book/hypermedia-systems">Entire book in one page</a>
<a href="/hypermedia-systems">Entire book in one page</a>
</main>

View File

@ -60,25 +60,6 @@ Enhancing web applications without using SPA frameworks.">
<main class="">
<div class="box warn crowded color <small>" data-note>
<script>{
const me = document.currentScript.parentElement;
if (localStorage.dismissedNote) me.remove();
}</script>
<button class="iconbutton float:right"
onclick="
localStorage.dismissedNote = true;
this.closest(`[data-note]`).remove();
">
<span aria-hidden="true">×</span>
<v-h>Dismiss</v-h>
</button>
<p style="margin: 0">
<strong class="allcaps margin-inline-end">Note</strong>
Hypermedia Systems is a rewrite of a book that fell out of contract with
a publisher and is currently a <strong>work in progress</strong>.</p>
</div>
<div class="grid margin-block">
<ul id="blurb" role=list data-cols="1 3" data-cols@s="1" data-rows="1 3"
class="big margin-inline-end flow-gap">
@ -96,19 +77,19 @@ Enhancing web applications without using SPA frameworks.">
</span>
</a></strong>
</li>
<li><strong><a class="big <button>" href="https://www.amazon.com/dp/B0C9S88QV6/ref=sr_1_1?crid=1P0I3GXQK32TN">
<li><strong><a class="big <button>" href="https://www.amazon.com/dp/B0C9S88QV6/ref=sr_1_1">
<span>
Hard copy
<small>(Buy on Amazon)</small>
</span>
</a></strong>
</li>
<li><a disabled class="big <button>">
<li><strong><a class="big <button>" href="https://www.amazon.com/Hypermedia-Systems-Carson-Gross-ebook/dp/B0CC315VJK/ref=tmm_kin_swatch_0">
<span>
Ebook
<small>(Coming soon)</small>
<small>(Buy on Amazon)</small>
</span>
</a>
</a></strong>
</li>
</ul>