diff --git a/MyWebsite/MyWebsite/Controllers/HomeController.cs b/MyWebsite/MyWebsite/Controllers/HomeController.cs index 69c139e..d8c6b93 100644 --- a/MyWebsite/MyWebsite/Controllers/HomeController.cs +++ b/MyWebsite/MyWebsite/Controllers/HomeController.cs @@ -10,7 +10,7 @@ namespace MyWebsite.Controllers // TODO: Create custom error page // TODO: Update Projects.json and Gallery.json // TODO: Complete About page - // TODO: Add resume file + // TODO: Make language switchable public IActionResult Index() => View(); diff --git a/MyWebsite/MyWebsite/Views/Shared/Index.cshtml b/MyWebsite/MyWebsite/Views/Shared/Index.cshtml index f37e105..a637a58 100644 --- a/MyWebsite/MyWebsite/Views/Shared/Index.cshtml +++ b/MyWebsite/MyWebsite/Views/Shared/Index.cshtml @@ -28,17 +28,6 @@

I was born in Russian town Lispetsk in 00's. At the age of 14 I discovered the magic of programming

--> - diff --git a/MyWebsite/MyWebsite/Views/Shared/_Layout.cshtml b/MyWebsite/MyWebsite/Views/Shared/_Layout.cshtml index e968200..6d53078 100644 --- a/MyWebsite/MyWebsite/Views/Shared/_Layout.cshtml +++ b/MyWebsite/MyWebsite/Views/Shared/_Layout.cshtml @@ -54,7 +54,7 @@ diff --git a/MyWebsite/MyWebsite/wwwroot/css/AboutMe.css b/MyWebsite/MyWebsite/wwwroot/css/AboutMe.css index 5aae167..4a4285d 100644 --- a/MyWebsite/MyWebsite/wwwroot/css/AboutMe.css +++ b/MyWebsite/MyWebsite/wwwroot/css/AboutMe.css @@ -4,6 +4,8 @@ .block { position: relative; + margin-bottom: -9px; + z-index: -1; } .block .content { position: absolute; @@ -12,17 +14,6 @@ width: 100%; } -/*.goto { - position: fixed; - bottom: 20px; - right: 20px; - background-color: #1e1e1e; - border-radius: 5px; - padding: 5px; - color: white; -}*/ - - .intro { color: white; background-color: #00a7dc; diff --git a/MyWebsite/MyWebsite/wwwroot/images/Gallery/FirstAvatar.png b/MyWebsite/MyWebsite/wwwroot/images/Gallery/FirstAvatar.png deleted file mode 100644 index ae3391d..0000000 Binary files a/MyWebsite/MyWebsite/wwwroot/images/Gallery/FirstAvatar.png and /dev/null differ diff --git a/MyWebsite/MyWebsite/wwwroot/images/Gallery/cvbg.png b/MyWebsite/MyWebsite/wwwroot/images/Gallery/cvbg.png deleted file mode 100644 index f63d5e2..0000000 Binary files a/MyWebsite/MyWebsite/wwwroot/images/Gallery/cvbg.png and /dev/null differ