Add project files.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@using Resources
|
||||
|
||||
@{
|
||||
ViewBag.Title = "index";
|
||||
Layout = "~/Views/Shared/_PortfolioLayout.cshtml";
|
||||
}
|
||||
|
||||
<main class="px-3">
|
||||
<h1 class="mb-3">@Resource.AboutMeTitle</h1>
|
||||
<p class="mb-5 text-start">
|
||||
@Resource.About1
|
||||
<br /> <br />
|
||||
@Resource.About2
|
||||
<br /> <br />
|
||||
@Resource.About3
|
||||
<br /> <br />
|
||||
@Resource.About4
|
||||
</p>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user