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
- Host: GitHub
- URL: https://github.com/iagof-dev/iagof-dev
- Owner: iagof-dev
- Created: 2022-03-09T00:29:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T21:49:48.000Z (about 1 year ago)
- Last Synced: 2025-05-30T14:57:23.473Z (about 1 year ago)
- Topics: github, readme-profile
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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."