Skip to content

Commit 95743c4

Browse files
content: updated gen ai cert
1 parent 271126c commit 95743c4

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

frontend/assets/logos/ibm.png

1.63 KB
Loading

frontend/index.html

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,7 @@ <h2 class="text-3xl font-bold mb-6 text-center text-teal-600 dark:text-teal-300"
929929

930930
<div class="grid md:grid-cols-2 gap-8">
931931

932+
<!-- SNHU — I-O Psychology Diploma -->
932933
<div class="bg-white dark:bg-slate-800 rounded-2xl p-6 shadow-lg">
933934
<div class="flex items-start gap-4">
934935
<img src="assets/logos/snhu.png" alt="SNHU"
@@ -949,6 +950,7 @@ <h2 class="text-3xl font-bold mb-6 text-center text-teal-600 dark:text-teal-300"
949950
</div>
950951
</div>
951952

953+
<!-- Vanderbilt University — AI Agent Developer (6-course Specialization) -->
952954
<div class="bg-white dark:bg-slate-800 rounded-2xl p-6 shadow-lg">
953955
<div class="flex items-start gap-4">
954956
<img src="assets/logos/vanderbilt.png" alt="Vanderbilt University"
@@ -969,17 +971,28 @@ <h2 class="text-3xl font-bold mb-6 text-center text-teal-600 dark:text-teal-300"
969971
</div>
970972
</div>
971973

972-
974+
<!-- IBM — Generative AI for Software Developers (3-course Specialization) -->
973975
<div class="bg-white dark:bg-slate-800 rounded-2xl p-6 shadow-lg">
974976
<div class="flex items-start gap-4">
975-
<span class="text-3xl text-purple-500"><i class="ti ti-circuit-bulb"></i></span>
977+
<img src="assets/logos/ibm.png" alt="IBM"
978+
class="w-8 h-8 object-contain rounded-sm ring-1 ring-gray-200 dark:ring-white/10 bg-white p-0.5" />
976979
<div>
977-
<p class="font-semibold text-lg">Deep Learning Specialization</p>
978-
<p class="text-gray-600 dark:text-white/75 text-sm">DeepLearning.AI · 2023</p>
979-
<p class="mt-2 text-gray-700 dark:text-white/85">Neural networks, transformers, and sequence models for NLP applications.</p>
980+
<p class="font-semibold text-lg">
981+
<a href="https://coursera.org/share/3c21c3c96bd6fc35f7615b88ea3a8bb5"
982+
target="_blank" rel="noopener"
983+
class="hover:text-teal-600 dark:hover:text-teal-300">
984+
Generative AI for Software Developers (Specialization)
985+
</a>
986+
</p>
987+
<p class="text-gray-600 dark:text-white/75 text-sm">IBM · 3-course series</p>
988+
<p class="mt-2 text-gray-700 dark:text-white/85">
989+
Practical path from GenAI fundamentals to prompt engineering and applying LLMs to software tasks
990+
(code generation, refactoring, testing) using tools like ChatGPT, GitHub Copilot, Gemini, and IBM watsonx.
991+
</p>
980992
</div>
981993
</div>
982994
</div>
995+
983996
<div class="bg-white dark:bg-slate-800 rounded-2xl p-6 shadow-lg">
984997
<div class="flex items-start gap-4">
985998
<span class="text-3xl text-blue-500"><i class="ti ti-robot"></i></span>

0 commit comments

Comments
 (0)