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

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;   //17
    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

  1. portfolio portfolio Public

    HTML/CSS/JS | Meu Portfolio

    HTML 2 1

  2. unibank unibank Public

    Xamarin, C# & MySql | Projeto de um banco intitulado UniBank

    C#

  3. N3rdyGenerator N3rdyGenerator Public archive

    VB.NET | N3rdyGenerator é um projeto antigo de gerador de contas de Minecraft, Spotify, Etc.

    Visual Basic .NET 1 3

  4. bytestore bytestore Public

    PHP & MySql | Projeto de um E-COMMERCE feito em PHP.

    PHP 1