mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-27 00:25:53 +02:00
FIX : fix url for translations folder
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# 접근 가능한 웹 페이지 생성하기
|
||||
|
||||

|
||||

|
||||
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||
|
||||
## 강의 전 퀴즈
|
||||
[Pre-lecture quiz](.github/pre-lecture-quiz.md)
|
||||
[Pre-lecture quiz](../.github/pre-lecture-quiz.md)
|
||||
|
||||
> 웹의 힘은 보편성에 있습니다. 장애에 관계없이 모든 사람이 접근하는 것은 필수 요소입니다.
|
||||
>
|
||||
@@ -207,7 +207,7 @@ CSS는 페이지에 있는 모든 요소의 형태를 완벽하게 제어합니
|
||||
```
|
||||
|
||||
## 강의 후 퀴즈
|
||||
[Post-lecture quiz](.github/post-lecture-quiz.md)
|
||||
[Post-lecture quiz](../.github/post-lecture-quiz.md)
|
||||
|
||||
## 리뷰 & 자기주도 학습
|
||||
|
||||
@@ -215,6 +215,6 @@ CSS는 페이지에 있는 모든 요소의 형태를 완벽하게 제어합니
|
||||
|
||||
## 과제
|
||||
|
||||
[Analyze a non-accessible web site](assignment.md)
|
||||
[Analyze a non-accessible web site](../assignment.md)
|
||||
|
||||
크레딧: [Turtle Ipsum](https://github.com/Instrument/semantic-html-sample) by Instrument
|
||||
|
Reference in New Issue
Block a user