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
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 >
Original file line number Diff line number Diff 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 >
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’
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 >
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def = 30 # 'def' is a keyword
9191Python 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
You can’t perform that action at this time.
0 commit comments