vue-website/pages/homepage.vue

58 lines
2.1 KiB
Vue
Raw Normal View History

2025-03-28 16:20:52 +11:00
<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>
2025-03-28 16:20:52 +11:00
<h1>Links</h1>
<a href="https://mail.google.com/mail/u/0/#inbox">E-mail</a>
2025-06-26 14:47:16 +10:00
<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>
2025-06-10 14:41:47 +10:00
<h1>Goals</h1>
<h2>Etsy Presentations - Have 12</h2>
2025-06-28 13:33:50 +10:00
<p>🔵🔵🔵🔵🟢🟢</p>
2025-06-10 14:47:38 +10:00
</div>
2025-05-11 18:34:40 +10:00
<!-- <iframe src="http://tabbybox:1880/dashboard/page1" title="node-red dashboard" height="900" class="frame" ></iframe> -->
2025-03-28 16:20:52 +11:00
</div>
2025-03-28 16:20:52 +11:00
</main>
</template>
2025-04-05 20:02:54 +11:00
<style scoped>
.container{
padding-left: 1cm;
width: 100%;
}
.columns{
display: flex;
flex-direction: row;
}
.frame{
width: 100%;
}
2025-03-28 16:20:52 +11:00
</style>