mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-10 04:09:20 -06:00
Add Grain project on index, add bannerSettings.quality for grain banner
This commit is contained in:
@@ -63,6 +63,24 @@ export async function getStaticProps() {
|
||||
location: "https://github.com/Xevion/Paths",
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Grain",
|
||||
banner: "/grain.jpeg",
|
||||
bannerSettings: {quality: 100},
|
||||
location: "/grain",
|
||||
shortDescription: "An experimental React app to generate beautiful backgrounds with noise filters.",
|
||||
longDescription: "Quickly generate beautiful backgrounds with noise filters. Built with React, hosted on Vercel, and rendered using simple SVG noise filters (just HTML & CSS).",
|
||||
links: [
|
||||
{
|
||||
icon: 'external',
|
||||
location: "https://grain.xevion.dev"
|
||||
},
|
||||
{
|
||||
icon: "github",
|
||||
location: "https://github.com/Xevion/grain"
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user