package homepage

import "my"

func GetProfile() *my.Profile {

return &my.Profile {

//Bio
Name: "Maksim Krou",
Title: "TeamLead and Golang Developer",

//Top skills
Skills: []my.Skill{"Golang", "k8s", "Docker", "PostgreSQL", "GRPC", "RabbitMQ", "Redis"},

//Contacts
Telegram: "https://t.me/mkrou",
Email: "[email protected]",
Linkedin: https://www.linkedin.com/in/mkrou,
Github: https://github.com/mkrou,

}

}