Skip to content

Commit eb35652

Browse files
committedDec 25, 2020
Temporally set absolute path on images
- FYI: docsifyjs/docsify#850
1 parent 5dbe7e8 commit eb35652

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎7-bank-project/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In this project, you'll learn how to build a fictional bank. These lessons include instructions on how to layout a web app and provide routes, build forms, manage state, and fetch data from an API from which you can fetch the bank's data.
44

5-
<img src="images/screen1.png" width="50%" height="auto"/><img src="images/screen2.png" width="50%" height="auto"/>
5+
<img src="/7-bank-project/images/screen1.png" width="50%" height="auto"/><img src="/7-bank-project/images/screen2.png" width="50%" height="auto"/>
66

77
## Lessons
88

‎7-bank-project/translations/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
En este proyecto, aprenderá a construir un banco ficticio. Estas lecciones incluyen instrucciones sobre cómo diseñar un sitio web y proporcionar rutas, crear formularios, administrar el estado y obtener datos de una API desde la cual puede obtener los datos del banco.
44

5-
<img src="screen1.png" width="50%" height="auto"><img src="screen2.png" width="50%" height="auto">
5+
<img src="/7-bank-project/images/screen1.png" width="50%" height="auto"/><img src="/7-bank-project/images/screen2.png" width="50%" height="auto"/>
66

77
## Lecciones
88

‎7-bank-project/translations/README.ko.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
이 프로젝트에서는, 가상의 은행을 만드는 방법을 배웁니다. 이 강의에는 웹 앱을 레이아웃과 라우트를 제공하고, 폼을 작성하며 상태를 관리하고, 은행 데이터 API에서 데이터를 가져오는 방법에 대한 지침이 포함되어 있습니다.
44

5-
<img src="../images/screen1.png" width="50%" height="auto"/><img src="../images/screen2.png" width="50%" height="auto"/>
5+
<img src="/7-bank-project/images/screen1.png" width="50%" height="auto"/><img src="/7-bank-project/images/screen2.png" width="50%" height="auto"/>
66

77
## 강의
88

0 commit comments

Comments
 (0)