diff --git a/README.md b/README.md
index 1981763..48b6d94 100644
--- a/README.md
+++ b/README.md
@@ -100,13 +100,13 @@ If you don't have pip installed you can install it by running `sudo apt install
For other systems you can check [here](https://pip.pypa.io/en/stable/installation/) 👈 for more information.
-# Walkthrough 🚶
+# Walkthrough
🚶
Assuming you have set up your accounts and have the dependencies installed, you can now start using SecDep.
Check this [page](assets/pages/usage/usage.md) to get more familiar with the program.
-# Some program outputs 📊
+# Some program outputs
Images and videos of common tasks will reside [here](assets/pages/demo/demo.md)
diff --git a/assets/pages/demo/demo.md b/assets/pages/demo/demo.md
index 339da48..00cb043 100644
--- a/assets/pages/demo/demo.md
+++ b/assets/pages/demo/demo.md
@@ -1,4 +1,4 @@
-# Examples and output
+# Examples and output 📊
### Actual outputs are more polished than the ones shown here (e.g. colors, better formatting, etc.)
diff --git a/assets/pages/tips_tricks/tips_n_tricks.md b/assets/pages/tips_tricks/tips_n_tricks.md
index ea15784..55c2036 100644
--- a/assets/pages/tips_tricks/tips_n_tricks.md
+++ b/assets/pages/tips_tricks/tips_n_tricks.md
@@ -64,7 +64,7 @@ Example usage:
`secdep -P aws -a deleteall --awsregion us-east-2`
-## Usage with Ansible 🤖
+## Usage with Ansible 🤖 goes hand in hand
If you have Ansible installed, you can use the hosts file generated by SecDep to run commands on all of the instances simultaneously.
This file is located in the SecDep directory and is being updated every time you create or delete an instance. All instances have a secdep user created and you automatically have an ssh key to use for the connection so you can easily use Ansible to run commands to all of them. If you have Ansible playbooks you wish to run on fresh installations you should create the instances without the `--deploy` flag.
diff --git a/assets/videos/code.gif b/assets/videos/code.gif
new file mode 100644
index 0000000..deea2d2
Binary files /dev/null and b/assets/videos/code.gif differ
diff --git a/assets/videos/graph.gif b/assets/videos/graph.gif
new file mode 100644
index 0000000..9fce7b1
Binary files /dev/null and b/assets/videos/graph.gif differ
diff --git a/assets/videos/handshake.gif b/assets/videos/handshake.gif
new file mode 100644
index 0000000..93af911
Binary files /dev/null and b/assets/videos/handshake.gif differ