Skip to content

Commit

Permalink
Added 4th event
Browse files Browse the repository at this point in the history
  • Loading branch information
melish committed Aug 25, 2023
1 parent edb6540 commit f214e47
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/Homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ iframe {
background: url('../../static/events/event-3.png') no-repeat left center;
background-size: cover;
}
.event-4 {
background: url('../../static/events/event-4.png') no-repeat left center;
background-size: cover;
}

.copywright {
padding: 3.5rem 5rem;
Expand Down
12 changes: 12 additions & 0 deletions src/slides/Events/Events.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ function Events() {
</div>
</a>
</div>
<div className='event-wrapper event-4 max-sm:h-24 sm:h-32 flex flex-col justify-center pl-2'>
<a
href='https://www.unccd.int/events/other/gef-7th-general-assembly'
target='_blank'
rel='noopener noreferrer'
>
<div>
<h2 className='text-2xl text-white font-bold'>#HerLand exhibition</h2>
<h2 className='text-base text-white'>at 7th GEF General Assembly</h2>
</div>
</a>
</div>
</div>
</div>
</div>
Expand Down
Binary file added src/static/events/event-4.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 f214e47

Please sign in to comment.