Skip to content

Commit 0712b93

Browse files
committed
1.4
1 parent 91f5b17 commit 0712b93

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"port": 13452,
3-
"time": 1755875914214,
3+
"time": 1755968899725,
44
"version": "0.0.3"
55
}

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h1 class="text-5xl md:text-7xl font-light mb-4 tracking-tight">
240240
<p class="text-xl md:text-2xl font-light mb-8 opacity-80" style="color: var(--text-secondary);">
241241
Full Stack Engineer & AI Trainer
242242
</p>
243-
243+
244244
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center text-lg mb-12" style="color: var(--text-secondary);">
245245
<span class="flex items-center gap-2">
246246
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20">
@@ -417,9 +417,9 @@ <h3 class="text-lg font-semibold mb-3">Cloud & DevOps</h3>
417417
<h3 class="text-lg font-semibold mb-3">AI & Innovation</h3>
418418
<div class="space-y-1 text-sm opacity-80" style="color: var(--text-secondary);">
419419
<div>Generative AI Integration</div>
420-
<div>STT (Speech-to-Text) with Rust & N-API</div>
420+
<div>STT (Speech-to-Text) (SSML) with Rust & N-API</div>
421421
<div>MCP (Model Context Protocol)</div>
422-
<div>RLHF (Reinforcement Learning)</div>
422+
<div>RLHF (Reinforcement Learning) on SOTA modals</div>
423423
<div>Remote AI Server Deployment</div>
424424
<div>AI-Powered Automation Workflows</div>
425425
</div>
@@ -822,6 +822,9 @@ <h4 class="font-medium mb-4">Follow Me</h4>
822822
<!-- Footer -->
823823
<footer class="py-8 text-center opacity-60" style="color: var(--text-secondary); border-top: 1px solid var(--border);">
824824
<p class="text-sm">© 2025 Vici Portal</p>
825+
<p class="text-sm mb-8 opacity-80" style="color: var(--text-secondary);">
826+
Building high-performance, multi-purpose swarm AIs capable of replicating my expertise locally and autonomously.
827+
</p>
825828
</footer>
826829

827830
<script>
@@ -830,6 +833,7 @@ <h4 class="font-medium mb-4">Follow Me</h4>
830833
// Certificate data
831834
const certificates = [
832835
{ path: 'data/UdacityCertificate.pdf', title: 'Udacity Certificate', category: 'education' },
836+
{path: 'data/CertificateOfCompletion_Microsoft Azure AI Essentials Professional Certificate by Microsoft and LinkedIn.pdf', title: 'Microsoft Azure AI', category:'education'},
833837
{ path: 'data/Coursera E4WZRUCIBAMB.pdf', title: 'Coursera Certificate', category: 'education' },
834838
{ path: 'data/CertificateOfCompletion_Master JavaScript.pdf', title: 'Master JavaScript', category: 'javascript' },
835839
{ path: 'data/CertificateOfCompletion_Career Essentials in Generative AI by Microsoft and LinkedIn.pdf', title: 'Generative AI Essentials', category: 'ai' },

0 commit comments

Comments
 (0)