commit 6abe98a43605e4bb1ad348afedba707cbe149228 Author: Ghostfox Date: Thu Apr 30 13:23:35 2026 +0200 Lekcja 2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4a0f0ff --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dashboard/ \ No newline at end of file diff --git a/assets/css/blog.css b/assets/css/blog.css new file mode 100644 index 0000000..33936fa --- /dev/null +++ b/assets/css/blog.css @@ -0,0 +1,9 @@ +article { + background-color: #363636; + border: #666666 2px solid; + margin-top: .5rem; + margin-bottom: .5rem; + padding: .5rem; + border-radius: .5rem; + font-size: 12pt; +} \ No newline at end of file diff --git a/assets/css/styl.css b/assets/css/styl.css new file mode 100644 index 0000000..e2b6a47 --- /dev/null +++ b/assets/css/styl.css @@ -0,0 +1,203 @@ +@font-face { + font-family: Montserrat; + src: url(https://darksteveneq.nonamesoft.xyz/assets/fonts/Montserrat-VariableFont_wght.ttf); +} + +html { + line-height: 1.3; + font-size: 13pt; + user-select: none; + font-family: Montserrat, Arial, Helvetica, sans-serif; + color: #eeeeee; + width: 100%; + height: 100%; + background-color: #111111; + background-image: url("https://darksteveneq.nonamesoft.xyz/assets/images/V3.2garden.png"); + background-repeat: no-repeat; + background-position: 50% 50%; + background-attachment: fixed; + background-size: cover; + display: flex; +} + +h1, h2, h3, h4, h5, h6 { + margin: 0%; + padding: 0%; +} + +h2 { + margin-top: 2rem; +} + +small { + font-size: 11pt; + color: #dddddd; +} + +small.ps { + display: inline-block; + color: #999999; + margin-top: .25rem; + margin-bottom: .25rem; +} + +a { + color: #89b4fa; + text-decoration: none; +} + +a:hover { + color: #b4befe; + text-underline-offset: 6px; + text-decoration: underline; +} + +ul { + margin-top: .5rem; + margin-bottom: .5rem; + padding-left: 2rem; +} + +li { + margin-top: .5rem; + margin-bottom: .5rem; +} + +code { + background-color: #111111; + padding: .25rem; + border-radius: .25rem; + border: #bbbbbb groove 2px; +} + +hr { + margin-top: .75rem; + margin-bottom: .75rem; + margin-left: -.75rem; + margin-right: -.75rem; + border-radius: .5rem; +} + +body { + width: 72rem; + min-height: 49rem; + margin: auto; + background-color: #232323bb; + backdrop-filter: blur(16px); + border-radius: .5rem; + box-shadow: 0px 4px 2px 6px #444444; + display: flex; + flex-direction: column; + border: #999999 solid .25rem; +} + +aside nav { + display: flex; + flex-direction: column; +} + +nav a { + margin-left: .3rem; + margin-right: .3rem; +} + +main { + flex-grow: 1; + font-size: 14pt; + padding-left: .5rem; + padding-right: .5rem; +} + +img#logo { + float: left; + aspect-ratio: 1; + margin-right: 1rem; + height: 4.25rem; + border-radius: 100%; +} + +aside { + min-width: 14rem; + max-width: 14rem; + margin-top: -.75rem; + margin-bottom: -.75rem; + padding: .75rem; +} + +aside#left { + border-right: #666666 2px solid; + margin-right: .25rem; + padding-left: 0%; +} + +aside#right { + border-left: #666666 2px solid; + margin-left: .25rem; + padding-right: 0%; +} + +header { + padding: 1rem; + background-color: #363636; + background: linear-gradient(#363636, #282828); + border-bottom: #666666 2px solid; +} + +footer { + padding: 1rem; + background-color: #303030; + text-align: center; + border-top: #666666 2px solid; +} + +section { + margin: .75rem; + display: flex; + flex-direction: row; + flex-grow: 1; +} + +footer p { + margin-top: .25rem; + margin-bottom: .1rem; +} + + +img.banner { + width: calc(88px * 1.25); + height: calc(31px * 1.25); +} + +@media (width <= 1024px) { + aside { + display: none; + } + + div#content { + max-width: 100%; + } +} + +@media (width <= 640px) { + img#logo { + float: none; + } + + header h1 { + display: none; + } + + body { + margin: 0; + border: none; + } + + a { + text-wrap-mode: wrap; + } + + img.banner { + width: calc(88px * 1); + height: calc(31px * 1); + } +} \ No newline at end of file diff --git a/assets/images/kalendarz.gif b/assets/images/kalendarz.gif new file mode 100644 index 0000000..a65e2fa Binary files /dev/null and b/assets/images/kalendarz.gif differ diff --git a/assets/images/koralowa_wyspa.jpg b/assets/images/koralowa_wyspa.jpg new file mode 100644 index 0000000..5a8bc17 Binary files /dev/null and b/assets/images/koralowa_wyspa.jpg differ diff --git a/assets/images/logo.jpg b/assets/images/logo.jpg new file mode 100644 index 0000000..25625ab Binary files /dev/null and b/assets/images/logo.jpg differ diff --git a/assets/images/osoba1.jpg b/assets/images/osoba1.jpg new file mode 100644 index 0000000..be15f1b Binary files /dev/null and b/assets/images/osoba1.jpg differ diff --git a/assets/images/stary fanatyk wędkarstwa.jpg b/assets/images/stary fanatyk wędkarstwa.jpg new file mode 100644 index 0000000..3235e63 Binary files /dev/null and b/assets/images/stary fanatyk wędkarstwa.jpg differ diff --git a/assets/images/tekst.jpg b/assets/images/tekst.jpg new file mode 100644 index 0000000..4ea15f5 Binary files /dev/null and b/assets/images/tekst.jpg differ diff --git a/assets/images/wycieczki/1.jpg b/assets/images/wycieczki/1.jpg new file mode 100644 index 0000000..83b96fd Binary files /dev/null and b/assets/images/wycieczki/1.jpg differ diff --git a/assets/images/wycieczki/2.jpg b/assets/images/wycieczki/2.jpg new file mode 100644 index 0000000..ac6136e Binary files /dev/null and b/assets/images/wycieczki/2.jpg differ diff --git a/assets/images/wycieczki/3.jpg b/assets/images/wycieczki/3.jpg new file mode 100644 index 0000000..f7cce21 Binary files /dev/null and b/assets/images/wycieczki/3.jpg differ diff --git a/assets/images/wycieczki/4.jpg b/assets/images/wycieczki/4.jpg new file mode 100644 index 0000000..77442a0 Binary files /dev/null and b/assets/images/wycieczki/4.jpg differ diff --git a/assets/images/wycieczki/5.jpg b/assets/images/wycieczki/5.jpg new file mode 100644 index 0000000..4d1edd1 Binary files /dev/null and b/assets/images/wycieczki/5.jpg differ diff --git a/assets/images/wycieczki/6.jpg b/assets/images/wycieczki/6.jpg new file mode 100644 index 0000000..9616101 Binary files /dev/null and b/assets/images/wycieczki/6.jpg differ diff --git a/assets/images/wycieczki/7.jpg b/assets/images/wycieczki/7.jpg new file mode 100644 index 0000000..03c2948 Binary files /dev/null and b/assets/images/wycieczki/7.jpg differ diff --git a/assets/images/wycieczki/8.jpg b/assets/images/wycieczki/8.jpg new file mode 100644 index 0000000..63e7d7c Binary files /dev/null and b/assets/images/wycieczki/8.jpg differ diff --git a/assets/images/wycieczki/9.jpg b/assets/images/wycieczki/9.jpg new file mode 100644 index 0000000..5f52e24 Binary files /dev/null and b/assets/images/wycieczki/9.jpg differ diff --git a/zad1.html b/zad1.html new file mode 100644 index 0000000..d913a48 --- /dev/null +++ b/zad1.html @@ -0,0 +1,53 @@ + + + + + + Zadanie 1 + + + + + + + +
+

Zadanie 1

+ Góra +
+
+ +
+ Content +
+ +
+ + + \ No newline at end of file diff --git a/zad2.html b/zad2.html new file mode 100644 index 0000000..39cc210 --- /dev/null +++ b/zad2.html @@ -0,0 +1,83 @@ + + + + + + Zadanie 2 + + + + + + +
+

Zadanie 2

+
+
+ +
+
+

Google Ultron

+ Szybka przeglądarka wyglądająca identycznie jak Chrome którą używają w NASA. +
+
+ +
+
+steps: + - uses: actions/checkout@v6 + with: + path: dawdiuawodihawod + - run: wget -rN ga7 od8a9tw9dpy + - run: ls -la + - run: cd diaud w9dy424 && ls -la + - run: cd adigabiovw0dyq2 && git config user.email 471987v nmidyawdca && git config user.name vna8y91nyv8192y3 + - run: cd vawv283t1v83y91y4v && git add . && git commit -m "vawv29371-4mv" && git push || false +
+
+ +
+ + + \ No newline at end of file diff --git a/zad3.html b/zad3.html new file mode 100644 index 0000000..1022fd8 --- /dev/null +++ b/zad3.html @@ -0,0 +1,66 @@ + + + + + + Zadanie 3 + + + + + + +
+

Zadanie 3

+ +
+
+
+
+
Blok lewy
+
Blok prawy
+
+
+
+
Blok boczny
+
Blok główny
+
Blok sekcji
+
+
+
+
Blok karty
+
Blok karty
+
Blok karty
+
Blok karty
+
+
+
+

Blok sekcji 1

+
+

Blok sekcji 2

+
+

Blok sekcji 3

+
+

Blok sekcji 4

+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/zad4.html b/zad4.html new file mode 100644 index 0000000..641c8aa --- /dev/null +++ b/zad4.html @@ -0,0 +1,53 @@ + + + + + + Zadanie 4 + + + + + + +
+
+

Zadanie 4

+
+ Frosta - Smaczna i prosta +
+
+ +
+
+ +
+
+ Center-Center Blocks +
+
+
Center-Left Block
+
Center-Right Block
+
+
+ Module Contents +
+
+ +
+ + + \ No newline at end of file diff --git a/zad5.html b/zad5.html new file mode 100644 index 0000000..c749e7e --- /dev/null +++ b/zad5.html @@ -0,0 +1,41 @@ + + + + + + Zadanie 5 + + + + + +
+

Zadanie 5

+ +
+
+
+ + + + + + +
+
+ + + \ No newline at end of file diff --git a/zad6.html b/zad6.html new file mode 100644 index 0000000..340b254 --- /dev/null +++ b/zad6.html @@ -0,0 +1,217 @@ + + + + + + Zadanie 6 + + + + + + +
+

Zadanie 6

+ +
+
+
+
+

Zadanie 1

+
+ +
+
+
+

Zadanie 2

+
+
+ + +
+
+ + +
+
+ + +
+ + +
+
+
+

Zadanie 3

+
+
+ + +
+
+ + +
+
+ + +
+ + +
+
+
+

Zadanie 4

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + +
+
+
+

Zadanie 5

+
+
+ Sposób dostawy +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ Płeć +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+

Zadanie 6

+
+
+ Ulubione języki programowania +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+
+

Zadanie 7

+
+ + + + + + + + + + + + +
+
+
+

Zadanie 8

+
+ + + max 200 znaków + +
+
+
+

Zadanie 9

+
+ + + + +
+
+
+
+ + + \ No newline at end of file diff --git a/zad7.php b/zad7.php new file mode 100644 index 0000000..d2f051a --- /dev/null +++ b/zad7.php @@ -0,0 +1,100 @@ + + + + + + + Zadanie 7 + + + + + + +
+

Zadanie 7

+ +
+
+
+

Wycieczki, na które są wolne miejsca

+
    + ".$row["cel"]." Cena: ".$row["cena"]."zł Data wyjazdu: ".$row["dataWyjazdu"].""; + } + ?> +
+
+
+ +
+

Nasze zdjęcia

+
+ "; + } + ?> +
+
+

Query

+
    +
  • SELECT id, cena, cel, dataWyjazdu FROM wycieczki;
  • +
  • SELECT nazwaPliku, podpis FROM zdjecia ORDER BY podpis;
  • +
  • nie wiem nie uczyłem sie into SQL
  • +
  • ALTER TABLE `wycieczki` ADD `liczbaDni` INT UNSIGNED NULL DEFAULT NULL AFTER `dostepna`;
  • +
+
+
+ +
+
+ + + + + \ No newline at end of file