File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Google-Student-Ambassador
part-2-application-process Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Become a **Google Student Ambassador** and introduce *Gemini AI* to your college
49
49
href = " https://event.recodehive.com/gemini"
50
50
target = " _blank"
51
51
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"
53
53
>
54
54
55
55
</a >
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
@@ -237,4 +237,4 @@ Items: ['pen', 'notebook']
237
237
* Covers both global and local variables
238
238
* Explains ` del ` , ` global ` , and ` id() ` functions
239
239
* Includes formatted tables and output blocks
240
- * Beginner-friendly explanation with examples
240
+ * Beginner-friendly explanation with examples
You can’t perform that action at this time.
0 commit comments