Skip to content
View igorroc's full-sized avatar
:octocat:
Studying
:octocat:
Studying

Highlights

  • Pro

Block or report igorroc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
igorroc/README.md

Banner Igor

-----------------------------------------------------

A programmer who tries to make the web better!

Link to LinkedIn   Link to Email  

const User = {
	name: "Igor Lima Rocha",
	pronouns: ["He", "Him"],
	role: "FullStack",
	hobbies: ["Watch anime", "Play/Watch RPG"],
	currentCompany: "TecnoJr",
	currentChallenges: ["Daily Logo Challenge", "Daily UI Challenge"],
	getImportantLinks: () => {
		return ImportantLinks
	},
}

-----------------------------------------------------

GitHub Streak

-----------------------------------------------------

πŸš€ Top Projects

🎭 UI & UX Clones

-----------------------------------------------------

Snake animation

Spotify

Pinned Loading

  1. ProcrastinaNao Public

    Um servidor do Discord (PT-BR) para compartilhamento de conhecimento!

    JavaScript 3

  2. My Terminal - Aliases and colors
    1
    # ! ───────────── VARIABLES ─────────────
    2
    FMT_BOLD="\[\e[1m\]"
    3
    FMT_DIM="\[\e[2m\]"
    4
    FMT_RESET="\[\e[0m\]"
    5
    FMT_UNBOLD="\[\e[22m\]"
  3. My VSCode
    1
    {
    2
    	// * Discord
    3
    	"discord.detailsDebugging": "Debugando {file_name}",
    4
    	"discord.detailsEditing": "πŸ“{file_name}",
    5
    	"discord.detailsIdling": "Fuçando no VSCode",