このコミットが含まれているのは:
守矢諏訪子 2023-06-06 16:30:34 +09:00
コミット 4bc98a854e
3個のファイルの変更34行の追加23行の削除

ファイルの表示

@ -33,15 +33,24 @@ main {
.navbar {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: start;
flex-direction: row;
padding: 8px;
margin-bottom: 8px;
background-color: var(--background);
}
.navbar .item {
align-self: center;
box-shadow: none;
border: none;
padding: .78571429em .92857143em;
margin: 0 .35714286em;
background: none;
transition: color .1s ease;
border-radius: .28571429rem;
}
.index-gh {
background: var(--background);
color: var(--text);
@ -75,9 +84,10 @@ main {
color: var(--text);
}
.center {
text-align: center;
}
.center { text-align: center; }
.logo { max-width: 220px; }
.hero h1 { font-size: 5.5em; }
.hero h2 { font-size: 3em; }
a {
color: var(--text);
@ -290,3 +300,8 @@ a:hover {
.cl {
padding-left: 8px
}
/* 糞vimvixen */
.vimvixen-console-frame {
display: none;
}

ファイルの表示

@ -13,19 +13,12 @@
<body>
<nav>
<div class="navbar">
<a href="/" style="text-decoration: none" class="brand"
><img
src="/logo.png"
class="navbarImg"
height="30"
width="30"
alt=""
><b class="navbar-slogan">Gitlin ({{.branch}})</b></a
>
<div class="navbar-links">
<a href="/explore">Explore</a>
<a href="/about">About</a>
<a href="https://gitler.moe/suwako/gitlin">Source code</a>
</div>
<a href="/" style="text-decoration: none" class="brand">
<img src="/logo.png" class="navbarImg" height="30" width="30" alt="ロゴ" />
</a>
<a class="item" href="/explore">Explore</a>
<a class="item" href="https://owacon.moe/">オワコンテック</a>
<a class="item" href="/about">About</a>
<a class="item" href="https://gitler.moe/suwako/gitlin">Source code</a>
</div>
</nav>

ファイルの表示

@ -1,9 +1,12 @@
{{template "header" .}}
<main>
<div style="width: 100%; margin: auto;">
<img src="/logo.png" alt="Gitlin" />
<h2>Gitlin</h2>
<div class="center">
<img class="logo" src="/logo.png" alt="ロゴ" width="220" height="220" />
<div class="hero">
<h1>Gitlin</h1>
<h2>Github向けプライバシーUI</h2>
</div>
</div>
{{ if not .setupstatus }}
<div class="setup-notice">