Skip to content

Commit 78128bf

Browse files
content: update google cert
1 parent 95743c4 commit 78128bf

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed
4.08 KB
Loading

frontend/index.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -993,13 +993,24 @@ <h2 class="text-3xl font-bold mb-6 text-center text-teal-600 dark:text-teal-300"
993993
</div>
994994
</div>
995995

996+
<!-- Digital Transformation Using AI/ML with Google Cloud -->
996997
<div class="bg-white dark:bg-slate-800 rounded-2xl p-6 shadow-lg">
997998
<div class="flex items-start gap-4">
998-
<span class="text-3xl text-blue-500"><i class="ti ti-robot"></i></span>
999+
<img src="assets/logos/google-cloud.png" alt="Google Cloud"
1000+
class="w-8 h-8 object-contain rounded-sm ring-1 ring-gray-200 dark:ring-white/10 bg-white p-0.5" />
9991001
<div>
1000-
<p class="font-semibold text-lg">Generative AI with LLMs</p>
1001-
<p class="text-gray-600 dark:text-white/75 text-sm">DeepLearning.AI · 2024</p>
1002-
<p class="mt-2 text-gray-700 dark:text-white/85">Advanced techniques in prompt engineering and agentic systems design.</p>
1002+
<p class="font-semibold text-lg">
1003+
<a href="https://coursera.org/share/e5b511a73a09b1cd428edbc431de3d01"
1004+
target="_blank" rel="noopener"
1005+
class="hover:text-teal-600 dark:hover:text-teal-300">
1006+
Digital Transformation Using AI/ML with Google Cloud
1007+
</a>
1008+
</p>
1009+
<p class="text-gray-600 dark:text-white/75 text-sm">Google Cloud · 3-course specialization</p>
1010+
<p class="mt-2 text-gray-700 dark:text-white/85">
1011+
Three-course series on cloud fundamentals, app modernization (containers/serverless/APIs),
1012+
and managing ML projects—use cases, feasibility, and responsible AI.
1013+
</p>
10031014
</div>
10041015
</div>
10051016
</div>

0 commit comments

Comments
 (0)