Skip to content
View iagof-dev's full-sized avatar
🔥
🔥

Block or report iagof-dev

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
iagof-dev/README.md

✨ About Me

 public class AboutMe(){
    string Name = "Iago Fragnan";
    DateTime Birthday = new DateTime(2006, 10, 23);
    int Age = DateTime.Now.Year - Birthday.Year;   //18
    string[] Skills = {"Developer", "Digital Designer", "Vfx Artist", "3D Animator"};
    string Job = string.Empty;
    
    bool Student = true;
    string Grade = "3nd";
    string School = "ETEC Joaquim Ferreira do Amaral";
    string Course = "Desenvolvimento de Sistemas";
    DateTime Graduating = new DateTime(2024);
    
    string City = "Mineiros do Tietê";
    string State = "São Paulo";
    string Country = "Brazil";
}

Open source. Open minds. Open future.

"Código aberto. Mentes abertas. Futuro aberto."

Pinned Loading

  1. TCC TCC Public

    Trabalho de Conclusão de Curso da Etec Joaquim Ferreira do Amaral

    JavaScript 1