Skip to content

Commit

Permalink
feat: Add condense partner logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicobesana committed Mar 9, 2025
1 parent 843e03d commit 3d6e3d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import GithubImage from "../assets/social/github.svg"
import TelegramImage from "../assets/social/telegram.svg"
import DiscordImage from "../assets/social/discord.svg"
import CodemotionLogo from "../assets/partner/codemotion.png"
import CondenseLogo from "../assets/partner/condense.png"
import GruspLogo from "../assets/partner/grusp.png"
import FBrodoliniLogo from "../assets/partner/fondazione-brodolini.png"

Expand Down Expand Up @@ -208,6 +209,15 @@ const Home = async () => {
className="transform transition duration-300 hover:scale-110"
/>
</div>
<div className="flex items-center">
<Image
src={CondenseLogo}
width={150}
height={150}
alt="Condense Logo"
className="transform transition duration-300 hover:scale-110"
/>
</div>
</section>
</article>
</>
Expand Down
Binary file added src/assets/partner/condense.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 3d6e3d1

Please sign in to comment.