Skip to content

Commit

Permalink
chore: update Slogans
Browse files Browse the repository at this point in the history
  • Loading branch information
imkarimkarim committed Dec 20, 2023
1 parent a3dafb0 commit 0cc03c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# minorient

your gradient wallpaper generator 🔥

get your wallpaper at: <https://imkarimkarim.github.io/minorient> 😉

## Features ✨

- [x] beautiful gradient wallpapers
- [x] based on device size
beautiful gradient wallpapers for any device
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import '../styles/global.css';
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta name='description' content='generate random gradient wallpapers for your device' />
<meta name='description' content='what is more important than a good wallpaper?' />
<meta name='viewport' content='width=device-width' />
<link rel='icon' type='image/png' href='/minorient/favicon.png' />
<meta name='generator' content={Astro.generator} />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '../styles/icons.css';
import '@fontsource/pacifico';
---

<Layout title='minorient | your gradient wallpaper generator'>
<Layout title='minorient | beautiful gradient wallpapers for any device'>
<main>
<img class='fixed' src='' alt='random gradient wallpaper' id='randomWallpaper' />
<div class='absolute text-center top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2' id='actions'>
Expand Down

0 comments on commit 0cc03c0

Please sign in to comment.