Skip to content

Commit

Permalink
change about me
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadsuharja committed Jun 26, 2024
1 parent daabd70 commit 5037813
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ p {
color: var(--text-color);
}

#aboutme header {
padding: 0;
}

#aboutme p {
font-family: "Source Code Pro";
}
Expand All @@ -157,6 +161,7 @@ p {
justify-content: space-between;
align-items: center;
gap: 2rem;
padding: 0;
}

.content-wrapper #img-wrapper {
Expand Down Expand Up @@ -280,7 +285,6 @@ p {
flex-direction: column-reverse;
}
#aboutme .content-wrapper p {
width: 88vw;
font-size: 0.6rem;
line-height: 1.3rem;
}
Expand Down Expand Up @@ -315,7 +319,6 @@ p {
flex-direction: column-reverse;
}
#aboutme .content-wrapper p {
width: 85vw;
font-size: 0.8rem;
line-height: 1.4rem;
}
Expand Down
4 changes: 2 additions & 2 deletions assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ document.addEventListener("DOMContentLoaded", () => {
let aboutMe = `Hi there! I'm Harja,
Born and raised in Indonesia on June 4th, 2005.
Indonesian Tech Enthusiast fresh out of SMKN 1 Lumajang with a Software Engineering degree (super proud!).
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.
When I'm not hitting the books or jamming to tunes, you might find me working out or tackling a Rubik's Cube.
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.
When I'm not capturing beautiful views or jamming to tunes, you might find me working out or tackling a Rubik's Cube.
So, that's me in a nutshell. What about you? Let's connect and see where our journeys take us!
`;
document.getElementById("aboutme-content").innerText = aboutMe;
Expand Down

0 comments on commit 5037813

Please sign in to comment.