diff --git a/README.md b/README.md index 51be2882b..7b053455a 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ We are the ... [![Netlify Status](https://api.netlify.com/api/v1/badges/a0890490-11fb-491d-9c5e-d7d541b8e22d/deploy-status)](https://app.netlify.com/sites/starlit-salmiakki-352a13/deploys) + diff --git a/TODO.txt b/TODO.txt index 930f4ec39..4bcbc1d5b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,3 +1,6 @@ +TODO: !!! Logo (+favicon) of 1-2i in loading +TODO: !!! Make FB ad for one generated page +TODO: !!! Add more generated wallpapers TODO: Add things from Ainautes TODO: Use https://www.npmjs.com/package/next-seo TODO: Add JSON+LD @@ -7,4 +10,4 @@ TODO: Instagram feed (And then shots, YT, tiktok, fb, telegram,...) TODO: Make logos via ControlNet @see https://www.facebook.com/reel/285666600531866 TODO: Dynamic pages from CMSs like Wordpress, Drupal, Ghost, Strapi, Contentful, etc Systems like Notion, Google Docs (@see file:///C:/Users/me/Downloads/e262ded5-27c3-4e4b-92e0-608fcb4ca2c3_Export-47229757-e9f2-4e4a-8fd3-770ded42a53b/The%20AI%20web%20058447887ac94ecb8e645bb108278d61.html) -TODO: [🦺] Maybe we need robots.txt @see https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation \ No newline at end of file +TODO: [🦺] Maybe we need robots.txt @see https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation diff --git a/documents/license.md b/documents/license.md index e69de29bb..da5a2737c 100644 --- a/documents/license.md +++ b/documents/license.md @@ -0,0 +1 @@ +!!!! Write diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 0cbece381..6387fa18b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,9 +8,7 @@ import { RandomWallpaperManager } from '../components/ControlPanel/RandomWallpap import styles from '../styles/static.module.css'; import { classNames } from '../utils/classNames'; -const font = Barlow_Condensed( - { weight: '400', style: 'normal', subsets: ['latin', 'latin-ext'] }, -); +const font = Barlow_Condensed({ weight: '400', style: 'normal', subsets: ['latin', 'latin-ext'] }); export default function HomePage() { const router = useRouter(); @@ -43,7 +41,7 @@ export default function HomePage() { width={40} height={40} /* <-[🧥] */ /> - {/* TODO: Branding: Make more cool loading animation */} + {/* TODO: !!! Branding: Make more cool loading animation */} @@ -59,6 +57,8 @@ export async function getStaticProps({ locale }: { locale: string }) { } /** + * TODO: !!! Index should look representative on screenshot (Like OG Vercel preview etc...) + * TODO: !!! This should serve for sharing and search (Like OG images etc...) * TODO: Go to last wallpaper * TODO: Make shuffle between wallpapers */