Compare commits

..

5 Commits

Author SHA1 Message Date
36178b76e1 Remove DPC 2025-07-24 11:15:55 -04:00
Elizabeth Cray
cfd4cf29f1 Update readme and add streak.club 2025-06-09 15:59:20 -04:00
2cc6261310 Add live.js 2025-04-22 21:08:27 -04:00
Elizabeth Cray
9cf23740c8 Favicon 2025-04-22 20:58:22 -04:00
Elizabeth Cray
a0a4ac32bf Filled out links 2025-04-22 20:55:05 -04:00
10 changed files with 66 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# Elizabeth's Link Page # Elizabeth's Link Page
Built with [Linkyee](https://github.com/ZhgCH/Linkyee) Built with [Linkyee](https://github.com/ZhgChgLi/linkyee)

View File

@@ -9,18 +9,79 @@ avatar: "./images/profile.jpeg"
name: "Elizabeth Cray" name: "Elizabeth Cray"
tagline: "Full-stack developer by day ☀️, analog photographer by night 🌒." tagline: "Full-stack developer by day, analog photographer by night."
links: links:
- link: - link:
icon: "fa-person" icon: "fa-solid fa-person"
text: "Pronouns Page" text: "Pronouns Page"
url: "https://en.pronouns.page/@hackerLiz" url: "https://en.pronouns.page/@hackerLiz"
alt: "Elizabeth's pronoun and details page" alt: "Elizabeth's pronoun and details page"
title: "Elizabeth's Pronouns Profile" title: "Elizabeth's Pronouns Profile"
target: "_blank" target: "_blank"
- link:
icon: "fa-brands fa-bluesky"
text: "Bluesky"
url: "https://bsky.app/profile/cray.gay"
alt: "Elizabeth's Bluesky profile"
title: "Bluesky Profile"
target: "_blank"
- link:
icon: "fa-brands fa-linkedin"
text: "Linkedin"
url: "https://linkedin.com/in/lizcray"
alt: "Elizabeth's Linkedin"
title: "Elizabeth's Linkedin"
target: "_blank"
- link:
icon: "fa-brands fa-mastodon"
text: "Mastodon"
url: "https://masto.hackers.town/@liz"
alt: "Elizabeth's Hackers Town Mastodon Profile"
title: "Elizabeth's Mastodon"
target: "_blank"
- link:
icon: "fa-brands fa-discord"
text: "Discord"
url: "https://discord.com/channels/@me/172886870110371849"
alt: "Elizabeth's Discord Account"
title: "Elizabeth's Discord"
target: "_blank"
- link:
icon: "fa-brands fa-git-alt"
text: "Git"
url: "https://git.corrupt.link/liz"
alt: "Elizabeth's Gitea Page"
title: "Elizabeth's Gitea"
target: "_blank"
- link:
icon: "fa-solid fa-shuttle-space"
text: "Gemini Blog"
url: "gemini://gemini.hackers.town/liz/"
alt: "Elizabeth's Gemini Blog"
title: "Elizabeth's Gemini Blog"
target: "_blank"
- link:
icon: "fa-solid fa-envelope"
text: "Email"
url: "mailto:liz@corrupt.link"
alt: "Elizabeth's email"
title: "Elizabeth's email"
target: ""
- link:
icon: "fa-solid fa-briefcase"
text: "Resume"
url: "https://corrupt.link/pub/Resume.pdf"
alt: "Elizabeth's Resume PDF"
title: "Elizabeth's Resume"
target: "_blank"
footer: "" # Todo: Image Gallery
footer: >
<!--iframe height="700" frameborder="0" src="https://streak.club/s/1778/daily-photo-club?embed=true" width="500"></iframe-->
copyright: > copyright: >
©2025 Elizabeth Cray. Powered by <a href="https://github.com/ZhgChgLi/linkyee" target="_blank">linkyee</a> ©2025 Elizabeth Cray. Powered by <a href="https://github.com/ZhgChgLi/linkyee" target="_blank">linkyee</a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -76,6 +76,7 @@
</footer> </footer>
</div> </div>
<script src="fontawesome/js/all.js" data-auto-replace-svg="nest"></script> <script src="fontawesome/js/all.js" data-auto-replace-svg="nest"></script>
<script src="https://livejs.com/live.js"></script>
{% if google_analytics_id %} {% if google_analytics_id %}
<!-- Google tag (gtag.js) --> <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ google_analytics_id }}"></script> <script async src="https://www.googletagmanager.com/gtag/js?id={{ google_analytics_id }}"></script>