Michael (Mikhail) A. Gordeev
@@ -152,30 +152,4 @@
On request.
- if (You.InsterestedInMe)
- ContactMe();
-
- // All links are clickable
- public void ConatactMe()
- {
- 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")
- }
- }
-
- // Copyright ©2019 Michael "XFox" Gordeev
-
-
-
-Contact information
-
Email: michael.xfox@outlook.com
-
-
LinkedIn: @@xfox
diff --git a/MyWebsite/MyWebsite/Views/Projects/Index.cshtml b/MyWebsite/MyWebsite/Views/Projects/Index.cshtml
index 884d0e0..01ad4f9 100644
--- a/MyWebsite/MyWebsite/Views/Projects/Index.cshtml
+++ b/MyWebsite/MyWebsite/Views/Projects/Index.cshtml
@@ -3,7 +3,7 @@
ViewData["Title"] = "My projects";
}
-My projects
Here is presented the most of projects I worked on
@@ -11,20 +11,16 @@
-
+ if (You.InsterestedInMe)
+
+
+
+ ContactMe();
+
+ // All links are clickable
+ public void ConatactMe()
+ {
+ 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")
+ }
+ }
+
+ // Copyright ©2019 Michael "XFox" Gordeev
+ About me
-
-