Skip to content

Commit

Permalink
Merge pull request #27 from IntelliTect-Samples/nng-better-home-screen
Browse files Browse the repository at this point in the history
Nng better home screen
  • Loading branch information
nng2 committed Nov 29, 2023
2 parents 004c5e7 + 30a2000 commit b7502f0
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="d-flex align-center flex-column">
<v-card width="600" elevation="6" style="margin-top: 20px">
<v-card width="80%" elevation="6" style="margin-top: 20px">
<v-img
class="align-end text-white"
height="200"
Expand All @@ -15,13 +15,39 @@
Joke of the Day
</v-btn>
</nuxt-link>

<nuxt-link to="/random">
<v-btn color="green" variant="flat" elevation="4">
<v-btn class="mt-4" color="green" block rounded="xl" size="x-large" variant="elevated" elevation="16">
Random Joke
</v-btn>
</nuxt-link>
</v-card-text>
<hr>
<v-card-text>
πŸŽ‰ Welcome to JokeUI! - Where Laughter Takes Center Stage! πŸŽ‰
</v-card-text>
<v-card-text>
Get ready to embark on a laughter-filled journey as we present to you a world of wit, humor, and outright silliness! 🀣 At JokeUI!, we believe that laughter is the best medicine, and we've concocted the perfect prescription for your daily dose of chuckles.
</v-card-text>
<v-card-text>
Our mission? To tickle your funny bone, lift your spirits, and leave you grinning from ear to ear! Whether you're a joke aficionado, a pun enthusiast, or just someone in need of a good giggle, you've come to the right place. 🀭
</v-card-text>
<v-card-text>
πŸš€ What to Expect:
</v-card-text>
<v-card-text>
Hilarious jokes that will have you snorting with laughter.
Side-splitting puns that will make you question your love for wordplay.
Memes, comics, and funny images that are guaranteed to brighten your day.
A community of fellow joke-lovers sharing their favorite quips and jests.
So, fasten your seatbelt and prepare for a joyous ride through the whimsical world of JokeUI!. Get ready to LOL, ROFL, and maybe even snort a little – we won't judge!
</v-card-text>
<v-card-text>
Remember, life is better when you're laughing. Let's turn your frown upside down together!
</v-card-text>
<v-card-text>
Ready to dive into the laughter? Click, scroll, and let the hilarity begin! πŸ˜‚βœ¨
</v-card-text>
<hr>
<v-card-actions>
<v-spacer></v-spacer>
<nuxt-link to="/submit">
Expand Down

0 comments on commit b7502f0

Please sign in to comment.