Another window?
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import Image from "next/image"
|
||||
import Link from "next/link";
|
||||
import { FloatingLabel } from "./floating-label";
|
||||
import { FakeRelativeWindow } from "./client-windows";
|
||||
import { FloatingLabel } from "@/components/floating-label";
|
||||
|
||||
Welcome!
|
||||
|
||||
@@ -9,22 +8,6 @@ This is our cozy little corner of the internet where we run a bunch of services
|
||||
|
||||
We've got tools and resources for us but some we provide it for you, stuff that just works and doesn't burn our wallet.
|
||||
|
||||
<div className="relative">
|
||||
<FakeRelativeWindow windowText="Boing-boing" className='hidden lg:inline-block absolute -left-96 -bottom-32'>
|
||||
<Link href="https://x.com/JoelGuerraC/status/1287088236171603969/photo/1" target="_blank">
|
||||
<Image
|
||||
className="animate-silly-bouncing"
|
||||
alt="Nola"
|
||||
src="/images/coral-a1.png"
|
||||
width={200}
|
||||
height={200}
|
||||
quality={10}
|
||||
unoptimized
|
||||
/>
|
||||
</Link>
|
||||
</FakeRelativeWindow>
|
||||
</div>
|
||||
|
||||
## About Me
|
||||
|
||||
Nonszy (Nomi Nonsz or Nonszy whatever, some ppl know my real name).
|
||||
@@ -62,21 +45,6 @@ We aspire to blend creativity and technical mastery to shape products that empow
|
||||
- Build the ability to design and develop web applications that are responsive, intuitive, fast, and visually compelling, with a strong focus on user experience and modern interface principles.
|
||||
- Integrate artificial intelligence into digital products, creating smart, helpful, and engaging features that elevate the overall value and interactivity of applications.
|
||||
|
||||
<div className="relative">
|
||||
<FakeRelativeWindow draggable windowText="nola.png" className='hidden lg:inline-block -right-[120%]'>
|
||||
<FloatingLabel placeholder="This is Nola, my OC :3">
|
||||
<Image
|
||||
className=""
|
||||
alt="Nola"
|
||||
src="/images/nola.png"
|
||||
width={250}
|
||||
height={250}
|
||||
unoptimized
|
||||
/>
|
||||
</FloatingLabel>
|
||||
</FakeRelativeWindow>
|
||||
</div>
|
||||
|
||||
## Why Nonsense
|
||||
|
||||
Nomi or Nonsense, it's not that we don't understand the each other or its uses, it's just a word you've chosen to dismiss our existence.
|
||||
|
||||
Reference in New Issue
Block a user