18 Commits

Author SHA1 Message Date
vellt d409737257 varosok 2024-12-06 21:05:30 +01:00
vellt 68aa080317 bootstrap 2024-12-02 11:17:02 +01:00
vellt d9dbf46132 manok probaja 2024-12-02 07:17:50 +01:00
vellt 5d548f5cce manok probaja 2024-12-02 07:04:39 +01:00
vellt 64dcaa53a8 manok probaja 2024-12-01 23:02:36 +01:00
vellt 12f3cb93e6 bevlist 2024-12-01 19:53:49 +01:00
vellt bb034e9ea1 konyvek 2024-11-25 16:47:35 +01:00
vellt 69fdae1638 konyv 2024-11-25 16:46:55 +01:00
vellt b20f724417 dinamikus csillagok 2024-11-24 21:33:02 +01:00
vellt d027bbec2b dinamikus csillagok 2024-11-24 21:29:02 +01:00
vellt 86bc0805e8 zsiraf 2024-11-24 21:14:56 +01:00
vellt 942f307290 kutyaev 2024-11-24 21:11:20 +01:00
vellt 0beaf72b07 csv 2024-11-18 07:41:10 +01:00
Szántó Benjámin 5a82ce4745 Update readme.md 2024-11-18 07:06:39 +01:00
vellt 0152f40cd5 topjoy 2024-11-10 15:37:12 +01:00
vellt c90aa845ad git 2024-11-03 21:42:08 +01:00
vellt 44302b898e mertani sorozat 2024-11-03 20:33:03 +01:00
vellt 8d4e057a90 jelszo generator 2024-11-03 17:32:56 +01:00
19 changed files with 14 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

+12
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" }
];
Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

+2 -2
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 barkoba https://github.com/vellt/web_12B_1csop_forrasok.git
```
git clone -b varosok https://github.com/vellt/web_12B_1csop_forrasok.git
```