diff --git a/pages/index.js b/pages/index.js index 08145bb..29ceb1a 100644 --- a/pages/index.js +++ b/pages/index.js @@ -8,60 +8,59 @@ export default function Home() { Create Next App - + + + nirvana + + + + + + + + + + -
-

- Welcome to Next.js! -

+
+

nirvana

-

- Get started by editing{' '} - pages/index.js -

+

🍃your minimalist social media

-
- -

Documentation →

-

Find in-depth information about Next.js features and API.

-
+

done with the rat race on insta, tiktok, snap, "meta"...?

- -

Learn →

-

Learn about Next.js in an interactive course with quizzes!

-
- - -

Examples →

-

Discover and deploy boilerplate example Next.js projects.

-
- - -

Deploy →

-

- Instantly deploy your Next.js site to a public URL with Vercel. +

start your detox to: +
+ - live in the present +
+ - build a more intimate inner circle +
+ - cut out the noise +
+ - focus on your goals and personal growth +

-
-
-
+ +

want an invite? text us @ 949.237.2715

+ +

+ p.s. we don't sell your data, nor do we hire phd's to drug you... +
+ mark zuckerberg +

+ +
diff --git a/public/icon.png b/public/icon.png new file mode 100644 index 0000000..72fdd38 Binary files /dev/null and b/public/icon.png differ diff --git a/public/zuck.jpg b/public/zuck.jpg new file mode 100644 index 0000000..e0fb6c0 Binary files /dev/null and b/public/zuck.jpg differ diff --git a/styles/globals.css b/styles/globals.css index e5e2dcc..8761e36 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -14,3 +14,45 @@ a { * { box-sizing: border-box; } + + +/* my personal css */ +main { + padding: 4em; +} +#main-title { + font-family: 'Satisfy', cursive; + font-size: 2em; + color: teal; +} +#side-note { + font-family: 'Baloo Bhaijaan 2', cursive; + font-size: 1.5em; +} + +p { + font-family: 'Baloo Bhaijaan 2', cursive; + font-size: 2em; +} + + + /* Mobile :320px. */ + @media (max-width: 767px) { + main { + padding: 0em; + } + #main-title { + font-family: 'Satisfy', cursive; + font-size: 2em; + color: teal; + } + #side-note { + font-family: 'Baloo Bhaijaan 2', cursive; + font-size: 1em; + } + + p { + font-family: 'Baloo Bhaijaan 2', cursive; + font-size: 1.5em; + } + } \ No newline at end of file