Skip to content

Commit 5037813

Browse files
change about me
1 parent daabd70 commit 5037813

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

assets/css/index.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ p {
148148
color: var(--text-color);
149149
}
150150

151+
#aboutme header {
152+
padding: 0;
153+
}
154+
151155
#aboutme p {
152156
font-family: "Source Code Pro";
153157
}
@@ -157,6 +161,7 @@ p {
157161
justify-content: space-between;
158162
align-items: center;
159163
gap: 2rem;
164+
padding: 0;
160165
}
161166

162167
.content-wrapper #img-wrapper {
@@ -280,7 +285,6 @@ p {
280285
flex-direction: column-reverse;
281286
}
282287
#aboutme .content-wrapper p {
283-
width: 88vw;
284288
font-size: 0.6rem;
285289
line-height: 1.3rem;
286290
}
@@ -315,7 +319,6 @@ p {
315319
flex-direction: column-reverse;
316320
}
317321
#aboutme .content-wrapper p {
318-
width: 85vw;
319322
font-size: 0.8rem;
320323
line-height: 1.4rem;
321324
}

assets/js/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ document.addEventListener("DOMContentLoaded", () => {
1616
let aboutMe = `Hi there! I'm Harja,
1717
Born and raised in Indonesia on June 4th, 2005.
1818
Indonesian Tech Enthusiast fresh out of SMKN 1 Lumajang with a Software Engineering degree (super proud!).
19-
I'm obsessed with learning new things, especially the mysteries of the universe, knowledge of the world of geography. or dives deep into the ever-evolving world of technology. Also I enjoy reading books and listening to music.
20-
When I'm not hitting the books or jamming to tunes, you might find me working out or tackling a Rubik's Cube.
19+
I'm obsessed with learning new things, especially the mysteries of the universe, knowledge of the world of geography. or dives deep into the ever-evolving world of technology. Also I love photography and listening to music.
20+
When I'm not capturing beautiful views or jamming to tunes, you might find me working out or tackling a Rubik's Cube.
2121
So, that's me in a nutshell. What about you? Let's connect and see where our journeys take us!
2222
`;
2323
document.getElementById("aboutme-content").innerText = aboutMe;

0 commit comments

Comments
 (0)