More styling improvements, bumped version
This commit is contained in:
BIN
dist/fitra-darwin-amd64
vendored
BIN
dist/fitra-darwin-amd64
vendored
Binary file not shown.
BIN
dist/fitra-darwin-arm64
vendored
BIN
dist/fitra-darwin-arm64
vendored
Binary file not shown.
BIN
dist/fitra-linux-amd64
vendored
BIN
dist/fitra-linux-amd64
vendored
Binary file not shown.
BIN
dist/fitra-linux-arm64
vendored
BIN
dist/fitra-linux-arm64
vendored
Binary file not shown.
@@ -43,10 +43,17 @@ body {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-container {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #0f172a;
|
color: #0f172a;
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
margin-bottom: 14px;
|
margin: 0;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: -0.025em;
|
letter-spacing: -0.025em;
|
||||||
}
|
}
|
||||||
@@ -75,7 +82,7 @@ h2 {
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin-bottom: 20px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|||||||
@@ -1,6 +1,14 @@
|
|||||||
{{define "changelog"}}
|
{{define "changelog"}}
|
||||||
<h2>Changelog</h2>
|
<h2>Changelog</h2>
|
||||||
|
|
||||||
|
<div class="changelog-entry">
|
||||||
|
<div class="version">v1.3.1</div>
|
||||||
|
<div class="date">2025-08-12</div>
|
||||||
|
<ul>
|
||||||
|
<li>Improved styling.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="changelog-entry">
|
<div class="changelog-entry">
|
||||||
<div class="version">v1.3.0</div>
|
<div class="version">v1.3.0</div>
|
||||||
<div class="date">2025-08-12</div>
|
<div class="date">2025-08-12</div>
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
{{define "header"}}
|
{{define "header"}}
|
||||||
<h1>🚀 FITRA - File transfer API</h1>
|
<div class="header-container">
|
||||||
<div class="version-badge">Version 1.2.0</div>
|
<h1>🚀 FITRA - File transfer API</h1>
|
||||||
|
<div class="version-badge">Version 1.3.1<br><small>2025-08-12</small></div>
|
||||||
|
</div>
|
||||||
<p>Simple file upload and download service for developers using HTTP requests in CLI.</p>
|
<p>Simple file upload and download service for developers using HTTP requests in CLI.</p>
|
||||||
{{end}}
|
{{end}}
|
||||||
Reference in New Issue
Block a user