/**
* Created by shts on 2018/01/07.
*/
class Profile {
val variable: String = "Shota Saito(shts)"
val profession: String = "Android Developer"
val skills: List
"java",
"kotlin",
"c",
"ruby"
)
val googlePlayLink: String =
"https://play.google.com/store/apps/developer?id=shts"
val githubLink: String = "https://github.com/shts"
val apps: List
"https://play.google.com/store/apps/details?id=shts.jp.android.nogifeed",
"https://play.google.com/store/apps/details?id=jp.shts.android.keyakifeed",
"https://play.google.com/store/apps/details?id=jp.shts.android.sampleimagecreator",
"https://play.google.com/store/apps/details?id=jp.com.android.simplenote"
)
val libraries: List
"https://github.com/shts/TriangleLabelView",
"https://github.com/shts/StoriesProgressView",
"https://github.com/shts/ClockAnimationView",
"https://github.com/shts/ClockDrawableAnimation",
"https://github.com/shts/ABTestView"
)
}