Skip to content

Commit 4649cab

Browse files
author
Yanik Kumar
committed
Updated for release v0.1.7
1 parent 6ca2c83 commit 4649cab

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

index.html

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,29 @@
277277
font-size: 0.98em;
278278
color: var(--muted);
279279
}
280+
.fork-github-btn {
281+
position: absolute;
282+
bottom: 6.5em;
283+
right: 2em;
284+
display: inline-block;
285+
background: var(--card, #23272f);
286+
color: var(--fg, #fff);
287+
padding: 0.6em 1.2em;
288+
border-radius: 8px 8px 0 0;
289+
font-weight: bold;
290+
text-decoration: none;
291+
box-shadow: 0 2px 8px #0002;
292+
font-size: 1.1em;
293+
border: 2px solid var(--accent, #db2777);
294+
border-bottom: none;
295+
transition: background 0.2s, color 0.2s, border-color 0.2s;
296+
z-index: 10;
297+
}
298+
.fork-github-btn:hover {
299+
background: var(--accent, #db2777);
300+
color: #fff;
301+
border-color: var(--primary, #4ade80);
302+
}
280303
@media (max-width: 600px) {
281304
header {
282305
flex-direction: column;
@@ -340,11 +363,13 @@
340363
padding: 0.6em 0.9em;
341364
border-radius: 8px;
342365
}
366+
.fork-github-btn {
367+
display: none;
368+
}
343369
}
344370
</style>
345371
</head>
346372
<body>
347-
<a href="#" class="beta-ribbon"> Beta </a>
348373
<header>
349374
<div class="logo-row">
350375
<img
@@ -448,8 +473,16 @@
448473
text-align: center;
449474
font-size: 0.95rem;
450475
color: #888;
476+
background: var(--card, #23272f);
451477
"
452478
>
479+
<a
480+
href="https://github.com/SproutPHP/framework"
481+
target="_blank"
482+
class="fork-github-btn"
483+
>
484+
🍴 Fork me on GitHub
485+
</a>
453486
<div class="footer-follow">
454487
<span>Follow us:</span>
455488
<a

0 commit comments

Comments
 (0)