Hello, World!
My name is Michael.
I'm a middle C# developer,
and this is my curriculum vitae.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if
(
You
.InterestedInMe)
ContactMe();
//All links are clickable
public void
ContactMe()
{
string
email =
"mihcael.xfox@outlook.com"
;
Link
[] socialNetworks = new
Link
[]
{
new
Link
(
"LinkedIn"
,
"https://linkedin.com/xfox"
),
new
Link
(
"GitHub"
,
"https://github.com/xfox111"
),
new
Link
(
"Twitter"
,
"https://twitter.com/xfox111"
),
new
Link
(
"Vkontakte"
,
"https://vk.com/xfox.mike"
)
}
}
goto
Introduction;
Introduction
;
About_me
;
My_skills
;
My_projects
;
Contact_me
;