From 0968df3dde155810f6e15b21ad3e642308f2aef7 Mon Sep 17 00:00:00 2001 From: Prawy_126 Date: Mon, 4 Dec 2023 19:05:50 +0100 Subject: [PATCH] Update --- index.md | 12 +- lab1.md | 2 +- lab2.md | 2 +- lab3.md | 437 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ lab4.md | 5 + lab5.md | 5 + lab6.md | 5 + 7 files changed, 456 insertions(+), 12 deletions(-) create mode 100644 lab3.md create mode 100644 lab4.md create mode 100644 lab5.md create mode 100644 lab6.md diff --git a/index.md b/index.md index 6980ff1..809c3d5 100644 --- a/index.md +++ b/index.md @@ -11,16 +11,8 @@ layout: default ### [LAB 2](https://prawy126.github.io/Technologie_Intenetowe/lab2) -### LAB 3: - -- [folder z zadaniami z labu 3](https://github.com/Prawy126/Technologie_Intenetowe/tree/main/lab3) - - [zadanie 1](https://prawy126.github.io/Technologie_Intenetowe/lab3/index.html) - - [zadanie 2](https://prawy126.github.io/Technologie_Intenetowe/lab3/index2.html) - - [zadanie 3 i 4](https://prawy126.github.io/Technologie_Intenetowe/lab3/zadanie4.html) - - [zadanie 5](https://prawy126.github.io/Technologie_Intenetowe/lab3/zadanie5.html) - - [zadanie 6](https://prawy126.github.io/Technologie_Intenetowe/lab3/zadanie6.html) - - [zmiana wyglądu storny z labu 2 wersja 1](https://prawy126.github.io/Technologie_Intenetowe/lab3/strona.html) - - [zmiana wyglądu storny z labu 2 wersja 2](https://prawy126.github.io/Technologie_Intenetowe/lab3/strona2.html) +### [LAB 3](https://prawy126.github.io/Technologie_Intenetowe/lab3) + ### LAB 4: diff --git a/lab1.md b/lab1.md index f6cffd7..3576bd1 100644 --- a/lab1.md +++ b/lab1.md @@ -1,7 +1,7 @@ --- layout: default --- -# Lab 1 +# LAB 1 - diff --git a/lab2.md b/lab2.md index d09fac2..e11da67 100644 --- a/lab2.md +++ b/lab2.md @@ -1,7 +1,7 @@ --- layout: default --- -# Lab 2 +# LAB 2 ## Zadania: diff --git a/lab3.md b/lab3.md new file mode 100644 index 0000000..0e06b10 --- /dev/null +++ b/lab3.md @@ -0,0 +1,437 @@ +--- +layout: default +--- + +# LAB 3 + +- zadanie 1 +- + +```html + + + + Podstawy CSS + + + +

Ten akapit będzie w czerwonym kolorze.

+

Ten również.

+

Jak i każdy inny

+

Akapity w css

+

Przykład

+

Kolejny element

+ + +``` + +- [Aktualny podgląd kodu](https://prawy126.github.io/Technologie_Intenetowe/lab3/index) +--- +- zadanie 2 i 3 +- + +```html + + + + + + Document + + + +
Lorem impsum
+
Lorem impsum abc
+
Lorem impsum
+ + +``` + +- [Aktualny podgląd kodu](https://prawy126.github.io/Technologie_Intenetowe/lab3/index2) +--- +- zadanie 4 +- + +```html + + + + + + CSS Inheritance + + + + +
+ Ten element będzie obramowany i będzie posiadał czerwoną czcionkę +

+ Ten element nie będzie obramowany, ale będzie posiadał czerwoną czcionkę. +

+
+ + +``` + +- [Aktualny podgląd kodu](https://prawy126.github.io/Technologie_Intenetowe/lab3/index4) +--- +- zadanie 5 +- + +```html + + + + + + Zadanie 6 + + + + +
+

Header

+ +

+ To jest akapit. +

+
+
+

Header

+ + +
+

+ To jest kolejny akapit. +

+
+ +

+ To jest trzeci akapit. +

+
+ + +``` + +- [Aktualny podgląd kodu](https://prawy126.github.io/Technologie_Intenetowe/lab3/index5) +--- +- zadanie 6 +- + +```html + + + + + + Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nagłóweknagłówek2nagłówek3
1wartość1technologie
2wartość2internetowe
3wartość3CSS
+ + +``` + +- [Aktualny podgląd kodu](https://prawy126.github.io/Technologie_Intenetowe/lab3/index6) +--- +- zmiana wyglądu strony z labu poprzedniego wersja 1 +- + +```html + + + + + + Strona internetowa + + + +
+

Wyszukaj produkt

+
+
+
+ Cena + + + + + +
+
+
+ Ocena Produktu +
+
+
+
+
+

+ +
+ +
+ + 150W    +
+ Inne: + + dual-sim + + 5G + + Gorilla glass +

+ + +
+ + +``` + +- [Aktualny podgląd kodu](https://prawy126.github.io/Technologie_Intenetowe/lab3/strona) +--- +- zmiana wyglądu strony z labu poprzedniego wersja 2 +- + +```html + + + + + + Strona internetowa + + + +
+

WSZUKAJ PRODUKT

+
+
+
+ CENA + + + + + +
+
+
+ OCENA PRODUKTU +
+
+
+
+
+

+ +
+ +
+ + 150W +
+ Inne: + + DUAL-SIM + + 5G + + GORILLA GLASS +

+ + +
+ + +``` + +- [Aktualny podgląd kodu](https://prawy126.github.io/Technologie_Intenetowe/lab3/strona2) \ No newline at end of file diff --git a/lab4.md b/lab4.md new file mode 100644 index 0000000..2e17213 --- /dev/null +++ b/lab4.md @@ -0,0 +1,5 @@ +--- +layout: default +--- + +# LAB 4 \ No newline at end of file diff --git a/lab5.md b/lab5.md new file mode 100644 index 0000000..46b3325 --- /dev/null +++ b/lab5.md @@ -0,0 +1,5 @@ +--- +layout: default +--- + +# LAB 5 \ No newline at end of file diff --git a/lab6.md b/lab6.md new file mode 100644 index 0000000..46b3325 --- /dev/null +++ b/lab6.md @@ -0,0 +1,5 @@ +--- +layout: default +--- + +# LAB 5 \ No newline at end of file