vue-website/pages/homepage.vue
2025-06-28 13:33:50 +10:00

58 lines
No EOL
2.1 KiB
Vue
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<main>
<div class="columns">
<div class="container">
<i><a href="http://tabbycat.dev/"> hop to tabbycat.dev</a></i>
<p>Dont forget to take your estrogen and cypro! 🏳</p>
<h1>Tabbybox</h1>
<a href="http://tabbybox:8096/">Jellyfin</a>
<a href="http://tabbybox:1880/">Node Red</a>
<a href="http://tabbybox:1880/dashboard/">Node Red Dashboard</a>
<h1>Links</h1>
<a href="https://mail.google.com/mail/u/0/#inbox">E-mail</a>
<a href="https://calendar.google.com">Calendar</a>
<a href="https://www.furaffinity.net/user/fuzzysparkles/">Furaffinity*</a>
<a href="https://artfight.net/">Artfight</a>
<h2>Chats</h2>
<a href="https://web.whatsapp.com/">Whatsapp</a>
<a href="https://web.telegram.org/a/">Telegram</a>
<h2>Instagram Feeds</h2>
<a href="https://www.instagram.com/crap.uts/">CRAP</a>
<a href="https://www.instagram.com/usydcatsoc/">Catsoc</a>
<a href="https://www.instagram.com/usyd_dbsoc/">Baking Soc</a>
<a href="https://www.instagram.com/transhub_acon/">Transhub ACON</a>
<a href="https://www.instagram.com/climbingqts/">Climbing QTs</a>
<a href="https://www.instagram.com/twenty10nsw/">Twenty10</a>
<h1>Goals</h1>
<h2>Etsy Presentations - Have 12</h2>
<p>🔵🔵🔵🔵🟢🟢</p>
</div>
<!-- <iframe src="http://tabbybox:1880/dashboard/page1" title="node-red dashboard" height="900" class="frame" ></iframe> -->
</div>
</main>
</template>
<style scoped>
.container{
padding-left: 1cm;
width: 100%;
}
.columns{
display: flex;
flex-direction: row;
}
.frame{
width: 100%;
}
</style>