aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web_development
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
commite3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch)
treee79f55a57428a312358befac396d4abe25730206 /files/ru/web_development
parent65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff)
downloadtranslated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip
adding translation_of_original to front-matter
Diffstat (limited to 'files/ru/web_development')
-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>