tangled
alpha
login
or
join now
ansxor.ca
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
remove personal site from footer
handle.invalid
3 weeks ago
ccdc9e65
2526464f
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
-11
3 changed files
expand all
collapse all
unified
split
index.html
src
styles
index.css
views
home.tsx
-1
index.html
···
18
18
/>
19
19
<link rel="preconnect" href="https://fonts.bunny.net" />
20
20
<link href="https://fonts.bunny.net/css?family=roboto-mono:400" rel="stylesheet" />
21
21
-
<link href="https://fonts.cdnfonts.com/css/pecita" rel="stylesheet" />
22
21
<script>
23
22
document.documentElement.classList.toggle(
24
23
"dark",
-1
src/styles/index.css
···
15
15
@theme {
16
16
--font-sans: "Figtree", sans-serif;
17
17
--font-mono: "Roboto Mono", monospace;
18
18
-
--font-pecita: "Pecita", serif;
19
18
20
19
--color-dark-50: oklch(40.91% 0 0);
21
20
--color-dark-100: oklch(35.62% 0 0);
-9
src/views/home.tsx
···
251
251
</div>
252
252
253
253
<div class="flex justify-center gap-1.5 text-sm text-neutral-600 sm:gap-2 dark:text-neutral-300">
254
254
-
<FooterLink
255
255
-
href="https://juli.ee"
256
256
-
color="after:text-rose-400"
257
257
-
darkColor="dark:after:text-rose-300"
258
258
-
>
259
259
-
<span class="iconify lucide--terminal text-rose-400 dark:text-rose-300"></span>
260
260
-
<span class="font-pecita">juliet</span>
261
261
-
</FooterLink>
262
262
-
•
263
254
<FooterLink href="https://raycast.com/juliet_philippe/pdsls" color="after:text-[#FF6363]">
264
255
<span class="iconify-color i-raycast-light block dark:hidden"></span>
265
256
<span class="iconify-color i-raycast-dark hidden dark:block"></span>