Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 61 additions & 20 deletions apps/marketing/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,20 @@ const {
target="_blank"
rel="noopener noreferrer"
>
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M12 .5C5.65.5.5 5.65.5 12a11.5 11.5 0 007.86 10.93c.58.1.79-.25.79-.56v-2c-3.2.69-3.88-1.37-3.88-1.37-.52-1.33-1.27-1.69-1.27-1.69-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.75.4-1.25.72-1.54-2.55-.29-5.24-1.27-5.24-5.67 0-1.25.45-2.28 1.18-3.08-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.18a10.96 10.96 0 015.74 0c2.19-1.49 3.15-1.18 3.15-1.18.62 1.57.23 2.73.11 3.02.74.8 1.18 1.83 1.18 3.08 0 4.41-2.7 5.38-5.27 5.66.41.36.78 1.06.78 2.13v3.16c0 .31.21.67.8.56A11.5 11.5 0 0023.5 12C23.5 5.65 18.35.5 12 .5z"/>
<svg
width="14"
height="14"
viewBox="0 0 24 24"
fill="currentColor"
aria-hidden="true"
>
<path
d="M12 .5C5.65.5.5 5.65.5 12a11.5 11.5 0 007.86 10.93c.58.1.79-.25.79-.56v-2c-3.2.69-3.88-1.37-3.88-1.37-.52-1.33-1.27-1.69-1.27-1.69-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.75.4-1.25.72-1.54-2.55-.29-5.24-1.27-5.24-5.67 0-1.25.45-2.28 1.18-3.08-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.18a10.96 10.96 0 015.74 0c2.19-1.49 3.15-1.18 3.15-1.18.62 1.57.23 2.73.11 3.02.74.8 1.18 1.83 1.18 3.08 0 4.41-2.7 5.38-5.27 5.66.41.36.78 1.06.78 2.13v3.16c0 .31.21.67.8.56A11.5 11.5 0 0023.5 12C23.5 5.65 18.35.5 12 .5z"
></path>
</svg>
<span>GitHub</span>
</a>
<a class="btn btn-primary" href="/#download">Download</a>
<a class="btn btn-primary" href="/download">Download</a>
</div>
</div>
</nav>
Expand All @@ -59,11 +67,21 @@ const {
<div class="footer-inner">
<div class="footer-brand">
<img src="/icon.webp" alt="" />
<span>&copy; {new Date().getFullYear()} T3 Tools Inc · MIT licensed</span>
<span
>&copy; {new Date().getFullYear()} T3 Tools Inc · MIT licensed</span
>
</div>
<div class="footer-links">
<a href="https://github.com/pingdotgg/t3code" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="https://discord.gg/jn4EGJjrvv" target="_blank" rel="noopener noreferrer">Discord</a>
<a
href="https://github.com/pingdotgg/t3code"
target="_blank"
rel="noopener noreferrer">GitHub</a
>
<a
href="https://discord.gg/jn4EGJjrvv"
target="_blank"
rel="noopener noreferrer">Discord</a
>
<a href="/download">Download</a>
</div>
</div>
Expand Down Expand Up @@ -99,8 +117,10 @@ const {
--accent-dim: oklch(0.68 0.17 var(--accent-h) / 0.15);
--ok: oklch(0.72 0.16 150);
--warn: oklch(0.76 0.15 75);
--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
--font-sans:
"DM Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
--font-mono:
"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
--radius: 12px;
--radius-sm: 8px;
--radius-lg: 16px;
Expand Down Expand Up @@ -191,8 +211,11 @@ const {
font-size: 14px;
padding: 10px 18px;
border-radius: 8px;
transition: transform 0.18s ease, background 0.18s ease,
border-color 0.18s ease, color 0.18s ease;
transition:
transform 0.18s ease,
background 0.18s ease,
border-color 0.18s ease,
color 0.18s ease;
white-space: nowrap;
}

Expand Down Expand Up @@ -233,7 +256,11 @@ const {
position: relative;
border: 1px solid var(--border);
border-radius: var(--radius);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.015),
rgba(255, 255, 255, 0)
);
overflow: hidden;
}

Expand All @@ -255,20 +282,31 @@ const {
}

@keyframes pulse {
50% { opacity: 0.4; }
50% {
opacity: 0.4;
}
}

@keyframes spin {
to { transform: rotate(360deg); }
to {
transform: rotate(360deg);
}
}

@keyframes floatDrift {
0%, 100% { translate: 0 0; }
50% { translate: 0 -10px; }
0%,
100% {
translate: 0 0;
}
50% {
translate: 0 -10px;
}
}

@keyframes blink {
50% { opacity: 0; }
50% {
opacity: 0;
}
}
</style>

Expand Down Expand Up @@ -332,14 +370,17 @@ const {
.nav-gh {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 7px 12px;
gap: 8px;
padding: 10px 14px;
border: 1px solid var(--border);
border-radius: 8px;
color: var(--fg-muted);
font-family: var(--font-mono);
font-size: 12px;
transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
font-size: 14px;
transition:
color 0.2s ease,
background 0.2s ease,
border-color 0.2s ease;
}

.nav-gh:hover {
Expand Down
Loading
Loading