Commit 97bb7c71 authored by Clint Mourlevat's avatar Clint Mourlevat

Adding about page

parent 4efff746
......@@ -21,6 +21,12 @@ namespace Stratis.Guru.Controllers
return View();
}
[Route("about")]
public IActionResult About()
{
return View();
}
[Route("contact")]
public IActionResult Contact()
{
......
@{
ViewBag.Title = "About Stratis.guru";
Layout = "_Layout";
}
<section class="welcome-area" id="welcome-1">
<div class="header-token">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 align-self-center text-center">
<h1>About <strong>Stratis.Guru</strong> v2.0.</h1>
<p>Stratis.guru reborn from the first version developed in ASP.Net MVC, the new version is made with Microsoft<sup>&reg;</sup> .Net Core and use the NStratis Library.</p>
<a href="https://github.com/clintnetwork/stratis-guru-v2" target="_blank" class="btn-secondary-box"><i class="fa fa-github"></i> Browse Source on Github</a>
</div>
</div>
</div>
</div>
</section>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment