Skip to content

Commit

Permalink
Add and update descriptions for Virtual Photography and Personal Webs…
Browse files Browse the repository at this point in the history
…ite sections in portfolio
  • Loading branch information
lrmn7 committed Jan 20, 2025
1 parent 518dca4 commit e17ee0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ module.exports = {
permanent: true,
},
{
source: '/mewstify',
destination: 'https://mewstify.vercel.app/',
source: '/airdrop',
destination: 'https://lrmn-airdrop.vercel.app/',
permanent: true,
},
{
Expand Down
17 changes: 8 additions & 9 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default function Home() {
title="Nothing"
className="xs:w-[220px] mt-1 w-[175px] truncate text-ellipsis whitespace-nowrap text-[14px] text-zinc-700 sm:w-[275px] md:w-[340px] lg:w-[400px]"
>
About me.
Explore my biography, projects, and more
</span>
</div>
</div>
Expand Down Expand Up @@ -251,7 +251,7 @@ export default function Home() {
title="Web toolbox"
className="xs:w-[220px] mt-1 w-[175px] truncate text-ellipsis whitespace-nowrap text-[14px] text-zinc-700 sm:w-[275px] md:w-[340px] lg:w-[400px]"
>
Gallery.
A collection of my in-game photography
</span>
</div>
</div>
Expand Down Expand Up @@ -289,13 +289,13 @@ export default function Home() {
title="Nothing"
className="text-ellipsis text-[16px] text-zinc-400"
>
Discord bot
Mewwme&apos;s
</span>
<span
title=""
className="xs:w-[220px] mt-1 w-[175px] truncate text-ellipsis whitespace-nowrap text-[14px] text-zinc-700 sm:w-[275px] md:w-[340px] lg:w-[400px]"
>
The Discord bot I manage.
The music bot that fills your server with endless melodies
</span>
</div>
</div>
Expand All @@ -317,7 +317,7 @@ export default function Home() {

<div className="bg-animate group mb-1 w-full cursor-pointer rounded bg-gradient-to-r from-zinc-900 via-zinc-600 to-zinc-900 text-sm text-zinc-400 shadow transition-all">
<a
href="/mewstify"
href="/airdrop"
target="_blank"
rel="noopener noreferrer nofollow"
className="w-full transition-all sm:hover:opacity-70"
Expand All @@ -326,21 +326,20 @@ export default function Home() {
<span className="relative mt-2 flex w-full flex-row items-center justify-between rounded bg-zinc-900 text-sm leading-tight">
<div className="flex items-center justify-center">
<div className="flex h-16 w-16 items-center justify-center rounded bg-zinc-800 bg-opacity-50">
<span className=""> 🎮 </span>
<span className=""> 💸 </span>
</div>
<div className="mx-4 flex flex-col">
<span
title="Nothing"
className="text-ellipsis text-[16px] text-zinc-400"
>
Mewstify
Potencial Airdrop
</span>
<span
title=""
className="xs:w-[220px] mt-1 w-[175px] truncate text-ellipsis whitespace-nowrap text-[14px] text-zinc-700 sm:w-[275px] md:w-[340px] lg:w-[400px]"
>
Explore Your Spotify Stats and Uncover
Your Music Insights
Looking for a way to earn passive income effortlessly?
</span>
</div>
</div>
Expand Down

0 comments on commit e17ee0c

Please sign in to comment.