Skip to content

Commit ef3db0d

Browse files
committed
Update about text to include AWS Community Builder, add AWS and Cloud to cycle
1 parent a6e08ee commit ef3db0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@
816816
<section id="about" class="active">
817817
<div class="section-description about-intro">
818818
<div class="about-greeting">Hi, I'm <strong>Osinachi</strong>!</div>
819-
<div class="about-static">I am a software engineer and developer advocate that loves</div>
819+
<div class="about-static">I am a software engineer, developer advocate and AWS Community Builder, passionate about</div>
820820
<div class="about-rotating">
821821
<span class="typewriter-text" id="typewriter-text"></span><span class="typewriter-cursor">|</span>
822822
</div>
@@ -1795,7 +1795,7 @@
17951795
});
17961796

17971797
// Typewriter effect for About section
1798-
const typewriterWords = ['Writing', 'MCP', 'Agents', 'LLMs', 'AI', 'Open Source', 'Python'];
1798+
const typewriterWords = ['Writing', 'MCP', 'Agents', 'LLMs', 'AI', 'Open Source', 'Python', 'AWS', 'Cloud'];
17991799
const typewriterText = document.getElementById('typewriter-text');
18001800
let wordIndex = 0;
18011801
let charIndex = 0;

0 commit comments

Comments
 (0)