diff --git a/date.html b/date.html
index f18fd8c..fff1198 100644
--- a/date.html
+++ b/date.html
@@ -26,7 +26,7 @@
Howard E. Hinnant
-2016-05-28
+2016-06-27
date
+Here is an overview of all the types we are going to talk about at some point. They are +all fully covered in the reference section. This link is just there to give you a view +of everything on one quick page so that you don't get lost or overwhelmed. Many of these +types will never need to be explicitly named in typical use cases. +
+ ++date_types.jpeg ++
This library builds date and date/time support on top of the <chrono>
library. However it does not support timezones nor leap seconds. A
diff --git a/date_types.jpeg b/date_types.jpeg
new file mode 100644
index 0000000..cf42360
Binary files /dev/null and b/date_types.jpeg differ
diff --git a/tz.html b/tz.html
index a893ba6..5a71b34 100644
--- a/tz.html
+++ b/tz.html
@@ -26,7 +26,7 @@
Howard E. Hinnant
-2016-06-16
+2016-06-27
+Here is an overview of all the types we are going to talk about at some point. They are +all fully covered in the reference section. This link is just there to give you a view +of everything on one quick page so that you don't get lost or overwhelmed. Many of these +types will never need to be explicitly named in typical use cases. +
+ ++tz_types.jpeg ++
Everything documented below is in namespace date
. Explicit references to
this namespace in example code below is intentionally omitted in the hopes of reducing
diff --git a/tz_types.jpeg b/tz_types.jpeg
new file mode 100644
index 0000000..2ca9afd
Binary files /dev/null and b/tz_types.jpeg differ