From ba73c07fa30c9162065ade58bc8dcf93b77afec0 Mon Sep 17 00:00:00 2001 From: KonstantinSimeonov Date: Mon, 10 Oct 2016 14:11:29 +0300 Subject: [PATCH] Presentation fixes --- Topics/00. Course-Introduction/README.md | 4 ++-- Topics/02. HTML-Fundamentals/README.md | 2 +- Topics/03. HTML-Tables/README.md | 14 +++++++------- Topics/04. HTML-Forms-and-Frames/README.md | 22 +++++++++++----------- Topics/05. Semantic-HTML/README.md | 2 +- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Topics/00. Course-Introduction/README.md b/Topics/00. Course-Introduction/README.md index 85658d0..7a7b343 100644 --- a/Topics/00. Course-Introduction/README.md +++ b/Topics/00. Course-Introduction/README.md @@ -236,9 +236,9 @@ -# HTML Basics: Course Introduction +# HTML Basics:
Course Introduction - + # Free Trainings @ Telerik Academy diff --git a/Topics/02. HTML-Fundamentals/README.md b/Topics/02. HTML-Fundamentals/README.md index 08c1c4a..92e3a2c 100644 --- a/Topics/02. HTML-Fundamentals/README.md +++ b/Topics/02. HTML-Fundamentals/README.md @@ -505,7 +505,7 @@ This one is more emphasized. # Free Trainings @ Telerik Academy -- Fundamentals of C# Programming Track of Courses +- Web front-end track - [html.telerik.com](http://academy.telerik.com/student-courses/web-design-and-ui/about) - Telerik Software Academy - [academy.telerik.com](academy.telerik.com) diff --git a/Topics/03. HTML-Tables/README.md b/Topics/03. HTML-Tables/README.md index 0b5697b..86c69f5 100644 --- a/Topics/03. HTML-Tables/README.md +++ b/Topics/03. HTML-Tables/README.md @@ -78,7 +78,7 @@ -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/1. Simple-tables.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/1.%20Simple-tables.html) @@ -109,7 +109,7 @@ -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/2. Data-and-header-cells.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/2.%20Data-and-header-cells.html) @@ -180,7 +180,7 @@ -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/3. Complete-tables.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/3.%20Complete-tables.html) @@ -217,7 +217,7 @@ -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/4. Nested-tables.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/4.%20Nested-tables.html) @@ -296,7 +296,7 @@ -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/5. Table-cells-spacing-padding.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/5.%20Table-cells-spacing-padding.html) @@ -343,7 +343,7 @@ -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/6. Table-colspan-rowspan.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/03.%20HTML-Tables/demos/6.%20Table-colspan-rowspan.html) @@ -355,7 +355,7 @@ # Free Trainings @ Telerik Academy -- Fundamentals of C# Programming Track of Courses +- Web front-end track - [html.telerik.com](http://academy.telerik.com/student-courses/web-design-and-ui/about) - Telerik Software Academy - [telerikacademy.com](https://telerikacademy.com) diff --git a/Topics/04. HTML-Forms-and-Frames/README.md b/Topics/04. HTML-Forms-and-Frames/README.md index 95e7187..05ccd36 100644 --- a/Topics/04. HTML-Forms-and-Frames/README.md +++ b/Topics/04. HTML-Forms-and-Frames/README.md @@ -66,7 +66,7 @@
The "method" attribute tells how the form data should be sent – via GET or POST request
- + # Text Fields - **Single-line** text input fields: @@ -86,9 +86,9 @@ ``` - - - + + + @@ -219,7 +219,7 @@ -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/04.%20HTML-Forms-and-Frames/demos/1. Form-input-fields.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/04.%20HTML-Forms-and-Frames/demos/1.%20Form-input-fields.html) @@ -255,7 +255,7 @@ -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/04.%20HTML-Forms-and-Frames/demos/2. Sliders-spinboxes.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/04.%20HTML-Forms-and-Frames/demos/2.%20Sliders-spinboxes.html) @@ -302,7 +302,7 @@ -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/04.%20HTML-Forms-and-Frames/demos/3. Forms-validation.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/04.%20HTML-Forms-and-Frames/demos/3.%20Forms-validation.html) @@ -323,7 +323,7 @@ -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/04.%20HTML-Forms-and-Frames/demos/4. Tab-index.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/04.%20HTML-Forms-and-Frames/demos/4.%20Tab-index.html) @@ -365,7 +365,7 @@ _Note_: the target attribute applied to the <a> elements in t -## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/04.%20HTML-Forms-and-Frames/demos/5. Frames.html) +## [Demo](https://github.com/TelerikAcademy/HTML/tree/master/Topics/04.%20HTML-Forms-and-Frames/demos/5.%20Frames.html) # Inline Frames: `