aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web_development/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web_development/mobile')
-rw-r--r--files/ru/web_development/mobile/index.html1
-rw-r--r--files/ru/web_development/mobile/responsive_design/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/files/ru/web_development/mobile/index.html b/files/ru/web_development/mobile/index.html
index 112d15199d..cc288a9c45 100644
--- a/files/ru/web_development/mobile/index.html
+++ b/files/ru/web_development/mobile/index.html
@@ -7,6 +7,7 @@ tags:
- TopicStub
- Web Development
translation_of: Web/Guide/Mobile
+translation_of_original: Web_Development/Mobile
---
<p>Developing web sites to be viewed on mobile devices requires approaches that ensure a web site works as well on mobile devices as it does on desktop browsers. The following articles describe some of these approaches.</p>
<ul>
diff --git a/files/ru/web_development/mobile/responsive_design/index.html b/files/ru/web_development/mobile/responsive_design/index.html
index 59c1b06fb9..8d8c8ba678 100644
--- a/files/ru/web_development/mobile/responsive_design/index.html
+++ b/files/ru/web_development/mobile/responsive_design/index.html
@@ -2,6 +2,7 @@
title: Адаптивный дизайн
slug: Web_Development/Mobile/Responsive_design
translation_of: Web/Progressive_web_apps
+translation_of_original: Web/Guide/Responsive_design
---
<p>As a reaction to the problems associated with the <a href="/en-US/docs/Web_Development/Mobile/Separate_sites" title="Web development/Mobile/Separate sites">separate sites</a> approach to developing Web sites for both mobile and desktop, a relatively new idea (which is actually <a href="http://www.alistapart.com/articles/dao/">quite old</a>) is growing in popularity: ditch user-agent detection, and instead make your page respond on the client-side to the browser’s capabilities. This approach, introduced by Ethan Marcotte in his article for <a href="http://alistapart.com" title="http://alistapart.com">A List Apart</a>, came to be known as <a href="http://www.alistapart.com/articles/responsive-web-design/" style="line-height: 1.572;">Responsive Web Design</a>. Like the separate sites approach, responsive Web design has positive and negative aspects.</p>
<h2 id="The_Advantages">The Advantages</h2>