This commit is contained in:
vellt 2024-12-06 21:05:30 +01:00
parent 68aa080317
commit d409737257
31 changed files with 14 additions and 22 deletions

View File

@ -1 +0,0 @@
https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css

1
Forrás/bootstrap5.txt Normal file
View File

@ -0,0 +1 @@
https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css

View File

@ -1 +0,0 @@

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

BIN
Forrás/img/berlin.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
Forrás/img/denver.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

BIN
Forrás/img/helsinki.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
Forrás/img/lisbon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
Forrás/img/logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
Forrás/img/moscow.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
Forrás/img/nairobi.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
Forrás/img/professor.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

BIN
Forrás/img/rio.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 KiB

BIN
Forrás/img/stockholm.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
Forrás/img/tokyo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

12
Forrás/lista.txt Normal file
View File

@ -0,0 +1,12 @@
const varosok = [
{ name: "Berlin", value: "Berlin" },
{ name: "Tokió", value: "Tokyo" },
{ name: "Rio", value: "Rio" },
{ name: "Nairobi", value: "Nairobi" },
{ name: "Lisszabon", value: "Lisbon" },
{ name: "Moszkva", value: "Moscow" },
{ name: "Denver", value: "Denver" },
{ name: "Stockholm", value: "Stockholm" },
{ name: "Helsinki", value: "Helsinki" },
{ name: "Professzor", value: "Professor" }
];

View File

@ -1 +0,0 @@
A Mikulás idén valami különlegeset tervez. Az ajándékok kiosztásához a legszorgalmasabb manóját szeretné magával vinni, de nem könnyű a döntés. Hogyan válasszon a sok szorgalmas segítője közül? A manóknak egy különleges kihívást kell teljesíteniük: a Mikulás megad egy sorrendet, ahogyan az ajándékokat el kell neki juttatni. Az a manó, aki minden fordulóban pontosan követi a Mikulás utasításait, és a legjobban figyel, megnyeri a lehetőséget, hogy elkísérje őt az nagy körútra. Ahogy egyre több ajándékot kell a helyes sorrendben átadni, a feladat egyre nehezebb lesz. Csak az igazán figyelmes és szorgalmas manó lesz képes teljesíteni a kihívást. Készen állsz a kihívásra?

View File

@ -1,15 +0,0 @@
.gift-color-1{
color: #34bbea;
}
.gift-color-2{
color: #e91a2a;
}
.gift-color-3{
color: #52b618;
}
.gift-color-4{
color: #009787;
}

View File

@ -1,3 +0,0 @@
Ügyes!
Te vagy a legügyesebb manó! Gratulálok!
Sajnos nem te lettél az a manó!:(

Binary file not shown.

Before

Width:  |  Height:  |  Size: 844 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -7,5 +7,5 @@ Ez a repository a **Webfejlesztés II** tárgy forrásanyagait tartalmazza, amel
A forrásanyagok letöltéséhez és használatához futtasd az alábbi parancsot a kívánt branchet letöltve:
```bash
git clone -b manok_probaja https://github.com/vellt/web_12B_1csop_forrasok.git
git clone -b varosok https://github.com/vellt/web_12B_1csop_forrasok.git
```