10 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
21 changed files with 14 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css
+1
View File
@@ -0,0 +1 @@
https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

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

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 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" }
];
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

+1 -1
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: A forrásanyagok letöltéséhez és használatához futtasd az alábbi parancsot a kívánt branchet letöltve:
```bash ```bash
git clone -b dinamikus_zsiraf https://github.com/vellt/web_12B_1csop_forrasok.git git clone -b varosok https://github.com/vellt/web_12B_1csop_forrasok.git
``` ```