1
0

Repository cleanup, Added art

This commit is contained in:
Michael Gordeev
2019-11-09 12:36:38 +03:00
parent bbcb6b179e
commit 22fb87a132
145 changed files with 16 additions and 14597 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" />