Skip to content

Commit 44b6ee7

Browse files
committed
fix: add avatar
1 parent 48c6e94 commit 44b6ee7

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

content/assets/images/profile.jpg

65.4 KB
Loading

src/templates/about.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@
1515
</nav>
1616

1717

18+
<style>
19+
.avatar {
20+
width: 25%;
21+
height: 25%;
22+
border-radius: 50%;
23+
object-fit: cover;
24+
flex-shrink: 0;
25+
float: right;
26+
margin-left: 0.5em;
27+
}
28+
</style>
29+
30+
<img class="avatar" src="/assets/images/profile.jpg" alt="my picture"/>
31+
1832
Hi, my name is Ankush. You're either here to know more about me or trying to reset my password — either way, I'll help you out.
1933

2034
<br><br>

0 commit comments

Comments
 (0)