From e9de47adc94d9e942fdfdcf0b50d3bfcd9c08f3d Mon Sep 17 00:00:00 2001 From: borb Date: Mon, 14 Jul 2025 18:26:33 +0300 Subject: [PATCH] renumber slides --- 4-html.md => 2-html.md | 0 5-css.md => 3-css.md | 0 6-bootstrap.md => 4-bootstrap.md | 0 7-js-in-html-and-dom.md => 5-js-in-html-and-dom.md | 0 README.md | 10 +++++----- 2-http-slides.html => http-slides.html | 0 2-http.md => http.md | 0 3-rest-architecture.md => rest-architecture.md | 0 8 files changed, 5 insertions(+), 5 deletions(-) rename 4-html.md => 2-html.md (100%) rename 5-css.md => 3-css.md (100%) rename 6-bootstrap.md => 4-bootstrap.md (100%) rename 7-js-in-html-and-dom.md => 5-js-in-html-and-dom.md (100%) rename 2-http-slides.html => http-slides.html (100%) rename 2-http.md => http.md (100%) rename 3-rest-architecture.md => rest-architecture.md (100%) diff --git a/4-html.md b/2-html.md similarity index 100% rename from 4-html.md rename to 2-html.md diff --git a/5-css.md b/3-css.md similarity index 100% rename from 5-css.md rename to 3-css.md diff --git a/6-bootstrap.md b/4-bootstrap.md similarity index 100% rename from 6-bootstrap.md rename to 4-bootstrap.md diff --git a/7-js-in-html-and-dom.md b/5-js-in-html-and-dom.md similarity index 100% rename from 7-js-in-html-and-dom.md rename to 5-js-in-html-and-dom.md diff --git a/README.md b/README.md index dcaa3e9..5fad1fa 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ | # | Lecture | Slides | |:--|:-------------------------------------------------|:----------------------------------------------------| | 1 | [Introduction to the Web](1-web-introduction.md) | [Download slides](1-web-introduction-slides.html) | -| 2 | [HTTP](2-http.md) | [Download slides](2-http-slides.html) | -| 3 | [HTML basics](3-html.md) | [Download slides](3-html-slides.html) | -| 4 | [CSS](4-css.md) | [Download slides](4-css-slides.html) | -| 5 | [Bootstrap](5-bootstrap.md) | [Download slides](5-bootstrap-slides.html) | -| 6 | [JS in HTML & DOM](6-js-in-html-and-dom.md) | [Download slides](6-js-in-html-and-dom-slides.html) | +| 2 | [HTML basics](2-html.md) | [Download slides](2-html-slides.html) | +| 3 | [CSS](3-css.md) | [Download slides](3-css-slides.html) | +| 4 | [Bootstrap](4-bootstrap.md) | [Download slides](4-bootstrap-slides.html) | +| 5 | [JS in HTML & DOM](5-js-in-html-and-dom.md) | [Download slides](5-js-in-html-and-dom-slides.html) | +| | [HTTP](2-http.md) | [Download slides](http-slides.html) | diff --git a/2-http-slides.html b/http-slides.html similarity index 100% rename from 2-http-slides.html rename to http-slides.html diff --git a/2-http.md b/http.md similarity index 100% rename from 2-http.md rename to http.md diff --git a/3-rest-architecture.md b/rest-architecture.md similarity index 100% rename from 3-rest-architecture.md rename to rest-architecture.md