diff --git a/Website/src/pages/index.astro b/Website/src/pages/index.astro index 02d4d18..9069ae0 100644 --- a/Website/src/pages/index.astro +++ b/Website/src/pages/index.astro @@ -4,6 +4,7 @@ import Card from '../components/Card.astro'; import GithubSvg from '../assets/github.svg'; import SearchSvg from '../assets/spyglass.svg?raw'; +import Logo from '../../public/logo.png'; import { Image } from 'astro:assets'; import { URL } from 'node:url'; @@ -19,75 +20,122 @@ const lastUpdateDate = await getLastCommitDate(); --- + + - - -
-
-

- This is a curated collection of tools and resources to enhance your experiance of playing osu! - This list has been created and is currently primarily maintained by the staff - of the osu! Game Community Discord server, - with contributions from our community. - The list is also displayed in the #osu-resources channel on the Discord server. -

-
- -
-

Is something missing?

-

- Feel free to create an issue or a pull request on the GitHub page - with the additions or improvements you'd like to make to the list. -

- Create an issue -
- -
-

Last update: {lastUpdateDate}

- - -
-
+
+
+
+

+ This is a curated collection of tools and resources to enhance your experiance of playing osu! + This list has been created and is currently primarily maintained by the staff + of the osu! Game Community Discord server, + with contributions from our community. + The list is also displayed in the #osu-resources channel on the Discord server. +

+
+
+ GitHub +
+
+
+ + +
+
+

Is something missing?

+

+ Feel free to create an issue or a pull request on the GitHub page + with the additions or improvements you'd like to make to the list. +

+ Create an issue +
-
-

- osu! is a registered trademark of ppy Pty Ltd. "osu! game resources" is not affiliated with or endorsed by ppy Pty Ltd. - All rights belong to their respective owners. -

-

- This list is licensed under the GNU General Public License v3.0. -

-
+
+

Last update: {lastUpdateDate}

+ + + +
+ {content.map((item) => ( + + + + ))} +
+
+ +
+

+ osu! is a registered trademark of ppy Pty Ltd. "osu! game resources" is not affiliated with or endorsed by ppy Pty Ltd. + All rights belong to their respective owners. +

+

+ This list is licensed under the GNU General Public License v3.0. +

+
+
+ +