From e15e4e5d4d8802e68a01df06c55d7c1b419c8119 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:01 +0100 Subject: unslug kab: move --- .../learn/getting_started_with_the_web/index.html | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 files/kab/learn/getting_started_with_the_web/index.html (limited to 'files/kab/learn/getting_started_with_the_web/index.html') diff --git a/files/kab/learn/getting_started_with_the_web/index.html b/files/kab/learn/getting_started_with_the_web/index.html new file mode 100644 index 0000000000..1a4acedfca --- /dev/null +++ b/files/kab/learn/getting_started_with_the_web/index.html @@ -0,0 +1,60 @@ +--- +title: Asekkar n Web +slug: Lmed/Getting_started_with_the_web +tags: + - Beginner + - CSS + - Design + - Guide + - HTML + - Index + - NeedsTranslation + - TopicStub + - 'l10n:priority' + - publishing + - theory +translation_of: Learn/Getting_started_with_the_web +--- +
{{LearnSidebar}}
+ +
+

Asekker n Web d amezrar usdid ara wen-d imlen s wudem isehlen i tneflit n Web.ad tt-sewleḍ allalen i teḥwaǧǧeḍ i usali n usebter Web afraray u sissen tangalt-inek tafrarayt.

+
+ +

Amezruy  n wasmel-inek amezwaru

+ +

D leqdic ameqṛan i usalay n wasmel asadar, ihi,ma telliḍ d amaynut deg usnefli n Web,ad-k nenhu ad tebduḍ s ttawil kan. ur tsalayeḍ ara Facebook nniḍen akka tura,maca ur yewɛiṛ ara ad terreḍ asmel Web-inek ar uqqin,ihi tura anebdu.

+ +

Mara tqedceḍ imagraden-agi s usussel, seg wulac ad d-ḥelliḍ asmel Web amezwaru-inek ar uqqin.Iya-d ihi!

+ +

Aserkeb aseɣẓan n udasil

+ +

Mara yili d ifecka n usalay n wasmel, aṭas n wafran i yellan. ma tikkelt-inek tamezwarut, yezmer ad k-ɛerqent imi ṭṭuqten imaẓragen n tangalin, amḍiq n uqedic d ifecka n ukayad yellan. deg tigezmi n usebded n useɣẓan amezwaru, ad k-d nemmel s umecwaṛ amek ara tesbedeḍ iseɣẓan iteḥwaǧǧeḍ deg usnefli n wasmel web amezwaru.

+ +

Amek ara d yeffeɣ wasmel-inek?

+ +

Before you start writing the code for your website, you should plan it first. What information are you showcasing? What fonts and colors are you using? What will your website look like? We outline a simple method you can follow to plan out your site's content and design.

+ +

Dealing with files

+ +

A website consists of many files: text content, code, stylesheets, media content, and so on. When you're building a website, you need to assemble these files into a sensible structure and make sure they can talk to one another. Dealing with files explains how to set up a sensible file structure for your website and what issues you should be aware of.

+ +

HTML basics

+ +

Hypertext Markup Language (HTML) is the code that you use to structure your web content, and give it meaning and purpose. For example, is my content a set of paragraphs, or a list of bullet points? Do I have images inserted in my page? Do I have a data table? Without overwhelming you, HTML basics provides enough information to make you familiar with HTML.

+ +

CSS basics

+ +

Cascading Stylesheets (CSS) is the code that you use to style your website. For example, do you want text to be black or red? Where should content be drawn on the screen? What background images and colors should be used to decorate your website? CSS basics takes you through what you need to get started.

+ +

JavaScript basics

+ +

JavaScript is the programming language that you use to add interactive features to your website, for example games, things that happen when buttons are pressed or data is entered in forms, dynamic styling effects, animation, and much more. JavaScript basics gives you an idea of what is possible with this exciting language, and how to get started.

+ +

Publishing your website

+ +

Once you have finished writing the code and organizing the files that make up your website, you need to put it all online so people can find it. Publishing your sample code describes how to get your simple sample code online with minimum effort.

+ +

How the web works

+ +

When you access your favorite website, a lot of complicated things happen in the background that you may not know about. How the web works outlines what happens when you view a webpage on your computer.

-- cgit v1.2.3-54-g00ecf From 2eadb6899ee03a6b6d59952b460495dea317e40f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:01 +0100 Subject: unslug kab: modify --- files/kab/_redirects.txt | 17 +- files/kab/_wikihistory.json | 176 ++++++++++----------- files/kab/games/examples/index.html | 3 +- .../html_basics/index.html | 3 +- .../learn/getting_started_with_the_web/index.html | 5 +- files/kab/learn/html/index.html | 3 +- .../kab/learn/html/introduction_to_html/index.html | 3 +- files/kab/learn/index.html | 3 +- .../games/tools/engines_and_tools/index.html | 3 +- files/kab/orphaned/glossary/aneggaf/index.html | 3 +- files/kab/orphaned/mdn/community/index.html | 3 +- .../howto/create_an_mdn_account/index.html | 3 +- files/kab/tools/web_console/index.html | 3 +- files/kab/web/accessibility/index.html | 3 +- files/kab/web/javascript/guide/index.html | 3 +- 15 files changed, 128 insertions(+), 106 deletions(-) (limited to 'files/kab/learn/getting_started_with_the_web/index.html') diff --git a/files/kab/_redirects.txt b/files/kab/_redirects.txt index 52b7998a39..d2063d5110 100644 --- a/files/kab/_redirects.txt +++ b/files/kab/_redirects.txt @@ -1,6 +1,15 @@ # FROM-URL TO-URL -/kab/docs/Learn/Getting_started_with_the_web /kab/docs/Lmed/Getting_started_with_the_web -/kab/docs/Learn/Getting_started_with_the_web/HTML_basics /kab/docs/Lmed/Getting_started_with_the_web/HTML_basics -/kab/docs/Learn/HTML /kab/docs/Lmed/HTML -/kab/docs/Learn/HTML/Introduction_to_HTML /kab/docs/Lmed/HTML/Introduction_to_HTML +/kab/docs/Games/Imedyaten /kab/docs/Games/Examples +/kab/docs/Games/Tools/Engines_and_tools /kab/docs/orphaned/Games/Tools/Engines_and_tools +/kab/docs/Glossary/aneggaf /kab/docs/orphaned/Glossary/aneggaf +/kab/docs/Lmed /kab/docs/Learn +/kab/docs/Lmed/Getting_started_with_the_web /kab/docs/Learn/Getting_started_with_the_web +/kab/docs/Lmed/Getting_started_with_the_web/HTML_basics /kab/docs/Learn/Getting_started_with_the_web/HTML_basics +/kab/docs/Lmed/HTML /kab/docs/Learn/HTML +/kab/docs/Lmed/HTML/Introduction_to_HTML /kab/docs/Learn/HTML/Introduction_to_HTML +/kab/docs/MDN/Contribute/Howto/Create_an_MDN_account /kab/docs/orphaned/MDN/Contribute/Howto/Create_an_MDN_account /kab/docs/MDN/Iwenniten /kab/docs/MDN/Contribute/Feedback +/kab/docs/MDN/Tamezdaynutt /kab/docs/orphaned/MDN/Community +/kab/docs/Tools/Tadiwent_Web /kab/docs/Tools/Web_Console +/kab/docs/Web/JavaScript/Amnir /kab/docs/Web/JavaScript/Guide +/kab/docs/Web/Tuffart /kab/docs/Web/Accessibility diff --git a/files/kab/_wikihistory.json b/files/kab/_wikihistory.json index dfa8e8a30e..f3ce881ed7 100644 --- a/files/kab/_wikihistory.json +++ b/files/kab/_wikihistory.json @@ -7,13 +7,6 @@ "AlemFarid" ] }, - "Games/Imedyaten": { - "modified": "2019-01-17T00:33:41.158Z", - "contributors": [ - "wbamberg", - "AlemFarid" - ] - }, "Games/Techniques": { "modified": "2019-01-17T00:32:29.921Z", "contributors": [ @@ -50,13 +43,6 @@ "dkocho4" ] }, - "Games/Tools/Engines_and_tools": { - "modified": "2019-03-23T22:15:49.757Z", - "contributors": [ - "wbamberg", - "AlemFarid" - ] - }, "Games/Tutorials": { "modified": "2019-03-18T21:15:32.650Z", "contributors": [ @@ -137,49 +123,6 @@ "AlemFarid" ] }, - "Glossary/aneggaf": { - "modified": "2019-01-17T00:36:04.202Z", - "contributors": [ - "belkacem77" - ] - }, - "Lmed": { - "modified": "2020-07-16T22:43:44.046Z", - "contributors": [ - "AlemFarid", - "SphinxKnight", - "belkacem77" - ] - }, - "Lmed/Getting_started_with_the_web": { - "modified": "2020-07-16T22:33:53.869Z", - "contributors": [ - "AlemFarid", - "jwhitlock", - "Jom97" - ] - }, - "Lmed/Getting_started_with_the_web/HTML_basics": { - "modified": "2020-07-16T22:34:48.291Z", - "contributors": [ - "AlemFarid", - "jwhitlock" - ] - }, - "Lmed/HTML": { - "modified": "2020-07-16T22:22:20.132Z", - "contributors": [ - "jwhitlock", - "chrisdavidmills" - ] - }, - "Lmed/HTML/Introduction_to_HTML": { - "modified": "2020-07-16T22:22:50.316Z", - "contributors": [ - "jwhitlock", - "AlemFarid" - ] - }, "MDN": { "modified": "2020-02-19T19:27:51.835Z", "contributors": [ @@ -216,21 +159,6 @@ "jswisher" ] }, - "MDN/Contribute/Howto/Create_an_MDN_account": { - "modified": "2019-01-17T02:12:47.706Z", - "contributors": [ - "wbamberg", - "AlemFarid" - ] - }, - "MDN/Tamezdaynutt": { - "modified": "2020-01-08T19:08:17.925Z", - "contributors": [ - "AlemFarid", - "SphinxKnight", - "wbamberg" - ] - }, "Mozilla": { "modified": "2020-12-12T04:30:24.199Z", "contributors": [ @@ -301,12 +229,6 @@ "AlemFarid" ] }, - "Tools/Tadiwent_Web": { - "modified": "2020-07-16T22:34:06.350Z", - "contributors": [ - "AlemFarid" - ] - }, "Web": { "modified": "2020-01-09T06:29:14.605Z", "contributors": [ @@ -373,12 +295,6 @@ "belkacem77" ] }, - "Web/JavaScript/Amnir": { - "modified": "2020-03-12T19:46:27.549Z", - "contributors": [ - "AlemFarid" - ] - }, "Web/MathML": { "modified": "2020-01-08T18:43:48.020Z", "contributors": [ @@ -405,14 +321,98 @@ "AlemFarid" ] }, - "Web/Tuffart": { - "modified": "2020-01-05T20:38:50.587Z", + "Web/Tutorials": { + "modified": "2019-03-23T22:14:38.443Z", "contributors": [ "AlemFarid" ] }, - "Web/Tutorials": { - "modified": "2019-03-23T22:14:38.443Z", + "Games/Examples": { + "modified": "2019-01-17T00:33:41.158Z", + "contributors": [ + "wbamberg", + "AlemFarid" + ] + }, + "orphaned/Games/Tools/Engines_and_tools": { + "modified": "2019-03-23T22:15:49.757Z", + "contributors": [ + "wbamberg", + "AlemFarid" + ] + }, + "orphaned/Glossary/aneggaf": { + "modified": "2019-01-17T00:36:04.202Z", + "contributors": [ + "belkacem77" + ] + }, + "Learn/Getting_started_with_the_web/HTML_basics": { + "modified": "2020-07-16T22:34:48.291Z", + "contributors": [ + "AlemFarid", + "jwhitlock" + ] + }, + "Learn/Getting_started_with_the_web": { + "modified": "2020-07-16T22:33:53.869Z", + "contributors": [ + "AlemFarid", + "jwhitlock", + "Jom97" + ] + }, + "Learn/HTML": { + "modified": "2020-07-16T22:22:20.132Z", + "contributors": [ + "jwhitlock", + "chrisdavidmills" + ] + }, + "Learn/HTML/Introduction_to_HTML": { + "modified": "2020-07-16T22:22:50.316Z", + "contributors": [ + "jwhitlock", + "AlemFarid" + ] + }, + "Learn": { + "modified": "2020-07-16T22:43:44.046Z", + "contributors": [ + "AlemFarid", + "SphinxKnight", + "belkacem77" + ] + }, + "orphaned/MDN/Contribute/Howto/Create_an_MDN_account": { + "modified": "2019-01-17T02:12:47.706Z", + "contributors": [ + "wbamberg", + "AlemFarid" + ] + }, + "orphaned/MDN/Community": { + "modified": "2020-01-08T19:08:17.925Z", + "contributors": [ + "AlemFarid", + "SphinxKnight", + "wbamberg" + ] + }, + "Tools/Web_Console": { + "modified": "2020-07-16T22:34:06.350Z", + "contributors": [ + "AlemFarid" + ] + }, + "Web/JavaScript/Guide": { + "modified": "2020-03-12T19:46:27.549Z", + "contributors": [ + "AlemFarid" + ] + }, + "Web/Accessibility": { + "modified": "2020-01-05T20:38:50.587Z", "contributors": [ "AlemFarid" ] diff --git a/files/kab/games/examples/index.html b/files/kab/games/examples/index.html index 370f14cee4..113b16560f 100644 --- a/files/kab/games/examples/index.html +++ b/files/kab/games/examples/index.html @@ -1,7 +1,8 @@ --- title: Imedyaten -slug: Games/Imedyaten +slug: Games/Examples translation_of: Games/Examples +original_slug: Games/Imedyaten ---
{{GamesSidebar}}
{{IncludeSubnav("/en-US/docs/Games")}}
diff --git a/files/kab/learn/getting_started_with_the_web/html_basics/index.html b/files/kab/learn/getting_started_with_the_web/html_basics/index.html index bdbd531025..f89e9a0d04 100644 --- a/files/kab/learn/getting_started_with_the_web/html_basics/index.html +++ b/files/kab/learn/getting_started_with_the_web/html_basics/index.html @@ -1,7 +1,8 @@ --- title: HTML uzdir -slug: Lmed/Getting_started_with_the_web/HTML_basics +slug: Learn/Getting_started_with_the_web/HTML_basics translation_of: Learn/Getting_started_with_the_web/HTML_basics +original_slug: Lmed/Getting_started_with_the_web/HTML_basics ---
diff --git a/files/kab/learn/getting_started_with_the_web/index.html b/files/kab/learn/getting_started_with_the_web/index.html index 1a4acedfca..2685aad3b5 100644 --- a/files/kab/learn/getting_started_with_the_web/index.html +++ b/files/kab/learn/getting_started_with_the_web/index.html @@ -1,6 +1,6 @@ --- title: Asekkar n Web -slug: Lmed/Getting_started_with_the_web +slug: Learn/Getting_started_with_the_web tags: - Beginner - CSS @@ -10,10 +10,11 @@ tags: - Index - NeedsTranslation - TopicStub - - 'l10n:priority' + - l10n:priority - publishing - theory translation_of: Learn/Getting_started_with_the_web +original_slug: Lmed/Getting_started_with_the_web ---
{{LearnSidebar}}
diff --git a/files/kab/learn/html/index.html b/files/kab/learn/html/index.html index 5ea3385644..7df39250f5 100644 --- a/files/kab/learn/html/index.html +++ b/files/kab/learn/html/index.html @@ -1,6 +1,6 @@ --- title: HTML -slug: Lmed/HTML +slug: Learn/HTML tags: - Beginner - Guide @@ -11,6 +11,7 @@ tags: - Topic - TopicStub translation_of: Learn/HTML +original_slug: Lmed/HTML ---
{{LearnSidebar}}
diff --git a/files/kab/learn/html/introduction_to_html/index.html b/files/kab/learn/html/introduction_to_html/index.html index cdf91173b2..db181e6ef1 100644 --- a/files/kab/learn/html/introduction_to_html/index.html +++ b/files/kab/learn/html/introduction_to_html/index.html @@ -1,7 +1,8 @@ --- title: Tazwart ɣer HTML -slug: Lmed/HTML/Introduction_to_HTML +slug: Learn/HTML/Introduction_to_HTML translation_of: Learn/HTML/Introduction_to_HTML +original_slug: Lmed/HTML/Introduction_to_HTML ---
{{LearnSidebar}}
diff --git a/files/kab/learn/index.html b/files/kab/learn/index.html index cc145e1c92..105007193f 100644 --- a/files/kab/learn/index.html +++ b/files/kab/learn/index.html @@ -1,7 +1,8 @@ --- title: Lmed taneflit n web -slug: Lmed +slug: Learn translation_of: Learn +original_slug: Lmed ---
{{LearnSidebar}}
diff --git a/files/kab/orphaned/games/tools/engines_and_tools/index.html b/files/kab/orphaned/games/tools/engines_and_tools/index.html index 1538446ceb..0b5a4ae2e3 100644 --- a/files/kab/orphaned/games/tools/engines_and_tools/index.html +++ b/files/kab/orphaned/games/tools/engines_and_tools/index.html @@ -1,7 +1,8 @@ --- title: Imsaddayen ed ifecka n wurar -slug: Games/Tools/Engines_and_tools +slug: orphaned/Games/Tools/Engines_and_tools translation_of: Games/Tools/Engines_and_tools +original_slug: Games/Tools/Engines_and_tools ---
{{GamesSidebar}}
{{IncludeSubnav("/en-US/docs/Games")}}
diff --git a/files/kab/orphaned/glossary/aneggaf/index.html b/files/kab/orphaned/glossary/aneggaf/index.html index e30fe9f293..0019fdc2c2 100644 --- a/files/kab/orphaned/glossary/aneggaf/index.html +++ b/files/kab/orphaned/glossary/aneggaf/index.html @@ -1,8 +1,9 @@ --- title: aneggaf -slug: Glossary/aneggaf +slug: orphaned/Glossary/aneggaf tags: - Aneggaf - HTTP +original_slug: Glossary/aneggaf ---

Aneggaf d tarrayt n teɣwalt gar sin n isenneftaɣen

diff --git a/files/kab/orphaned/mdn/community/index.html b/files/kab/orphaned/mdn/community/index.html index db919ab4d3..0cdd8fda87 100644 --- a/files/kab/orphaned/mdn/community/index.html +++ b/files/kab/orphaned/mdn/community/index.html @@ -1,7 +1,8 @@ --- title: Ddu ɣer tmezdagnut MDN -slug: MDN/Tamezdaynutt +slug: orphaned/MDN/Community translation_of: MDN/Community +original_slug: MDN/Tamezdaynutt ---
{{MDNSidebar}}
diff --git a/files/kab/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html b/files/kab/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html index e1e65adb57..dc6f84d1a6 100644 --- a/files/kab/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html +++ b/files/kab/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html @@ -1,7 +1,8 @@ --- title: Amek ad snulfuḍ amiḍan MDN -slug: MDN/Contribute/Howto/Create_an_MDN_account +slug: orphaned/MDN/Contribute/Howto/Create_an_MDN_account translation_of: MDN/Contribute/Howto/Create_an_MDN_account +original_slug: MDN/Contribute/Howto/Create_an_MDN_account ---
{{MDNSidebar}}

 

diff --git a/files/kab/tools/web_console/index.html b/files/kab/tools/web_console/index.html index dba737cb25..4f8b5e8e5d 100644 --- a/files/kab/tools/web_console/index.html +++ b/files/kab/tools/web_console/index.html @@ -1,7 +1,8 @@ --- title: Tadiwent n Web -slug: Tools/Tadiwent_Web +slug: Tools/Web_Console translation_of: Tools/Web_Console +original_slug: Tools/Tadiwent_Web ---

Tadiwent n Web:

diff --git a/files/kab/web/accessibility/index.html b/files/kab/web/accessibility/index.html index 47d5a400ab..4d8416ee57 100644 --- a/files/kab/web/accessibility/index.html +++ b/files/kab/web/accessibility/index.html @@ -1,7 +1,8 @@ --- title: Tuffart -slug: Web/Tuffart +slug: Web/Accessibility translation_of: Web/Accessibility +original_slug: Web/Tuffart ---

Anekcum deg usnefli n Web anamek-is d akken ad yeyeǧǧ aseqdec n yismal web i wugar n medden, ɣas ma yella txuṣ tmussni-nsen deg waya. aten-ih kra n yisallen i wen yessefken deg usnifel n wegbur uffar.

diff --git a/files/kab/web/javascript/guide/index.html b/files/kab/web/javascript/guide/index.html index 08f85b9cf5..2764b09aa1 100644 --- a/files/kab/web/javascript/guide/index.html +++ b/files/kab/web/javascript/guide/index.html @@ -1,7 +1,8 @@ --- title: Amnir n JavaScript -slug: Web/JavaScript/Amnir +slug: Web/JavaScript/Guide translation_of: Web/JavaScript/Guide +original_slug: Web/JavaScript/Amnir ---
{{jsSidebar("JavaScript Guide")}}
-- cgit v1.2.3-54-g00ecf