Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Homework] 20201012 #9

Closed
4 tasks done
filoscoder opened this issue Oct 8, 2020 · 1 comment · Fixed by #10 or #13
Closed
4 tasks done

[Homework] 20201012 #9

filoscoder opened this issue Oct 8, 2020 · 1 comment · Fixed by #10 or #13
Assignees
Labels
homework Homework assign

Comments

@filoscoder
Copy link
Owner

filoscoder commented Oct 8, 2020

Hi @jkim237 :)

이번주 숙제입니다: 다음주 (월) 20201012 일까지 해주시고, 같이 풀어나갑시다!

모든 작업은 fork하신 repository의 homework 폴더 안에서 코딩 후 PR을 작성하여 제출해주세요!

VScode 내에 Live Server extension을 설치하여, 각 숙제파일을 확인하면서 체크하세요!

  • 1. tables.html 파일을 작성해주세요:

    • HTML => tables 이론을 자체적으로 공부해주세요.
    • 아래 사진을 보고 HTML의 Table 관련 태그 와 속성들을 구현해주세요!
    • (optional) 원하신다면 CSS를 사용하셔서 재밌게 작업해주세요!
      스크린샷 2020-10-08 오후 3 41 04
      스크린샷 2020-10-08 오후 3 41 16
      스크린샷 2020-10-08 오후 3 41 32
  • 2. forms.html 파일을 작성해주세요:

    • HTML => forms 이론을 자체적으로 공부해주세요.
    • 아래 사진을 보고 HTML의 Form 관련 태그 와 속성들을 이용하여 구현해주세요!
  • forms.html<form> 태그가 submit시 다음 페이지로 이동하게 해주세요: 3-table-form.html

스크린샷 2020-10-08 오후 4 57 21

  • 1,2 번 숙제 후 Pull request를 보내주세요! 설명도 친절하게 작성해주시고 본 issue도 link 해주세요!

    • 꼭! upstream의 상태를 먼저 확인해주세요 (코딩전! 푸시전!): git fetch upstream master
      • 변경사항이 있다면 => git pull upstream master
        -모든 변경사항을 add, commit, push 해주세요
    • then, push => git push origin master
  • (optional) 마지막으로, CSS의 Layout 및 Unit을 공부해주세요

    • CSS Grid
    • Flexbox
    • Unit: Absolute vs Relative CSS units

Javascript는 조금 천천히 시작할께요!

@filoscoder filoscoder added the homework Homework assign label Oct 8, 2020
@filoscoder filoscoder added this to To do in FE_Class_Junghun_Kim via automation Oct 8, 2020
@filoscoder
Copy link
Owner Author

filoscoder commented Oct 9, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
homework Homework assign
Projects
Development

Successfully merging a pull request may close this issue.

2 participants