From c0cda901fca08e39671f12f65fb73b0ef84a5807 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Sun, 13 Oct 2019 20:18:20 +0300 Subject: [PATCH] Added CV page (content is not edited) Updated projects page --- .../MyWebsite/Controllers/AboutController.cs | 10 + .../MyWebsite/Controllers/CVController.cs | 10 + MyWebsite/MyWebsite/Views/About/Index.cshtml | 16 ++ MyWebsite/MyWebsite/Views/CV/Index.cshtml | 203 ++++++++++++++++++ .../MyWebsite/Views/Gallery/Index.cshtml | 2 +- .../MyWebsite/Views/Projects/Index.cshtml | 14 +- .../MyWebsite/Views/Shared/_Layout.cshtml | 8 +- MyWebsite/MyWebsite/wwwroot/css/Style.css | 112 +++++++--- 8 files changed, 341 insertions(+), 34 deletions(-) create mode 100644 MyWebsite/MyWebsite/Controllers/AboutController.cs create mode 100644 MyWebsite/MyWebsite/Controllers/CVController.cs create mode 100644 MyWebsite/MyWebsite/Views/About/Index.cshtml create mode 100644 MyWebsite/MyWebsite/Views/CV/Index.cshtml diff --git a/MyWebsite/MyWebsite/Controllers/AboutController.cs b/MyWebsite/MyWebsite/Controllers/AboutController.cs new file mode 100644 index 0000000..661c2f8 --- /dev/null +++ b/MyWebsite/MyWebsite/Controllers/AboutController.cs @@ -0,0 +1,10 @@ +using Microsoft.AspNetCore.Mvc; + +namespace MyWebsite.Controllers +{ + public class AboutController : Controller + { + public IActionResult Index() => + View(); + } +} \ No newline at end of file diff --git a/MyWebsite/MyWebsite/Controllers/CVController.cs b/MyWebsite/MyWebsite/Controllers/CVController.cs new file mode 100644 index 0000000..25b6ec9 --- /dev/null +++ b/MyWebsite/MyWebsite/Controllers/CVController.cs @@ -0,0 +1,10 @@ +using Microsoft.AspNetCore.Mvc; + +namespace MyWebsite.Controllers +{ + public class CVController : Controller + { + public IActionResult Index() => + View(); + } +} \ No newline at end of file diff --git a/MyWebsite/MyWebsite/Views/About/Index.cshtml b/MyWebsite/MyWebsite/Views/About/Index.cshtml new file mode 100644 index 0000000..209101f --- /dev/null +++ b/MyWebsite/MyWebsite/Views/About/Index.cshtml @@ -0,0 +1,16 @@ + +@{ + ViewData["Title"] = "About me"; +} + +
+

About me

+
+ +
+ +

+ +

+
+ diff --git a/MyWebsite/MyWebsite/Views/CV/Index.cshtml b/MyWebsite/MyWebsite/Views/CV/Index.cshtml new file mode 100644 index 0000000..d578393 --- /dev/null +++ b/MyWebsite/MyWebsite/Views/CV/Index.cshtml @@ -0,0 +1,203 @@ + +@{ + ViewData["Title"] = "Curriculum vitae"; +} + +
+

My resume

+

// TODO: Complete page

+ // Download CV (.pdf)  +
+ +
+

Michael (Mikhail) A. Gordeev

+
+

+ Saint Petersburg,
+ Russia
+ Phone No (Russia): +7 (996) 929-19-69
+ Email: michael.xfox@outlook.com
+

+

+ Overall Summary:
+

+

+ Self- directed, detail-oriented, and professional C# programmer with more than 5 years of experience in designing, developing, analyzing, and implementing client-server, web and desktop-based applications using C# language. Expertise in system designing as well as in testing, debugging and modifying related application code. Capable of learning new programming languages and technologies and complete projects within specified deadlines. Possess excellent communication, problem-solving, documentation, analytical, and decision solving skills. +

+

+ Summary of Skills:
+

+ +

+ TECHNICAL SKILLS: +

+ +

+ Work Experience:
+

+

+ C# Programmer
+ Broad-ridge Technologies, Louisville, KY
+ October 2017 – Present
+

+ +

+ C# Programmer
+ Sunlight Solutions, Louisville, KY
+ March 2015 - October 2017
+

+ +

+ Junior C# Programmer
+ Edwards Tech Group, Louisville, KY
+ December 2013 - February 2015
+

+ +

+ Education:
+

+ +
+

+ Reference:
+

+

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 +
+ + +
\ No newline at end of file diff --git a/MyWebsite/MyWebsite/Views/Gallery/Index.cshtml b/MyWebsite/MyWebsite/Views/Gallery/Index.cshtml index 06c3677..378ee03 100644 --- a/MyWebsite/MyWebsite/Views/Gallery/Index.cshtml +++ b/MyWebsite/MyWebsite/Views/Gallery/Index.cshtml @@ -7,7 +7,7 @@

My arts

-