This commit is contained in:
Udit Karode
2021-12-18 01:16:38 +05:30
commit 20143fbee8
8 changed files with 484 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<link rel="stylesheet" href="/assets/custom.css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital@0;1&display=swap" rel="stylesheet">

View File

@@ -0,0 +1,17 @@
{{template "base/head" .}}
<div class="page-content home">
<div class="sixteen wide center aligned centered column hero-flex">
<div>
<img class="logo" width="100" height="100" src="/assets/img/logo.png"/>
</div>
<div class="hero">
<h1 class="ui icon header title">
{{AppName}}
</h1>
<a class="hero-explore" href="/explore/repos">
<button id="new-pull-request" style="color:#fbfbfb" class="ui compact basic button">explore</button>
</a>
</div>
</div>
</div>
{{template "base/footer" .}}