Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Prawy126 authored Dec 4, 2023
1 parent ea48c34 commit 69c621c
Showing 1 changed file with 139 additions and 1 deletion.
140 changes: 139 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,145 @@ layout: default
### LAB 1:

- [Folder z zadaniami z labu 1](https://github.com/Prawy126/Technologie_Intenetowe/tree/main/lab1)
- [zadanie 1](https://prawy126.github.io/Technologie_Intenetowe/lab1)
- kod z zadania 1
```html
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jan Kowalski - muzyka to moja pasja</title>
</head>
<body>
<h1 id="Strona-glowna">Melodie Świata - Twój Portal Muzyczny</h1>
<h2 id="ludzie">Zwspół Redakcyjny</h2>
<h3 id="Kowalski">Jan Kowalski</h3>
<img src="images/DALL·E 2023-10-17 21.31.44 - Photo of a red panda lying on a branch, lazily nibbling on a bamboo leaf. Sunlight filters through the canopy, casting dappled shadows.jpeg" alt="Panda czerwona">
<p>
Jan Kowalski to nasz utalentowany reporter widać że pracuje najciężej i zawsze daje oryginalne materiały i tematy.<br>
Jest zawsze gotowy w każdych warunkach tylko po to żeby dostarczyć wam świeżych informacji ze świata muzyki
</p>
<hr>
<h3 id="Nowak">Anna Nowak</h3>
<img src="images/DALL·E 2023-10-17 21.36.52 - Photo of a turtle gracefully gliding underwater, with its limbs extended and bubbles trailing behind it. The sunlight pierces the water.jpeg" alt="Żółw">
<p>
Anna Nowak to nasz utalentowany reporter widać że pracuje najciężej i zawsze daje oryginalne materiały i tematy.<br>
Jest zawsze gotowy w każdych warunkach tylko po to żeby dostarczyć wam świeżych informacji ze świata muzyki
</p>
<hr>
<h2 id="muzyka">Popularne gatunki muzyczne</h2>
<ul>
<li>Rock</li>
<ul>
<li>Rokc klasyczny</li>
<ul>
<li>Rock and Roll</li>
<li>Rockbilly</li>
</ul>
<li>Hard rock</li>
<li>Rock progresywny</li>
<ul>
<li>Rock symfoniczny</li>
<li>Rock neo-progresywny</li>
</ul>
</ul>
<li>Pop</li>
<ul>
<li>Pop rock</li>
<li>Dance pop</li>
<li>Indie pop</li>
<ul>
<li>Pop alternatywny</li>
<li>Pop indie folk</li>
</ul>
</ul>
<li>Hip-hop</li>
<ul>
<li>East Coast hip-hop</li>
<li>West Coast hip-hop</li>
<li>Trap</li>
<ul>
<li>Trap soul</li>
<li>Dirty South</li>
</ul>
</ul>
</ul>
<table >
<thead>
<tr>
<th colspan="2">
Październik
</th>
</tr>
</thead>
<tbody>
<tr>
<th>Data</th>
<th>Koncert</th>
</tr>
<tr >
<th rowspan="2">1 października</th>
<th>Koncert Rockowy w Parku, 19:00</th>

</tr>
<tr>
<th>Koncert Akustyczny w Kawiarnii, 20:30</th>


</tr>
<tr>
<th>10 października</th>
<th>Koncert Jezzowy w Filharmonii, 19:30</th>
</tr>
<tr>

<th>15 października</th>
<th rowspan="3">Warsztaty muzyczne, gra na gitarze, 14:00</th>
</tr>
<tr>
<th>22 października</th>
</tr>
<tr>
<th>29 października</th>
</tr>
</tbody>
</table>
<b>
Muzyka<br><br>
</b>
<i>
interpretacja<br><br>
</i>
<q>
cytat<br><br>
</q>
<cite>
tekst1<br><br>
</cite>
<em>
tekst2<br><br>
</em>
<var>
teskt3<br><br>
</var>
<a href="#Strona-glowna">Przejdź do strony głównej</a>
<a href="#ludzie">Przejdź do zespół Redakcyjny</a>
<a href="#Kowalski">Przejdź do Jana Kowalskiego</a>
<a href="#Nowak">Przejdź do Anny Nowak</a>
<a href="#muzyka">Przejdź do gatunków muzyki</a>
<footer>
<address>
Jan Kowalski <br>
numer telefonu 634193480<br>
adres Jagiellońska 123 Rzeszów
<a href="https://www.google.pl/?hl=pl"><img src="images/DALL·E 2023-10-17 22.18.46 - Illustration depicting an abstract scene with swirling colors and shapes overlapping each other, evoking a sense of movement and fluidity.png"></a>
</address>
</footer>
</body>
</html>
```

- [Strona pokazująca jak kod z zadania 1 wygląda](https://prawy126.github.io/Technologie_Intenetowe/lab1)

### LAB 2:

Expand Down

0 comments on commit 69c621c

Please sign in to comment.