mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add home page.
This commit is contained in:
@@ -6,11 +6,7 @@
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<div class="px-4 top-row">
|
||||
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
|
||||
</div>
|
||||
|
||||
<article class="content px-4">
|
||||
<article class="content">
|
||||
@Body
|
||||
</article>
|
||||
</main>
|
||||
|
||||
@@ -70,7 +70,7 @@ main {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.top-row, article {
|
||||
.top-row, article:not(.content) {
|
||||
padding-left: 2rem !important;
|
||||
padding-right: 1.5rem !important;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,23 @@
|
||||
@page "/"
|
||||
|
||||
<PageTitle>Home</PageTitle>
|
||||
<PageTitle>Aaru: Home</PageTitle>
|
||||
|
||||
<h1>Hello, world!</h1>
|
||||
|
||||
Welcome to your new app.
|
||||
<section class="cover show" style="background: linear-gradient(to left bottom, hsl(100, 100%, 85%) 0%,hsl(124, 100%, 85%) 100%)">
|
||||
<div class="mask"></div>
|
||||
<div class="cover-main">
|
||||
<p>
|
||||
<img alt="logo" data-origin="assets/img/aaru.png" src="/assets/img/aaru.png" width="300">
|
||||
</p>
|
||||
<h1 id="aaru-data-preservation-suite">
|
||||
<span>Aaru Data Preservation Suite</span>
|
||||
</h1>
|
||||
<blockquote>
|
||||
<p>A fully-featured media dump management solution</p>
|
||||
</blockquote>
|
||||
<p>
|
||||
<a href="https://github.com/aaru-dps/aaru/" rel="noopener" target="_blank">GitHub</a>
|
||||
<a href="https://aaru.app/Stats" rel="noopener" target="_blank">Statistics</a>
|
||||
<a href="/quickstart.md">Getting Started</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user