Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ If you're new to GitHub or open source, take a look at [git-in.to](https://git-i
<p align="center">
<i>© <a href="https://aliciasykes.com">Alicia Sykes</a> 2025</i><br>
<i>Licensed under <a href="https://gist.github.com/Lissy93/143d2ee01ccc5c052a17">MIT</a></i><br>
<a href="https://github.com/lissy93"><img src="https://i.ibb.co/4KtpYxb/octocat-clean-mini.png" /></a><br>
<a href="https://github.com/lissy93"><img src="https://cdn.as93.net/84m3gc?w=56" /></a><br>
<sup>Thanks for visiting :)</sup>
</p>

Expand Down
71 changes: 25 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"overrides": {
"cookie": "^0.7.0"
"cookie": "^0.7.0",
"undici": "^6.23.0"
}
}
12 changes: 6 additions & 6 deletions src/lib/components/page-specific/about/AuthorSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,43 +11,43 @@
{
name: 'domain-locker',
title: 'Domain Locker',
icon: 'https://storage.googleapis.com/as93-screenshots/project-logos/domain-locker.png',
icon: 'https://cdn.as93.net/logo/domain-locker/w128',
description: 'Domain name portfolio app for monitoring your domains',
color: '#9571ff',
},
{
name: 'web-check',
title: 'Web Check',
description: 'The ultimate all-in-one OSINT tool for analyzing any website',
icon: 'https://raw.githubusercontent.com/Lissy93/web-check/master/public/android-chrome-192x192.png',
icon: 'https://cdn.as93.net/logo/web-check/w128',
color: '#9fef00',
},
{
name: 'permissionator',
title: 'Permissionator',
description: 'A Linux chmod calculator, for generating safe file permissions',
icon: 'https://github.com/Lissy93/permissionator/blob/main/public/logo.png?raw=true',
icon: 'https://cdn.as93.net/logo/permissionator/w128',
color: '#05df72',
},
{
name: 'personal-security-checklist',
title: 'Digital Defense',
description: 'The ultimate security checklist, for protecting your data online',
icon: 'https://storage.googleapis.com/as93-screenshots/project-logos/digital-defense.png',
icon: 'https://pixelflare.cc/alicia/logo/digital-defense/w128',
color: '#a78bfa',
},
{
name: 'awesome-privacy',
title: 'Awesome Privacy',
icon: 'https://storage.googleapis.com/as93-screenshots/project-logos/awesome-privacy.png',
icon: 'https://pixelflare.cc/alicia/logo/awesome-privacy/w128',
description: 'A curated list of services which respects your privacy',
color: '#fc60a8',
},
{
name: 'dashy',
title: 'Dashy',
description: 'A self-hostable personal server dashboard',
icon: 'https://i.ibb.co/yhbt6CY/dashy.png',
icon: 'https://cdn.as93.net/logo/dashy/w128',
color: '#00efe3',
},
];
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const author = {
url: 'https://aliciasykes.com',
portfolio: 'https://as93.net',
sponsor: 'https://github.com/sponsors/lissy93',
avatar: 'https://i.ibb.co/Q7XTgybB/DSC-0444-2.jpg',
avatar: 'https://pixelflare.cc/alicia/profile-pictures/dsc_04442',
};

export default { site, license, author };
Loading