Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!--

TODO: !!! Register at https://github.com/yousefebrahimi0/1000-AI-collection-tools/tree/main#slides--web-design
-->
5 changes: 4 additions & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
TODO: [🦺] Maybe we need robots.txt @see https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation
1 change: 1 addition & 0 deletions documents/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!!!! Write
8 changes: 4 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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 */}
</main>
</div>
</>
Expand All @@ -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
*/