diff --git a/ChangeLog.md b/ChangeLog.md
index 12d9e27..08e3152 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,21 @@
# Change Log
+## 2.0.0 (2021-03-18)
+
+Changes:
+
+* Class `"no-nav"` has been renamed to `"offstage"`
+* Support for a `"brief"` class has been added the main ``
+* Support for ``, `` and `` elements has been added to the
+ CSS
+* Unicode symbol for `a[rel="author"]` has been set to `U+2709 U+FE0F`
+* A default label has been created for the links of the main `` that
+ do not possess a `rel` attribute
+* A schematic of the viewport has been added to the manual
+* Animations, examples and minor details have been improved
+
+
## 1.3.1 (2021-03-11)
Changes:
@@ -68,7 +83,7 @@ Changes:
Changes:
-* Labels of links within the main <nav>
+* Labels of links within the main ``
* Documentation
@@ -81,7 +96,7 @@ Changes:
* Changed unicode symbols for `prev` and `next`
* Added support for `a[rel="child"]`
* Added support for `"no-nav"` class
-* Improved <blockquote> elements
+* Improved `` elements
* Improved documentation and demo
@@ -93,7 +108,7 @@ Changes:
* Added support for `article.slide a[rel="tag"]`
* Added a `max-width` rule to the hashtag text
* Few conversions from `px` to `em`
-* Styled <code> tags
+* Styled `` tags
@@ -103,7 +118,7 @@ Changes:
* `z-index` property of `article.slide` set to `11109`
* Styled general HTML elements
-* Margins of text containers (<p>, <h1>, <h2>, <h3>,
+* Margins of text containers (``, `
`, ``, ``,
etc.)
* Improved documentation and demo
@@ -114,10 +129,10 @@ Changes:
* Added embedded font "1942 report"
* Converted `px` to `em` in all font-size properties
-* Styled <h1>, <h2> and <h3> elements
+* Styled ``, `` and `` elements
## 1.0.0 (2017-02-02)
-Take five! 1.0.0 is released!
+Take Five! 1.0.0 is released!
diff --git a/README.md b/README.md
index 9c5ac0b..6a2e6cf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Take five!
+# Take Five!
A semantically-consistent pure-CSS slide renderer
diff --git a/docs/base-example.html b/docs/base-example.html
index 331d355..c541334 100644
--- a/docs/base-example.html
+++ b/docs/base-example.html
@@ -3,9 +3,7 @@
-
-
- Take five! – Photo of the day
+ Take Five! – Photo of the day
@@ -14,15 +12,15 @@
Photo of the day
-
+
My diary
-
+
Photo of the day
- This page is powered by Take five! pure-CSS slide renderer.
+ This page is powered by Take Five! pure-CSS slide renderer.