Skip to content

Commit aa61e84

Browse files
committed
feat: add codewars to title
1 parent b1a0565 commit aa61e84

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

assets/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ main {
4242
line-height: 2.0;
4343
}
4444

45+
.about .title {
46+
display: flex;
47+
justify-content: space-between;
48+
align-items: center;
49+
}
50+
4551
.experience {
4652
display: flex;
4753
flex-direction: column;

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@
1414
<body id="home">
1515
<main>
1616
<section class="about">
17-
<h1>
18-
Hi there, I'm Hafiz 👋 <br />
19-
I'm a Backend Engineer
20-
</h1>
17+
<div class="title">
18+
<h1>
19+
Hi there, I'm Hafiz 👋 <br />
20+
I'm a Backend Engineer
21+
</h1>
22+
<img src="https://www.codewars.com/users/MHafizAF/badges/large" alt="codewars" />
23+
</div>
2124
<p>
2225
A backend engineer with one year of experience, <br />
2326
always eager to learn and improve my development skills.

0 commit comments

Comments
 (0)