Skip to content

Commit 856fea3

Browse files
committed
2 parents 5a13f96 + d34315e commit 856fea3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/Google-Student-Ambassador/part-1-getting-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Become a **Google Student Ambassador** and introduce *Gemini AI* to your college
4949
href="https://event.recodehive.com/gemini"
5050
target="_blank"
5151
rel="noopener"
52-
className="inline-block bg-indigo-600 hover:bg-indigo-700 text-white font-semibold px-8 py-3 rounded-lg shadow-lg transition-colors"
52+
className="inline-block bg-gradient-to-r from-green-300 to-blue-500 hover:from-green-400 hover:to-blue-600 text-black font-semibold px-8 py-3 rounded-lg shadow-lg transition-colors"
5353
>
5454

5555
</a>

docs/Google-Student-Ambassador/part-2-application-process/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ As a selected ambassador, you will:
5858
href="https://event.recodehive.com/gemini"
5959
target="_blank"
6060
rel="noopener"
61-
className="inline-block bg-indigo-600 hover:bg-indigo-700 text-white font-semibold px-8 py-3 rounded-lg shadow-lg transition-colors"
61+
className="inline-block bg-gradient-to-r from-green-300 to-blue-500 hover:from-green-400 hover:to-blue-600 text-black font-semibold px-8 py-3 rounded-lg shadow-lg transition-colors"
6262
>
6363
👉 Apply Now
6464
</a>

docs/Google-Student-Ambassador/part-3-eligibility/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ More FAQs and full program details will be shared in the next update. But don’
4242
href="https://t2m.io/GSA"
4343
target="_blank"
4444
rel="noopener"
45-
className="inline-block bg-indigo-600 hover:bg-indigo-700 text-white font-semibold px-8 py-3 rounded-lg shadow-lg transition-colors"
45+
className="inline-block bg-gradient-to-r from-green-300 to-blue-500 hover:from-green-400 hover:to-blue-600 text-black font-semibold px-8 py-3 rounded-lg shadow-lg transition-colors"
4646
>
4747
👉 Apply Now
4848
</a>

docs/python/python-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def = 30 # 'def' is a keyword
9191
Python variables can hold different types of data:
9292

9393

94-
<img src="./assets/data-type.png"/>
94+
<img src="./assets/data-type.png" alt="data-type table" />
9595

9696
### 6. Type Checking with `type()`
9797

@@ -237,4 +237,4 @@ Items: ['pen', 'notebook']
237237
* Covers both global and local variables
238238
* Explains `del`, `global`, and `id()` functions
239239
* Includes formatted tables and output blocks
240-
* Beginner-friendly explanation with examples
240+
* Beginner-friendly explanation with examples

0 commit comments

Comments
 (0)