Skip to content

Instantly share code, notes, and snippets.

@erenkulaksiz
Last active February 19, 2024 22:58
Show Gist options
  • Save erenkulaksiz/7d086763079ea9f52a6ec5555a5299a5 to your computer and use it in GitHub Desktop.
Save erenkulaksiz/7d086763079ea9f52a6ec5555a5299a5 to your computer and use it in GitHub Desktop.
script
https://avatars.githubusercontent.com/u/44942737?v=4
/* npx ekz */
console.log(ww(`${c.blue.bold.underline("github.com/erenkulaksiz")}
Hello, this is ${c.white.bold.underline("Eren Kulaksız")} from ${c.white.bold.underline("Istanbul!")}
I am a passionate ${c.white.bold("Frontend developer")} that enjoys coding while building cool user interfaces.
Discover more info at ${c.blue.bold.underline("https://eren.one")}
Also checkout my Linkedin ${c.blue.bold.underline("https://www.linkedin.com/in/erenkulaksiz")}
Personal projects:
${c.cyan("→")} Nexys, Laravel & NextJS & TypeScript @ ${c.blue.bold.underline("https://nexys.app")}
${c.blue("→")} Notal, NextJS & TypeScript @ ${c.blue.bold.underline("https://notal.app")}
${c.green("→")} Topla, React Native
Working/Experienced with:
${c.red("→")} React & Redux
${c.blue("→")} React Native
${c.cyan("→")} NextJS
${c.magentaBright("→")} NodeJS
${c.green("→")} ExpressJS
${c.blue("→")} MongoDB
`, { width: 100, trim: false }));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment