diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69de29..b7fe611 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -0,0 +1,20 @@
+# Changelog
+
+> All notable changes to this project will be documented in this file. The format is based on
+[Keep a Changelog](http://keepachangelog.com/) and this project adheres to
+[Semantic Versioning](http://semver.org/).
+
+## [Unreleased]
+
+## Documentation
+
+- Initialize empty md docs ([f72dd76](https://github.com/noclocks/noclocks-brand/commit/f72dd767479988c4a0d3d8d6816ea9563f562492)) - (Jimmy Briggs)
+
+## Features
+
+- Add favicons ([f3571b7](https://github.com/noclocks/noclocks-brand/commit/f3571b73a6006f40e347d0d499a7b0f3d8119ba7)) - (Jimmy Briggs)
+- Add github actions ([b2e7a2e](https://github.com/noclocks/noclocks-brand/commit/b2e7a2ef401f686ee2b82c479bc85a832a2ae63e)) - (Jimmy Briggs)
+
+***
+*Changelog generated by [git-cliff](https://github.com/orhun/git-cliff).*
+***
diff --git a/src/images/favicons/README.md b/src/images/favicons/README.md
new file mode 100644
index 0000000..a6ebfda
--- /dev/null
+++ b/src/images/favicons/README.md
@@ -0,0 +1,23 @@
+# Your Favicon Package
+
+This package was generated with [RealFaviconGenerator](https://realfavicongenerator.net/) [v0.16](https://realfavicongenerator.net/change_log#v0.16)
+
+## Install instructions
+
+To install this package:
+
+Extract this package in the root of your web site. If your site is http://www.example.com
, you should be able to access a file named http://www.example.com/favicon.ico
.
+
+Insert the following code in the `head` section of your pages:
+
+
+
+
+
+
+
+
+
+
+
+*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker)
\ No newline at end of file
diff --git a/src/images/favicons/android-chrome-192x192.png b/src/images/favicons/android-chrome-192x192.png
new file mode 100644
index 0000000..a1f6cbf
Binary files /dev/null and b/src/images/favicons/android-chrome-192x192.png differ
diff --git a/src/images/favicons/android-chrome-384x384.png b/src/images/favicons/android-chrome-384x384.png
new file mode 100644
index 0000000..3f917d8
Binary files /dev/null and b/src/images/favicons/android-chrome-384x384.png differ
diff --git a/src/images/favicons/apple-touch-icon.png b/src/images/favicons/apple-touch-icon.png
new file mode 100644
index 0000000..2a2f6e0
Binary files /dev/null and b/src/images/favicons/apple-touch-icon.png differ
diff --git a/src/images/favicons/browserconfig.xml b/src/images/favicons/browserconfig.xml
new file mode 100644
index 0000000..b3930d0
--- /dev/null
+++ b/src/images/favicons/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #da532c
+
+
+
diff --git a/src/images/favicons/favicon-16x16.png b/src/images/favicons/favicon-16x16.png
new file mode 100644
index 0000000..17a367b
Binary files /dev/null and b/src/images/favicons/favicon-16x16.png differ
diff --git a/src/images/favicons/favicon-32x32.png b/src/images/favicons/favicon-32x32.png
new file mode 100644
index 0000000..318e480
Binary files /dev/null and b/src/images/favicons/favicon-32x32.png differ
diff --git a/src/images/favicons/favicon.ico b/src/images/favicons/favicon.ico
new file mode 100644
index 0000000..458be2e
Binary files /dev/null and b/src/images/favicons/favicon.ico differ
diff --git a/src/images/favicons/html_code.html b/src/images/favicons/html_code.html
new file mode 100644
index 0000000..1a5b0c4
--- /dev/null
+++ b/src/images/favicons/html_code.html
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/images/favicons/mstile-150x150.png b/src/images/favicons/mstile-150x150.png
new file mode 100644
index 0000000..633b5fe
Binary files /dev/null and b/src/images/favicons/mstile-150x150.png differ
diff --git a/src/images/favicons/safari-pinned-tab.svg b/src/images/favicons/safari-pinned-tab.svg
new file mode 100644
index 0000000..b8be179
--- /dev/null
+++ b/src/images/favicons/safari-pinned-tab.svg
@@ -0,0 +1,48 @@
+
+
+
diff --git a/src/images/favicons/site.webmanifest b/src/images/favicons/site.webmanifest
new file mode 100644
index 0000000..b49b9a2
--- /dev/null
+++ b/src/images/favicons/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "No Clocks, LLC",
+ "short_name": "No Clocks, LLC",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-384x384.png",
+ "sizes": "384x384",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}