diff --git a/README.md b/README.md
index 4615f31..78be336 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 DevOps Beginner :baby: Advanced :star: |
 Jenkins Beginner :baby: Advanced :star: |
 Git Beginner :baby: Advanced :star: |
-  Ansible Beginner :baby: Advanced :star: |
+  Ansible Beginner :baby: Advanced :star: |
 Network Beginner :baby: Advanced :star: |
 Linux Beginner :baby: Advanced :star: |
 Terraform Beginner :baby: Advanced :star: |
@@ -41,7 +41,7 @@
 Cloud Beginner :baby:
|
 AWS Beginner :baby:
|
 Azure Beginner :baby:
|
- Google Cloud Platform Beginner :baby:
|
+  Google Cloud Platform Beginner :baby:
|
 OpenStack Beginner :baby: Advanced :star: |
 Security Beginner :baby: Advanced :star: |
 Puppet Beginner :baby: Advanced :star: |
@@ -50,17 +50,17 @@
 Monitoring Beginner :baby:
|
 Elastic Beginner :baby:
|
- Virtualization Beginner :baby:
|
- DNS Beginner :baby:
|
- Operating System Beginner :baby:
|
+  Virtualization Beginner :baby:
|
+  DNS Beginner :baby:
|
+  Operating System Beginner :baby:
|
 Distributed |
- General Beginner :baby:
|
+  General Beginner :baby:
|
 HR |
 Testing |
 Databases |
- Regex Beginner :baby:
|
+  Regex Beginner :baby:
|
 Design |
 Questions you ask |
 Exercises |
@@ -3446,7 +3446,7 @@ For more details about errors and exceptions follow this [https://docs.python.or
What is Lambda? How is it used?
-A lambda
expression is an 'anonymous' function, the differnce from a normal defined function using the keyword `def`` is the syntax and ussage.
+A lambda
expression is an 'anonymous' function, the difference from a normal defined function using the keyword `def`` is the syntax and usage.
The syntax is:
@@ -3474,7 +3474,7 @@ print(addition(10, 20))
square = lambda x : x ** 2
print(square(5))
```
-Generally it is considered a bad practice under PEP 8 to asign a lambda expresion, they are meant to be used as parameters and inside of other defined functions.
+Generally it is considered a bad practice under PEP 8 to assign a lambda expresion, they are meant to be used as parameters and inside of other defined functions.
diff --git a/credits.md b/credits.md
index 0a17767..0a020fe 100644
--- a/credits.md
+++ b/credits.md
@@ -13,4 +13,6 @@ Mongo logo is a trademark of Mongo®
Distributed logo by Flatart
Challenge icon by Elizabeth Arostegui in Technology Mix
"Question you ask" (man raising hand) and "Database" icons by [Webalys](https://www.iconfinder.com/webalys)
-Testing logo by [Flatart](https://www.iconfinder.com/Flatart)
+Testing logo by [Flatart](https://www.iconfinder.com/Flatart)
+Google Cloud Plataform Logo created by Google®
+VirtualBox Logo created by dAKirby309, under the Creative Commons Attribution-Noncommercial 4.0 License.
diff --git a/images/dns.png b/images/dns.png
new file mode 100644
index 0000000..5683d86
Binary files /dev/null and b/images/dns.png differ
diff --git a/images/general.png b/images/general.png
new file mode 100644
index 0000000..b88ee16
Binary files /dev/null and b/images/general.png differ
diff --git a/images/googlecloud.png b/images/googlecloud.png
new file mode 100644
index 0000000..8ae177c
Binary files /dev/null and b/images/googlecloud.png differ
diff --git a/images/os.png b/images/os.png
new file mode 100644
index 0000000..8ede61f
Binary files /dev/null and b/images/os.png differ
diff --git a/images/regex.png b/images/regex.png
new file mode 100644
index 0000000..217eda8
Binary files /dev/null and b/images/regex.png differ
diff --git a/images/virtualization.png b/images/virtualization.png
new file mode 100644
index 0000000..7d9ef1c
Binary files /dev/null and b/images/virtualization.png differ