Skip to content

Commit f64d6d4

Browse files
committed
Added a image alternate in 'python-vaiables.md' and enhanced the button of Google-Student-Ambassador
1 parent 8099ec2 commit f64d6d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)