This commit is contained in:
taskmanager 2023-07-25 01:09:04 +01:00
parent 8a042383da
commit 860827539c
3 changed files with 36 additions and 22 deletions

View File

@ -2,6 +2,7 @@
name: Novetus name: Novetus
website: https://bitl.itch.io/novetus website: https://bitl.itch.io/novetus
logo: novetus.png logo: novetus.png
date: 2023-07-09 01:58 PM
clients: clients:
- 2007 - 2007
- 2008 - 2008
@ -10,6 +11,14 @@ clients:
- 2011 - 2011
- 2012 - 2012
overview: | overview: |
Novetus is a long-standing part of the revival community and has been there from the very beginning - over time it has been updated with new features that solidify its place in this community. Novetus is a long-standing part of the revival community and has been there for quite a while - over time it has been updated with new features that solidify its place in this community.
author: task author: task
rating: # Optional, rating is out of 5
clients: 5
overall: 5
--- ---
Novetus is a multi-client launcher created by Bitl back in late 2018 as a successor to his previous project RBXLegacy. In addition to being built on the same codebase, Novetus brings a heap of new features that elevates it above its predecessor and improves on user experience.
<img src="/revivals/novetus-1.png" alt="RBXLegacy" height="256" class="float-left inline-block" />
fsdfdssdadadadadadadadadadadadadadadadadsssssssssssssssssssssssssssssss

View File

@ -15,7 +15,7 @@
</svelte:head> </svelte:head>
<div class="xl:max-w-300 flex flex-col xl:flex-row"> <div class="xl:max-w-300 flex flex-col xl:flex-row">
<article class="w-180 pt-8"> <article class="xl:w-180 pt-8">
<div class="-ms-4 flex flex-col"> <div class="-ms-4 flex flex-col">
{#if data.logo} {#if data.logo}
<img <img
@ -50,7 +50,7 @@
<div class="post mb-10"> <div class="post mb-10">
<svelte:component this={data.content} /> <svelte:component this={data.content} />
</div> </div>
<div class="mt-5">
<h1>Rating</h1> <h1>Rating</h1>
<table> <table>
@ -72,6 +72,7 @@
{/each} {/each}
</table> </table>
</div> </div>
</div>
{:else} {:else}
<h2 class="font-300 text-center tracking-wide"> <h2 class="font-300 text-center tracking-wide">
This revival has not yet been reviewed. Watch this This revival has not yet been reviewed. Watch this
@ -142,4 +143,8 @@
:global(p) :global(p)
margin 0 margin 0
opacity 0.8 opacity 0.8
:global(p)
word-wrap: break-word
float: right
</style> </style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB