Skip to content

Commit

Permalink
🔀 Update Mainpage Image
Browse files Browse the repository at this point in the history
#309 메인페이지 이미지 변경
  • Loading branch information
chaeyoungwon authored Nov 11, 2024
2 parents 408c806 + 8d2df4e commit 75cdf1f
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 31 deletions.
9 changes: 0 additions & 9 deletions gongjakso/src/assets/images/ContestDetail.svg

This file was deleted.

9 changes: 9 additions & 0 deletions gongjakso/src/assets/images/ContestDetails.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions gongjakso/src/assets/images/ContestImg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions gongjakso/src/assets/images/Contestpage.svg

This file was deleted.

Binary file removed gongjakso/src/assets/images/Homepage.png
Binary file not shown.
9 changes: 9 additions & 0 deletions gongjakso/src/assets/images/Homepage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions gongjakso/src/assets/images/PortfolioPage.svg

This file was deleted.

9 changes: 9 additions & 0 deletions gongjakso/src/assets/images/PortfolioPg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions gongjakso/src/pages/HomePage/HomePage.Styled.jsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import styled from 'styled-components';
import backGroundImage from '../../assets/images/backgroundImg.svg';
import arrow from '../../assets/images/whiteArrow.svg';
import homeImg from '../../assets/images/Homepage.png';
import contestimg from '../../assets/images/Contestpage.svg';
import homeImg from '../../assets/images/Homepage.svg';
import contestimg from '../../assets/images/ContestImg.svg';
import leftBubble from '../../assets/images/LeftBubble.svg';
import teambuilding1 from '../../assets/images/Teambuilding1.svg';
import teambuilding2 from '../../assets/images/Teambuilding2.png';
import contestDetail from '../../assets/images/ContestDetail.svg';
import contestDetail from '../../assets/images/ContestDetails.svg';
import rightBubble from '../../assets/images/rightBubble.svg';
import portfolio from '../../assets/images/Portfolio.png';
import portfolioPage from '../../assets/images/PortfolioPage.svg';
import portfolioPage from '../../assets/images/PortfolioPg.svg';

export const HomeContent = styled.div`
display: flex;
Expand Down Expand Up @@ -101,6 +101,8 @@ export const PageImg = styled.div`

export const ContestImg = styled.div`
background: url(${contestimg});
background-size: contain;
background-repeat: no-repeat;
width: 38rem;
height: 25rem;
position: absolute;
Expand Down Expand Up @@ -244,6 +246,8 @@ export const Section3 = styled(Section1)`
export const ContestDetail = styled(ContestImg)`
background: url(${contestDetail});
position: absolute;
background-size: contain;
background-repeat: no-repeat;
left: 0;
height: 30rem;
background-repeat: no-repeat;
Expand Down Expand Up @@ -329,6 +333,8 @@ export const PortfolioImg = styled(TeamImg)`
export const PortfolioDetail = styled(ContestImg)`
background: url(${portfolioPage});
position: absolute;
background-size: contain;
background-repeat: no-repeat;
right: 0;
top: 9.5rem;
width: 37.7rem;
Expand Down

0 comments on commit 75cdf1f

Please sign in to comment.