Compare commits
28 Commits
2ddf770ab2
...
varosok
| Author | SHA1 | Date | |
|---|---|---|---|
| d409737257 | |||
| 68aa080317 | |||
| d9dbf46132 | |||
| 5d548f5cce | |||
| 64dcaa53a8 | |||
| 12f3cb93e6 | |||
| bb034e9ea1 | |||
| 69fdae1638 | |||
| b20f724417 | |||
| d027bbec2b | |||
| 86bc0805e8 | |||
| 942f307290 | |||
| 0beaf72b07 | |||
| 5a82ce4745 | |||
| 0152f40cd5 | |||
| c90aa845ad | |||
| 44302b898e | |||
| 8d4e057a90 | |||
| f59962ad10 | |||
| f2d510a0ab | |||
| f2734b6f3a | |||
| 01ba749bc7 | |||
| 1f68ae0881 | |||
| 19635d5670 | |||
| 1df5345751 | |||
| 229c455fe8 | |||
| 5466a8f77e | |||
| d7286e8714 |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 642 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 308 KiB |
@@ -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" }
|
||||||
|
];
|
||||||
|
After Width: | Height: | Size: 189 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 71 KiB |
@@ -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 kepes_dobokocka https://github.com/vellt/web_12B_1csop_forrasok.git
|
git clone -b varosok https://github.com/vellt/web_12B_1csop_forrasok.git
|
||||||
```
|
```
|
||||||