From 1c27a0dce472fde15ace2ba351c9356355fef0d1 Mon Sep 17 00:00:00 2001 From: "the Phoeron\" Colin J.E. Lupton" <thephoeron@protonmail.com> Date: Mon, 22 Aug 2022 20:14:06 -0400 Subject: [PATCH] Minor layout tweak to title page --- index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index 6aacfa6..f34f22f 100644 --- a/index.md +++ b/index.md @@ -12,12 +12,6 @@ author: \"the Phoeron\" Colin J.E. Lupton ``` -<div class="alert alert-danger"> - <p> - <i class="fa fa-exclamation-triangle"></i> This is a draft-in-progress edition of Learn Lisp the Hard Way. Content is being constantly added and revised. Please check back often for updates. - </p> -</div> - <p align="center"> <span style="font-size:36px;font-weight:bold;">Learn Lisp The Hard Way</span><br> <span style="font-size:18px;">by the</span><br> @@ -36,6 +30,12 @@ author: \"the Phoeron\" Colin J.E. Lupton <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Learn Lisp The Hard Way</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://thephoeron.common-lisp.dev" property="cc:attributionName" rel="cc:attributionURL">"the Phoeron" Colin J.E. Lupton</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>. </p> +<div class="alert alert-danger"> + <p> + <i class="fa fa-exclamation-triangle"></i> This is a draft-in-progress edition of Learn Lisp the Hard Way. Content is being constantly added and revised. Please check back often for updates. + </p> +</div> + ### Draft Chapter Status Legend <dl class="dl-horizontal"> -- GitLab