Ismael "kix2902" Reyes

val myInfo = Contact(
  fullname = "Ismael Reyes Bugarín",
  nickname = "kix2902",
  birthday = "29/02/1984",
  email = "contact@kix2902.dev",
  photo = "https://kix2902.dev/avatar.png",
  website = "https://kix2902.dev",
  location = "Vigo,Spain",
  languages = mapOf(
    "Native" to listOf("Spanish", "Galician"),
    "Medium" to listOf("English")
  ),
  skills = mapOf(
    "High" to listOf(
      "Kotlin for JVM",
      "Java for Android",
      "Android Studio",
      "XML",
      "JSON",
      "Windows"
    ),
    "Medium" to listOf(
      "Kotlin Multiplatform",
      "MySQL",
      "HTML",
      "CSS",
      "PHP",
      "JS"
    ),
    "Low" to listOf(
      "Linux",
      "Swift",
      "VB.NET"
    )
  ),
  mainProjects = listOf(
    Website(
      name = "Santoral",
      url = "https://santoral.app"
    ),
    Website(
      name = "DualMaps",
      url = "https://dualmaps.app"
    ),
    Website(
      name = "BattStats",
      url = "https://battstats.app"
    )
  ),
  personalLinks = listOf(
    Website(
      name = "Twitter",
      url = "https://twitter.com/kix2902"
    ),
    Website(
      name = "Mastodon",
      url = "https://masto.kix2902.dev/@kix2902"
    ),
    Website(
      name = "GitHub",
      url = "https://github.com/kix2902"
    ),
    Website(
      name = "Bitbucket",
      url = "https://bitbucket.org/kix2902/"
    ),
    Website(
      name = "Play Store",
      url = "https://play.google.com/store/apps/developer?id=kix2902"
    ),
    Website(
      name = "Local Guides",
      url = "https://www.google.com/maps/contrib/109268175201273662931"
    )
  ),
  currentPositon = Work(
    title = "Android Developer",
    company = "SIVSA",
    description = "ConnectedCar project for PSA Group",
    location = "Vigo, Spain",
    startTime = "November 2018",
    endTime = "Present"
  )
)