mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-08-13 00:05:54 -04:00
Compare commits
5 Commits
57ea776b9f
...
5ce398e3dc
Author | SHA1 | Date | |
---|---|---|---|
|
5ce398e3dc | ||
|
f6f5ed71f8 | ||
|
1a2ed07064 | ||
|
337695ac86 | ||
|
b73b8c140a |
@ -65,7 +65,7 @@ renderOrder: 1
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="/book/hypermedia-systems">Entire book in one page</a>
|
<a href="/hypermedia-systems">Entire book in one page</a>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,25 +60,6 @@ Enhancing web applications without using SPA frameworks.">
|
|||||||
|
|
||||||
<main class="">
|
<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">
|
<div class="grid margin-block">
|
||||||
<ul id="blurb" role=list data-cols="1 3" data-cols@s="1" data-rows="1 3"
|
<ul id="blurb" role=list data-cols="1 3" data-cols@s="1" data-rows="1 3"
|
||||||
class="big margin-inline-end flow-gap">
|
class="big margin-inline-end flow-gap">
|
||||||
@ -96,19 +77,19 @@ Enhancing web applications without using SPA frameworks.">
|
|||||||
</span>
|
</span>
|
||||||
</a></strong>
|
</a></strong>
|
||||||
</li>
|
</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>
|
<span>
|
||||||
Hard copy
|
Hard copy
|
||||||
<small>(Buy on Amazon)</small>
|
<small>(Buy on Amazon)</small>
|
||||||
</span>
|
</span>
|
||||||
</a></strong>
|
</a></strong>
|
||||||
</li>
|
</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>
|
<span>
|
||||||
Ebook
|
Ebook
|
||||||
<small>(Coming soon)</small>
|
<small>(Buy on Amazon)</small>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a></strong>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user