8000 GitHub - iagof-dev/iagof-dev: Repositório para deixar a página inicial do perfil mais atraente
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iagof-dev/iagof-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 

Repository files navigation

✨ 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<string, string> Career = new Dictionary<string, string>()
   {
       {"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."

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0