1
0

Refactoring 1

This commit is contained in:
Michael Gordeev
2019-12-09 21:14:09 +03:00
parent 7f57d9cc95
commit 53e95afa2d
115 changed files with 934 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
@{
ViewData["Title"] = "Curriculum vitae";
}
<header>
<h1>My resume</h1>
<a class="comment" asp-action="Download">// Download CV (.pdf) &#xE118;</a><br />
<a class="comment" asp-action="PrintCV" target="_blank">// Print CV &#xE749;</a>
</header>
<partial name="~/Views/CV/CVContent.cshtml" />
<partial name="~/Views/Shared/ContactsBlock.cshtml" />