diff --git a/README.md b/README.md index bcd51402..06a2e2bc 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ recode-website/ | ├── Google-Student-Ambassador/ | ├── ... ├── src/ 🔹Source Code -| └── compenents/ +| ├── compenents/ | ├── css/ -| └── custom.css +| | └── custom.css | ├── data/ | ├── database/ | ├── lib/ @@ -122,7 +122,7 @@ recode-website/ | ├── plugins/ | ├── services/ | ├── style/ -| └── globals.css +| | └── globals.css | ├── theme/ | └── utils/ ├── static/ 🔹 Public Assets diff --git a/docs/Google-Student-Ambassador/part-2-application-process/index.mdx b/docs/Google-Student-Ambassador/part-2-application-process/index.mdx index c3590995..e2499983 100644 --- a/docs/Google-Student-Ambassador/part-2-application-process/index.mdx +++ b/docs/Google-Student-Ambassador/part-2-application-process/index.mdx @@ -54,11 +54,12 @@ As a selected ambassador, you will:
+
👉 Apply Now diff --git a/docs/Google-Student-Ambassador/part-3-eligibility/index.mdx b/docs/Google-Student-Ambassador/part-3-eligibility/index.mdx index 686fc678..04e8f951 100644 --- a/docs/Google-Student-Ambassador/part-3-eligibility/index.mdx +++ b/docs/Google-Student-Ambassador/part-3-eligibility/index.mdx @@ -38,15 +38,17 @@ You’re a good fit if you: More FAQs and full program details will be shared in the next update. But don’t overthink it — just apply.
+
👉 Apply Now
+
--- diff --git a/docs/python/python-variables.md b/docs/python/python-variables.md index 0de14fa8..3bd728a7 100644 --- a/docs/python/python-variables.md +++ b/docs/python/python-variables.md @@ -90,8 +90,9 @@ def = 30 # 'def' is a keyword Python variables can hold different types of data: +![Python data types diagram](./assets/data-type.png) + - ### 6. Type Checking with `type()` @@ -237,4 +238,4 @@ Items: ['pen', 'notebook'] * Covers both global and local variables * Explains `del`, `global`, and `id()` functions * Includes formatted tables and output blocks -* Beginner-friendly explanation with examples \ No newline at end of file +* Beginner-friendly explanation with examples