Skip to content

Commit

Permalink
Merge branch 'main' into building
Browse files Browse the repository at this point in the history
  • Loading branch information
LennardZuendorf authored May 26, 2024
2 parents adc254c + ba666e3 commit 45aceea
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ export default function Home() {
</li>
<li>
I&apos;m a <strong>coding enthusiast </strong>always trying to
learn and leveling up my skills through side projects and online
courses.
learn and leveling up my skills.
</li>
</ul>
</CardContent>
Expand Down Expand Up @@ -72,7 +71,7 @@ export default function Home() {
</CardHeader>
<CardContent className="grid grid-cols-3 justify-between">
<div className="col-span-2 flex flex-wrap justify-start text-start">
<L>Learn More About Me</L>
<L>Learn About Me</L>
<Muted>My skills, experiences and techstack.</Muted>
</div>
<div className="col-span-1 flex justify-end items-center">
Expand Down
6 changes: 3 additions & 3 deletions components/pages/greeting-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ export const GreetingCard: React.FC<Props> = ({ className }) => {
<CardHeader className="p-1 pr-4 justify-end">
<SMuted className="font-mono text-end">hello</SMuted>
</CardHeader>
<CardContent className="grid gap-2 grid-cols-3 justify-center lg:justify-start items-center p-4 pt-0">
<CardContent className="place-self-center grid gap-2 grid-cols-3 justify-center lg:justify-start items-center p-4 pt-0">
<div className="flex col-span-3 md:col-span-1 justify-center lg:justify-start p-2">
<Image
src="/img/avatar.png"
alt="Lennard Zündorf profile picture"
width={200}
height={200}
width={250}
height={250}
className="rounded-md border bg-muted transition-colors"
priority
/>
Expand Down
Binary file modified public/img/avatar.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 modified public/img/logo.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 modified public/img/opengraph-image.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 modified public/img/projects/quaestio-thumbnail.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 modified public/img/projects/quaestio_showcase_dark.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 modified public/img/projects/quaestio_showcase_light.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 modified public/img/projects/twinkles-showcase1.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 modified public/img/projects/twinkles-showcase2.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 modified public/img/projects/twinkles-showcase3.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 modified public/img/projects/twinkles-thumbnail.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 45aceea

Please sign in to comment.