Skip to content

Commit

Permalink
docs: 사용하지 않는 데이터 삭제
Browse files Browse the repository at this point in the history
docs: 사용하지 않는 데이터 삭제
  • Loading branch information
tjrmswo authored Apr 19, 2024
2 parents 057af1b + 1f5f286 commit 4e65b28
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 302 deletions.
1 change: 1 addition & 0 deletions src/app/assets/svg/Home_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/assets/svg/Message_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/assets/svg/Phone_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/assets/svg/Trash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/assets/svg/User_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/app/assets/svg/chevron-right-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/assets/svg/file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions src/app/assets/svg/finalproject-main.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/app/assets/svg/letsdrawmypp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/app/assets/svg/minimize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/assets/svg/myPageBackground.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/app/assets/svg/nextjs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/assets/svg/plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/assets/svg/sc-location-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/app/components/commonComponents/VisibilityEyes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ const VisibilityEyes: React.FC<AboutVisibilityEyes> = ({
transform: translateY(-50%);
padding: 5px;
border-radius: 50%;
transition: width 0.2s, height 0.2s;
transition:
width 0.2s,
height 0.2s;
cursor: pointer;
&:hover {
border: 1px solid ${commonColor.representative};
Expand Down
151 changes: 0 additions & 151 deletions src/app/styleComponents/homePageStyles/HomePageStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,6 @@ export const dropdownMenuStyle = css`
z-index: 1;
`;

export const dropdownCompanyMenuStyle = css`
position: absolute;
top: 40px;
right: 55px;
width: 140px;
height: 90px;
line-height: 35px;
background-color: white;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
padding: 12px 16px;
z-index: 1;
`;

export const buttonStyle = (backgroundColor: string, color: string) => css`
${flexCenterX2};
width: 78px;
Expand All @@ -75,46 +62,6 @@ export const buttonStyle = (backgroundColor: string, color: string) => css`
cursor: pointer;
`;

export const homeTitleStyle = () => css`
font-weight: 700;
font-size: 40px;
line-height: 48px;
color: #242424;
`;

export const homeMenuStyle = () => css`
display: flex;
font-weight: 600;
font-size: 24px;
line-height: 29px;
justify-content: flex-start;
margin-left: 80px;
span {
margin-right: 20px;
cursor: pointer;
&:last-child {
margin-right: 0;
}
}
// @media (max-width: 1023px) {
// font-size: 20px;
// margin-left: 40px;
// span {
// margin-right: 15px;
// }
// }
// @media (max-width: 767px) {
// font-size: 16px;
// margin-left: 20px;
// span {
// margin-right: 10px;
// }
// }
`;

export const homeButtonContainer = () => css`
${flexCenterX2};
margin-left: 20px;
Expand All @@ -124,18 +71,6 @@ export const homeButtonContainer = () => css`
}
`;

export const titleAndMenuStyle = css`
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-start;
`;

export const titleAndMenuStylePalette = css`
${flexCenterX2};
margin-left: 20px;
`;

export const mainArticle = css`
${flexCenterX2};
Expand All @@ -145,21 +80,6 @@ export const mainArticle = css`
export const mainArticleRightSide = css`
flex: 1;
height: 100%;
// ${flexCenterX2};
// margin-left: 10px;
// margin-top: 10px;
// margin-right: 10px;
// display: flex;
// height: auto;
// flex-direction: column;
// align-items: flex-start;
// p {
// font-weight: 600;
// font-size: 16px;
// line-height: 19px;
// }
`;

export const mainBodyFlex = css`
Expand All @@ -170,58 +90,6 @@ export const mainBodyFlex = css`
gap: 20px;
`;

export const mainArticleLeftSide = css`
flex: 1;
position: relative;
text-align: center;
`;

export const drowPortpoilotextContainer = css`
position: absolute;
top: 0;
left: 1vw;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
text-align: center;
`;

export const portpoiloText1 = css`
width: 234px;
display: flex;
justify-content: flex-start;
flex-direction: column;
align-items: flex-start;
`;

export const portpoiloText2 = css`
color: white !important;
display: flex;
flex-direction: column;
margin-top: 10px;
color: white !important;
font-weight: 400;
font-size: 15px;
line-height: 20px;
align-items: flex-start;
`;

export const letsDrawMyPortpoiloImage = css`
width: 100%;
height: 100%;
position: relative;
z-index: -1;
`;

export const mainArticleMiddle = css`
flex: 4;
height: 100%;
min-width: 800px;
`;

export const wantedCss = css`
font-style: normal;
font-weight: 600;
Expand All @@ -236,18 +104,6 @@ export const wantedCss = css`
margin-top: 15px;
`;

export const wantedCss1 = css`
margin-top: 25px;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
height: 179px;
align-items: center;
display: flex;
flex-direction: column;
`;

export const homepageFooterContainer = css`
background-color: #efefef;
margin-top: 10px;
Expand All @@ -260,13 +116,6 @@ export const homepageFooterContainer = css`
font-size: 10px;
`;

export const paletteFooterLogo = css`
font-weight: 700;
font-size: 30px;
line-height: 48px;
color: #242424;
`;

export const footerInfomation = css`
margin-left: 80px;
`;
Expand Down
Loading

0 comments on commit 4e65b28

Please sign in to comment.