File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Google-Student-Ambassador
part-2-application-process Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ As a selected ambassador, you will:
58
58
href = " https://event.recodehive.com/gemini"
59
59
target = " _blank"
60
60
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"
62
62
>
63
63
👉 Apply Now
64
64
</a >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ More FAQs and full program details will be shared in the next update. But don’
42
42
href = " https://t2m.io/GSA"
43
43
target = " _blank"
44
44
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"
46
46
>
47
47
👉 Apply Now
48
48
</a >
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def = 30 # 'def' is a keyword
91
91
Python variables can hold different types of data:
92
92
93
93
94
- <img src =" ./assets/data-type.png " / >
94
+ <img src =" ./assets/data-type.png " alt = ' data-type table ' >
95
95
96
96
### 6. Type Checking with ` type() `
97
97
You can’t perform that action at this time.
0 commit comments