14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
|
|
@{
|
|
ViewData["Title"] = "Curriculum vitae";
|
|
}
|
|
|
|
<header>
|
|
<h1>My resume</h1>
|
|
<a class="comment" asp-action="Download">// Download CV (.pdf) </a><br />
|
|
<a class="comment" asp-action="PrintCV" target="_blank">// Print CV </a>
|
|
</header>
|
|
|
|
<partial name="~/Views/CV/CVContent.cshtml" />
|
|
|
|
<partial name="~/Views/Shared/ContactsBlock.cshtml" /> |