An open API service indexing awesome lists of open source software.

https://github.com/iagof-dev/iagof-dev

Repositório para deixar a página inicial do perfil mais atraente
https://github.com/iagof-dev/iagof-dev

github readme-profile

Last synced: about 1 year ago
JSON representation

Repositório para deixar a página inicial do perfil mais atraente

Awesome Lists containing this project

README

          

## ✨ About Me




public class Information {
string Name = "Iago Fragnan";
DateTime Birthday = new DateTime(2006, 10, 23);
int Age = 18;
string[] Skills = { "Developer", "Digital Designer", "Vfx Artist", "3D Animator" };

string Job = "Desenvolvedor C# e React";
string JobCompany = "Duett Software";

bool Student = true;
string Grade = "1st";
string University = "Universidade de Araraquara";
string Course = "Sistemas de Informação";
DateTime Graduating = new DateTime(2028, 12, 1);

Dictionary Career = new Dictionary()
{
{"ETEC Joaquim Ferreira do Amaral", "2022-2024"},
};
string City = "Araraquara";
string State = "São Paulo";
string Country = "Brazil";
}


#


Open source. Open minds. Open future.


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