Compare commits
10 Commits
86bc0805e8
...
d409737257
Author | SHA1 | Date | |
---|---|---|---|
|
d409737257 | ||
|
68aa080317 | ||
|
d9dbf46132 | ||
|
5d548f5cce | ||
|
64dcaa53a8 | ||
|
12f3cb93e6 | ||
|
bb034e9ea1 | ||
|
69fdae1638 | ||
|
b20f724417 | ||
|
d027bbec2b |
@ -1 +0,0 @@
|
||||
https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css
|
1
Forrás/bootstrap5.txt
Normal file
@ -0,0 +1 @@
|
||||
https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css
|
BIN
Forrás/fej.png
Before Width: | Height: | Size: 13 KiB |
BIN
Forrás/img/berlin.jpg
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
Forrás/img/denver.jpg
Normal file
After Width: | Height: | Size: 165 KiB |
BIN
Forrás/img/helsinki.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
Forrás/img/lisbon.jpg
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
Forrás/img/logo.ico
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
Forrás/img/moscow.jpg
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
Forrás/img/nairobi.jpg
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
Forrás/img/professor.jpg
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
Forrás/img/rio.jpg
Normal file
After Width: | Height: | Size: 642 KiB |
BIN
Forrás/img/stockholm.jpg
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
Forrás/img/tokyo.jpg
Normal file
After Width: | Height: | Size: 308 KiB |
BIN
Forrás/lab.png
Before Width: | Height: | Size: 25 KiB |
12
Forrás/lista.txt
Normal 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
Forrás/nyak.png
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 57 KiB |
BIN
Minta/Screenshot 2024-12-06 at 21-00-10 A nagy pénzrablás.png
Normal file
After Width: | Height: | Size: 189 KiB |
BIN
Minta/Screenshot 2024-12-06 at 21-00-17 A nagy pénzrablás.png
Normal file
After Width: | Height: | Size: 44 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:
|
||||
|
||||
```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
|
||||
```
|
||||
|