Skip to content

Commit

Permalink
Design : 공고 페이지 마크업 및 스타일링 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongHwan-dev committed Jan 12, 2022
1 parent fc95830 commit bacd4ef
Show file tree
Hide file tree
Showing 9 changed files with 738 additions and 4 deletions.
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.
Binary file modified public/images/projects/sample-team_logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
734 changes: 734 additions & 0 deletions src/components/projects/StudentAnnouncement.tsx

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/components/projects/TeamAnnouncement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import GroupsIcon from '@mui/icons-material/Groups';

import Pagenation from './Pagenation';

const Announcement: React.FC = () => {
const TeamAnnouncement: React.FC = () => {
return (
<Container>
<AnnouncementHeader>
Expand Down Expand Up @@ -65,7 +65,7 @@ const Announcement: React.FC = () => {
<ItemBody>
<TeamTitle>워라벨을 지향하는 팀원들을 모집합니다.</TeamTitle>
<TeamName>
워라벨 <TeamCampus>(서울)</TeamCampus>
리디 <TeamCampus>(서울)</TeamCampus>
</TeamName>
<TeamStatusList>
<TeamStatusItem>
Expand Down Expand Up @@ -408,7 +408,7 @@ const ItemImg = styled.img`
width: 72px;
height: 72px;
border-radius: 4px;
object-fit: contain;
object-fit: cover;
@media (max-width: 575px) {
width: 40px;
Expand Down Expand Up @@ -518,4 +518,4 @@ const TeckStackItem = styled.li`
}
`;

export default Announcement;
export default TeamAnnouncement;

0 comments on commit bacd4ef

Please sign in to comment.