-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
19 changed files
with
124 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
import styled from 'styled-components'; | ||
|
||
import { LogoBigIcon } from '../../assets/icon'; | ||
import { MovingAirplane } from '../../assets/image'; | ||
import AGENCY_NO_BG_IMG from '../../data/AgencyNoBgData'; | ||
|
||
const MovingInfo = () => { | ||
return ( | ||
<MovingInfoContainer> | ||
<Title>예약 사이트로 이동 중 입니다.</Title> | ||
<MovingIllust> | ||
<StyledImg src={LogoBigIcon} /> | ||
<StyledImg src={MovingAirplane} /> | ||
<StyledImg src={AGENCY_NO_BG_IMG['노랑풍선']} /> | ||
</MovingIllust> | ||
</MovingInfoContainer> | ||
); | ||
}; | ||
|
||
export default MovingInfo; | ||
|
||
const MovingInfoContainer = styled.div` | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
justify-content: center; | ||
width: 100%; | ||
height: 100vh; | ||
`; | ||
|
||
const Title = styled.h1` | ||
color: ${({ theme }) => theme.colors.skscanWt}; | ||
${({ theme }) => theme.fonts.heading04} | ||
`; | ||
|
||
const MovingIllust = styled.article` | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
margin-top: 5.4rem; | ||
border: 1px solid ${({ theme }) => theme.colors.skscanWt}; | ||
border-radius: 1rem; | ||
background-color: rgb(255 255 255 / 40%); | ||
padding: 3.8rem 2.3rem; | ||
backdrop-filter: blur(3px); | ||
`; | ||
|
||
const StyledImg = styled.img` | ||
width: min-content; | ||
height: min-content; | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
const TicketDetail = () => { | ||
return <div>TicketDetail</div>; | ||
}; | ||
|
||
export default TicketDetail; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import { | ||
ExpediaNoBgImg, | ||
InterparkNoBgImg, | ||
MyrealtripNoBgImg, | ||
TommorowTourNoBgImg, | ||
TripDotComNoBgImg, | ||
TripleNoBgImg, | ||
VerygoodTravelNoBgImg, | ||
YellowBallonNoBgImg, | ||
} from '../assets/image'; | ||
|
||
type AgencyNoBgImgType = { | ||
// eslint-disable-next-line no-unused-vars | ||
[key in string]: string; | ||
}; | ||
|
||
const AGENCY_NO_BG_IMG: AgencyNoBgImgType = { | ||
인터파크: InterparkNoBgImg, | ||
트리플: TripleNoBgImg, | ||
마이리얼트립: MyrealtripNoBgImg, | ||
노랑풍선: YellowBallonNoBgImg, | ||
트립닷컴: TripDotComNoBgImg, | ||
참좋은여행: VerygoodTravelNoBgImg, | ||
내일여행: TommorowTourNoBgImg, | ||
익스피디아: ExpediaNoBgImg, | ||
}; | ||
|
||
export default AGENCY_NO_BG_IMG; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import styled from 'styled-components'; | ||
|
||
import { GotoBgImg } from '../assets/image'; | ||
import MovingInfo from '../components/siteMoving/MovingInfo'; | ||
|
||
const SiteMoving = () => { | ||
return ( | ||
<> | ||
<SiteMovingBg src={GotoBgImg} alt="비행기와 하늘" /> | ||
<MovingInfo /> | ||
</> | ||
); | ||
}; | ||
|
||
export default SiteMoving; | ||
const SiteMovingBg = styled.img` | ||
position: fixed; | ||
left: 0; | ||
z-index: -1; | ||
width: 100%; | ||
height: 100%; | ||
object-fit: cover; | ||
`; |