Skip to content

Commit

Permalink
update the images and css
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaypinna committed Feb 26, 2025
1 parent fb34086 commit df963d8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
Binary file modified content/work/climateaction/idsdrr/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 21 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,35 @@ const Flex = styled.div`
const ImageBox = styled.a`
display: block;
margin-bottom: -5px;
padding: 20px;
img {
width: 100%;
height: 100%;
}
@media (max-width: 550px) {
padding: 0px;
}
`;
const StyledForm = styled.div`
margin-top: 20px;
margin-bottom: 40px;
`;

const HomeBanner = styled.img`
box-shadow: 0px 10px 20px #0000001a;
border-radius: 20px;
&:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 550px) {
border-radius: 0px;
}
`;


const Index = ({ data }) => {
// const image = data?.landingBackground?.childImageSharp?.fluid;
console.log(data);
Expand All @@ -186,9 +205,8 @@ const Index = ({ data }) => {
</HeroSection>
</>
<Flex>

<ImageBox href="https://docs.google.com/forms/d/e/1FAIpQLSdrWkVxT5oP61vBnO_5uKW_vx88jiia_dlygixDvh-4zEqihg/viewform" target="_blank" rel="noopener noreferrer">
<img src="/Parakh_AI.svg" />
<ImageBox href="https://drr.open-contracting.in/en" target="_blank" rel="noopener noreferrer">
<HomeBanner src="/IDS banner.png" />
</ImageBox>
</Flex>
{/* <Fade bottom> */}
Expand Down
Binary file added static/IDS banner.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 df963d8

Please sign in to comment.