1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
my-old-website/MyWebsite/Views/CV/Index.cshtml
T
2019-11-09 12:36:38 +03:00

14 lines
370 B
Plaintext

@{
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" />