-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export default function(output) { | ||
output.innerHTML += ` | ||
Hi, I'm Satria, a self-taught web developer from Indonesia. I've been coding since 2021 and have experience with Node.js, web development, and Linux. As a student, I love spending my free time coding and experimenting with new technologies. My interests include machine learning, low-level systems, and circuitry. I'm an introvert by nature and prefer to spend most of my time working on personal projects. Thanks for taking the time to learn a little more about me!\n | ||
`; | ||
My name is Satria, Im a self-taught hobbyist web developer from Indonesia. I've been coding since 2021 at the age of 11. I love spending my free time coding and experimenting with new technologies. I spend most of my time working on personal projects. I'm currently learning Vue.js and Tailwind CSS. I'm also interested in Linux and open-source software.`; | ||
} |