aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/apps/design/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/web/apps/design/index.html
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/web/apps/design/index.html')
-rw-r--r--files/ko/web/apps/design/index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/files/ko/web/apps/design/index.html b/files/ko/web/apps/design/index.html
new file mode 100644
index 0000000000..23bba7ac10
--- /dev/null
+++ b/files/ko/web/apps/design/index.html
@@ -0,0 +1,35 @@
+---
+title: 열린 웹 응용프로그램들 설계하기
+slug: Web/Apps/Design
+tags:
+ - Apps
+ - Beginner
+ - CSS
+ - Design
+ - Examples
+ - Guide
+ - Layout
+ - Mobile
+ - NeedsTranslation
+ - Styleguides
+ - TopicStub
+ - UX
+ - Usability
+ - Web Development
+ - patterns
+translation_of: Archive/Apps/Design
+---
+<div class="summary">
+<p>In this section, we'll introduce design and UX principles to incorporate into your Open Web Apps. In an effort to help you kickstart your project, we have included links to relevant examples and style guides.</p>
+</div>
+
+<h2 id="일반_웹_앱_디자인">일반 웹 앱 디자인</h2>
+
+<p>The items under this section apply generally to Web app design.</p>
+
+<dl>
+ <dt><a href="/ko/Apps/Design/Planning">계획하기</a></dt>
+ <dd>The articles in this section provide information on planning a successful Web app, including high level planning ideas and general design principles.</dd>
+ <dt><a href="/en-US/Apps/Design/UI_layout_basics">UI 배치의 기본</a></dt>
+ <dd>These articles provide guides and theory behind implementing effective layouts for Open Web Apps, including responsive design, flexible boxes, etc.</dd>
+</dl>