diff --git a/README.md b/README.md
index b4598c4..77b1281 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,54 @@
-
+
+
-[![badge:Emacs](https://img.shields.io/badge/Emacs-23%2F26%2F28-green?logo=gnu-emacs)](https://www.gnu.org/software/emacs)
-[![badge:Org](https://img.shields.io/badge/Org-9.3.6-blue?logo=gnu)](https://orgmode.org)
+
+
+
+
-[![badge:org--special--block--extras](https://img.shields.io/badge/org--special--block--extras-1.2-informational?logo=Gnu-Emacs)](https://github.com/alhassy/org-special-block-extras)
+
+
+
-[![badge:license](https://img.shields.io/badge/license-GNU_3-informational?logo=read-the-docs)](https://www.gnu.org/licenses/gpl-3.0.en.html)
-[![badge:docs](https://img.shields.io/badge/docs-literate-success?logo=read-the-docs)](https://github.com/alhassy/emacs.d#what-does-literate-programming-look-like)
-[![badge:https://github.com/alhassy/org-special-block-extras](https://img.shields.io/twitter/url?url=https://github.com/alhassy/org-special-block-extras)](https://twitter.com/intent/tweet?text=This%20looks%20super%20neat%20%28%E2%80%A2%CC%80%E1%B4%97%E2%80%A2%CC%81%29%D9%88%3A:&url=https://github.com/alhassy/org-special-block-extras)
-[![badge:contributions](https://img.shields.io/badge/contributions-welcome-green)](https://github.com/alhassy/org-special-block-extras/issues)
-
-[![badge:author](https://img.shields.io/badge/author-musa_al--hassy-purple?logo=nintendo-3ds)](https://alhassy.github.io/)
-[![badge:](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/alhassy)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-**Abstract**
+
+Abstract
+
> The aim is to write something once using Org-mode markup
@@ -38,34 +62,64 @@
> HTML `div`'s using HTML tags, we promote using Org-mode markup in special blocks
> —Org markup cannot be used explicitly within HTML or LaTeX environments.
>
-> Consequently, we extend the number of block types available to the Emacs
-> Org-mode user **without forcing the user** to learn HTML or LaTeX.
-> Indeed, I am not a web developer and had to learn a number of HTML concepts
-> in the process —the average Org user should not have to do so.
+> *Special blocks*, like `centre` and `quote`, allow us to use Org-mode as the primary
+> interface regardless of whether the final result is an HTML or PDF article;
+> sometime we need to make our own special blocks to avoid a duplication of
+> effort. However, this can be difficult and may require familiarity with
+> relatively advanced ELisp concepts, such as macros and hooks; as such, users may
+> not be willing to put in the time and instead use ad-hoc solutions.
+>
+> We present a new macro, [defblock](org-special-block-extras--defblock), which is similar in-spirit to Lisp's standard
+>
except that where the latter defines functions, ours defines new
+> special blocks for Emacs' Org-mode —as well as, simultaneously, defining new
+> Org link types. Besides the macro, the primary contribution of this effort is an
+> interface for special blocks that *admits* arguments and is familar to Org users
+> —namely, we ‘try to reuse’ the familiar `src`-block interface, including
+> header-args, but for special blocks.
+>
+> It is hoped that the ease of creating custom special blocks will be a gateway
+> for many Emacs users to start using Lisp.
+>
+> **
+>
+>
+>
+> A 5-page PDF covering ELisp fundamentals
>
-> Similarly, we provide a number of ‘link types’ `[[linktype:label][description]]`
-> for producing in-line coloured text and SVG “badges”.
+>
>
-> We begin with the first two sections serving as mini-tutorials on special blocks
-> and on link types. The special block setup we use is *extensible* in that a new
-> block named `𝒞` will automatically be supported if the user defines a function
-> `org-special-block-extras--𝒞` that formats the text of a block. \*The remaining
-> sections are literate implementation matter, along with examples and
-> screenshots.\*
+> ** can be found **[here](https://alhassy.github.io/ElispCheatSheet/CheatSheet.pdf)**.
>
-> In summary, we provide 20 colour block types and 20 colour link types,
-> an ‘editor comment’ block type as well as a link type,
-> a ‘details’ block type, a ‘parallel’ multiple columns view block type,
-> a ‘link here’ link type, 8 badge link types,
-> and block and link types for making documentation-glossary entries.
-> That is, **we provide 29 block types and 34 link types**.
+> This article is featured in EmacsConf2020, with slides [here](https://alhassy.github.io/org-special-block-extras/emacs-conf-2020):
+> No pictures, instead we use this system to make the slides
+> have a variety of styling information; i.e., we write Org
+> and the result looks nice. “Look ma, no HTML required!”
+
+![img](images/minimal-working-example-multiforms.png "Write in Emacs using Org-mode, export beautifully to HTML or LaTeX")
+
+
+
+# Table of Contents
+1. [Installation Instructions](#Installation-Instructions)
+2. [Minimal working example](#Minimal-working-example)
+3. [Bye!](#Bye)
-## Installation Instructions
+> The full article may be read as a [PDF](https://alhassy.github.io/org-special-block-extras/index.pdf) or as [HTML](https://alhassy.github.io/org-special-block-extras) —or visit the [repo](https://github.com/alhassy/org-special-block-extras).
+> Installation instructions are .
+
+
+
+
+