From 36cacc59e61b16a645fd8b1b44b6f152cf585ec4 Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Sat, 26 Dec 2020 07:33:53 +0900 Subject: [PATCH] Use markdown table format to display images instead Using "" HTML cannot guarantee relative paths. The issue is being investigated but using a markdown table format would be an alternative approach. - FYI: https://github.com/docsifyjs/docsify/issues/850 --- 7-bank-project/README.md | 3 ++- 7-bank-project/translations/README.es.md | 3 ++- 7-bank-project/translations/README.ko.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/7-bank-project/README.md b/7-bank-project/README.md index 5dc6e419..7abb156c 100644 --- a/7-bank-project/README.md +++ b/7-bank-project/README.md @@ -2,7 +2,8 @@ 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. - +| ![Screen1](images/screen1.png) | ![Screen2](images/screen2.png) | +|--------------------------------|--------------------------------| ## Lessons diff --git a/7-bank-project/translations/README.es.md b/7-bank-project/translations/README.es.md index 9fb563ce..1024adc3 100644 --- a/7-bank-project/translations/README.es.md +++ b/7-bank-project/translations/README.es.md @@ -2,7 +2,8 @@ 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. - +| ![Screen1](../images/screen1.png) | ![Screen2](../images/screen2.png) | +|-----------------------------------|-----------------------------------| ## Lecciones diff --git a/7-bank-project/translations/README.ko.md b/7-bank-project/translations/README.ko.md index 617268d6..e76572fd 100644 --- a/7-bank-project/translations/README.ko.md +++ b/7-bank-project/translations/README.ko.md @@ -2,7 +2,8 @@ 이 프로젝트에서는, 가상의 은행을 만드는 방법을 배웁니다. 이 강의에는 웹 앱을 레이아웃과 라우트를 제공하고, 폼을 작성하며 상태를 관리하고, 은행 데이터 API에서 데이터를 가져오는 방법에 대한 지침이 포함되어 있습니다. - +| ![Screen1](../images/screen1.png) | ![Screen2](../images/screen2.png) | +|-----------------------------------|-----------------------------------| ## 강의