diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-04-20 09:02:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 15:02:07 +0200 |
commit | c2175872d71e9e55416c0f4793c098d98d297aed (patch) | |
tree | 37cf99d2d5502eeb7a9ae44f243fa3f1f167b628 /files/bg | |
parent | 27beb2c4d0805c5e22a2e643db6d40a5a91e0f6f (diff) | |
download | translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.tar.gz translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.tar.bz2 translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.zip |
replace class="in-page-callout webdev" with class="callout" (#589)
Diffstat (limited to 'files/bg')
-rw-r--r-- | files/bg/learn/html/index.html | 2 | ||||
-rw-r--r-- | files/bg/learn/html/introduction_to_html/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/bg/learn/html/index.html b/files/bg/learn/html/index.html index 46508b0e52..cd7c7b2e36 100644 --- a/files/bg/learn/html/index.html +++ b/files/bg/learn/html/index.html @@ -16,7 +16,7 @@ translation_of: Learn/HTML <p class="summary">To build websites, you should know about {{Glossary('HTML')}} — the fundamental technology used to define the structure of a webpage. HTML is used to specify whether your web content should be recognized as a paragraph, list, heading, link, image, multimedia player, form, or one of many other available elements or even a new element that you define.</p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> diff --git a/files/bg/learn/html/introduction_to_html/index.html b/files/bg/learn/html/introduction_to_html/index.html index 1b35c86467..54cc110cd0 100644 --- a/files/bg/learn/html/introduction_to_html/index.html +++ b/files/bg/learn/html/introduction_to_html/index.html @@ -19,7 +19,7 @@ translation_of: Learn/HTML/Introduction_to_HTML <p class="summary">At its heart, {{glossary("HTML")}} is a fairly simple language made up of {{Glossary("Element","elements")}}, which can be applied to pieces of text to give them different meaning in a document (Is it a paragraph? Is it a bulleted list? Is it part of a table?), structure a document into logical sections (Does it have a header? Three columns of content? A navigation menu?), and embed content such as images and videos into a page. This module will introduce the first two of these and introduce fundamental concepts and syntax you need to know to understand HTML.</p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> |