Skip to content

Commit

Permalink
feat: new bluecard headline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsch318 committed Mar 27, 2024
1 parent 04a7b2f commit 947ed06
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file added public/assets/other/bluecard-extended.jpg
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/assets/other/bluecard.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ const Index: FC = () => {
return (
<Main institute="htwr" pad>
<Gallery>
<GalleryItem>
<GalleryImage
src={"/assets/other/bluecard-extended.jpg"}
alt="Bluecard??"
width={900}
height={600}
></GalleryImage>
<GalleryLabel headline="Ich kann das alles nichtmehr">
Warum zwei Farben? Warum alles?
</GalleryLabel>
</GalleryItem>
<GalleryItem>
<GalleryImage
src={"/assets/rwth/gallery/star.png"}
Expand Down

0 comments on commit 947ed06

Please sign in to comment.