diff --git a/README.md b/README.md index f72632a..a6fe3f4 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ - This will help you for quick revision before exam. - If you are studying for AWS Cloud Practitioner certifications or you already have them but want to have digital notes of what you studied, here it is and you can come back as many times as you need. I share the notes I used to study and pass my exam. -- **Android Application Link: [AWS-Certified-Cloud-Practitioner-Notes](https://play.google.com/store/apps/details?id=com.awsshortnotes)** -![Web App 3-tier](./images/Cloud-Practitioner.png) +![Logo](./images/Cloud-Practitioner.png) Each Section contains a number of units. **Below Table Link** containing information about each sections in detail. diff --git a/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html index 2e15332..a82d6ca 100644 --- a/_includes/head-custom-google-analytics.html +++ b/_includes/head-custom-google-analytics.html @@ -1,4 +1,3 @@ - diff --git a/_layouts/default.html b/_layouts/default.html index 33a0a26..f550c06 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,6 +9,13 @@ + + + + + + + {% include head-custom.html %} diff --git a/assets/images/android-chrome-192x192.png b/assets/images/android-chrome-192x192.png new file mode 100644 index 0000000..07df60e Binary files /dev/null and b/assets/images/android-chrome-192x192.png differ diff --git a/assets/images/android-chrome-384x384.png b/assets/images/android-chrome-384x384.png new file mode 100644 index 0000000..f98fb91 Binary files /dev/null and b/assets/images/android-chrome-384x384.png differ diff --git a/assets/images/apple-touch-icon.png b/assets/images/apple-touch-icon.png new file mode 100644 index 0000000..0d9be6b Binary files /dev/null and b/assets/images/apple-touch-icon.png differ diff --git a/assets/images/favicon-16x16.png b/assets/images/favicon-16x16.png new file mode 100644 index 0000000..4d5cb67 Binary files /dev/null and b/assets/images/favicon-16x16.png differ diff --git a/assets/images/favicon-32x32.png b/assets/images/favicon-32x32.png new file mode 100644 index 0000000..0eeb692 Binary files /dev/null and b/assets/images/favicon-32x32.png differ diff --git a/assets/images/favicon.ico b/assets/images/favicon.ico new file mode 100644 index 0000000..d82c4ce Binary files /dev/null and b/assets/images/favicon.ico differ diff --git a/assets/images/mstile-150x150.png b/assets/images/mstile-150x150.png new file mode 100644 index 0000000..b3fd5c1 Binary files /dev/null and b/assets/images/mstile-150x150.png differ diff --git a/assets/images/safari-pinned-tab.svg b/assets/images/safari-pinned-tab.svg new file mode 100644 index 0000000..5a080fb --- /dev/null +++ b/assets/images/safari-pinned-tab.svg @@ -0,0 +1,104 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + diff --git a/assets/images/site.webmanifest b/assets/images/site.webmanifest new file mode 100644 index 0000000..9b43fb9 --- /dev/null +++ b/assets/images/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "AWS Cloud Practitioner Study Notes", + "short_name": "CLF-C02", + "icons": [ + { + "src": "/assets/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/assets/images/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/favicon.ico b/favicon.ico index 61684be..d82c4ce 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/practice-exam/favicon.ico b/practice-exam/favicon.ico deleted file mode 100644 index 61684be..0000000 Binary files a/practice-exam/favicon.ico and /dev/null differ diff --git a/sections/favicon.ico b/sections/favicon.ico deleted file mode 100644 index 61684be..0000000 Binary files a/sections/favicon.ico and /dev/null differ