Skip to content

Commit b87d4c7

Browse files
committed
Update typewriter font to Geist Mono and add AWS Community Builder link
1 parent ef3db0d commit b87d4c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,15 +274,15 @@
274274
}
275275

276276
.typewriter-text {
277-
font-family: 'Instrument Serif', serif;
277+
font-family: 'Geist Mono', monospace;
278278
font-size: 48px;
279279
font-weight: 400;
280280
color: var(--text-dark);
281281
line-height: 1.2;
282282
}
283283

284284
.typewriter-cursor {
285-
font-family: 'Instrument Serif', serif;
285+
font-family: 'Geist Mono', monospace;
286286
font-size: 48px;
287287
font-weight: 400;
288288
color: var(--text-dark);
@@ -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, developer advocate and AWS Community Builder, passionate about</div>
819+
<div class="about-static">I'm a software engineer, developer advocate and <a href="https://builder.aws.com/community/community-builders" target="_blank" rel="noopener">AWS Community Builder</a>, passionate about</div>
820820
<div class="about-rotating">
821821
<span class="typewriter-text" id="typewriter-text"></span><span class="typewriter-cursor">|</span>
822822
</div>

0 commit comments

Comments
 (0)