Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
version-patch
  • Loading branch information
trueberryless committed May 13, 2024
1 parent 6f018ff commit 125ff4a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions app/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ export function Contact() {
PLEASE GO AWAY!
</span>
trueberryless+contact@{/* sdfjsdhfkjypcs */}gmail.com
{/* &#109;&#97;&#105;&#108;&#116;&#111;&#58;&#116;&#114;&#117;&#101;&#98;&#101;&#114;&#114;&#121;&#108;&#101;&#115;&#115;&#43;&#99;&#111;&#110;&#116;&#97;&#99;&#116;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109; */}
</p>
</motion.div>
<div className="absolute w-full bottom-0 inset-x-0 h-40 bg-gradient-to-b pointer-events-none select-none from-transparent dark:to-black to-white z-40" />
Expand Down
12 changes: 6 additions & 6 deletions app/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,20 @@ export function Projects() {
translateZ="50"
className="text-xl font-bold text-neutral-600 dark:text-white"
>
Group Chat
Deep Thoughts
</CardItem>
<CardItem
as="p"
translateZ="60"
className="text-neutral-500 text-sm max-w-sm mt-2 dark:text-neutral-300"
>
Chat with other people all over the world
My personal blog website.
</CardItem>
<CardItem translateZ="100" className="w-full mt-4">
<Image
src="https://images.unsplash.com/photo-1441974231531-c6227db76b6e?q=80&w=2560&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
height="1000"
width="1000"
src="/projects/deep-thoughts.png"
height="2000"
width="2000"
className="h-60 w-full object-cover rounded-xl group-hover/card:shadow-xl"
alt="thumbnail"
/>
Expand All @@ -99,7 +99,7 @@ export function Projects() {
as="button"
className="px-4 py-2 rounded-xl bg-black dark:bg-white dark:text-black text-white text-xs font-bold"
>
<a href="https://chat.trueberryless.org/">Try now →</a>
<a href="https://blog.trueberryless.org/">Try now →</a>
</CardItem>
</div>
</CardBody>
Expand Down
7 changes: 7 additions & 0 deletions app/social-media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ const links = [
image: "/logos/stack-overflow.png",
href: "https://stackoverflow.com/users/22573601/trueberryless",
},
{
id: 11,
name: "Linktree",
designation: "and many more...",
image: "/logos/linktree.png",
href: "https://linktr.ee/trueberryless",
},
];

export default function SocialMedia() {
Expand Down
Binary file added public/logos/linktree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/projects/deep-thoughts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 125ff4a

Please sign in to comment.