WEB31/Assignment_01/site/sonstiges

105 lines
3.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Sonstiges</title>
</head>
<body>
<h1>Sonstiges</h1>
<section>
<h3>1. Filme</h3>
<table>
<tr>
<td><b>Filme</b></td>
<td><b>Erscheinungsjahr</b></td>
</tr>
<tr>
<td>Cinderella</td>
<td>1950</td>
<tr>
<td>Mickys großes Weihnachtsfest Eingeschneit im Haus der Maus</td>
<td>2001</td>
<tr>
<td>Verschwörung der Superschurken</td>
<td>2001</td>
<tr>
<td>Cinderella 2 - Träume werden wahr</td>
<td>2002</td>
<tr>
<td>Disneys Klassenhund: Der Film (Teacher´s Pet)</td>
<td>2004</td>
<tr>
<td>Cinderella - Wahre Liebe siegt</td>
<td>2007</td>
<tr>
<td>Sofia die Erste - Auf einmal Prinzessin</td>
<td>2012</td>
<tr>
<td>Cinderella (2015)</td>
<td>2015</td>
<tr>
<td>Chaos im Netz</td>
<td>2018</td>
<tr>
<td>Descendants: The Rise of Red</td>
<td>bevorstehend</td>
</tr>
</table>
<a href="https://www.berlinale.de/media/filmstills/2023/generation-2023/202315288_1_RWD_1380.jpg" >
<img src="\Users\sevca\OneDrive\Dokumente\UNI\3UIB\WEB1\Assignment 1\cinderella.jpg" width="300px">
</a>
</section>
<section>
<h3>2. Adaptionen</h3>
<h4>Bücher</h4>
<ul>
<li> Cinder und Ella <i>(Kelly Oram)</i></li>
<li> Wie Monde so Silbern <i>(Marissa Meyer)</i> </li>
<li> Finding Cinderella <i>(Colleen Hoover)</i></li>
<li> Geekerella <i>(Ashley Poston)</i></li>
<li> Kilala Princess Band 3 (Manga) <i>(Rika Tanaka)</i></li>
</ul>
<h4>Filme</h4>
<ul>
<li>Cinderella Story (2004)</li>
<a href="https://flxt.tmsimg.com/assets/p34758_p_v8_aj.jpg">
<img src="C:\Users\sevca\OneDrive\Dokumente\UNI\3UIB\WEB1\Assignment 1\cinderellastory.jpg"width= 50px></a>
<li>Another Cinderella Story (2008)</li>
<a href="https://musicart.xboxlive.com/7/6fb51100-0000-0000-0000-000000000002/504/image.jpg?w=1920&h=1080">
<img src="C:\Users\sevca\OneDrive\Dokumente\UNI\3UIB\WEB1\Assignment 1\image.jpg" width="50px"></a>
<li>Cinderella Story: Es war einmal ein Lied (2011)</li>
<a href="https://musicart.xboxlive.com/7/c7641100-0000-0000-0000-000000000002/504/image.jpg?w=1920&h=1080">
<img src="C:\Users\sevca\OneDrive\Dokumente\UNI\3UIB\WEB1\Assignment 1\DVD-Cinderella-Story-A-Once-Upon-A-Time-Es-War-Einmal-Ein-Lied-RC-2-.33028a.jpg"width=50px></a>
<li>Cinderella Story 4: Wenn der Schuh passt (2016)</li>
<a href="https://fr.web.img6.acsta.net/pictures/16/10/24/11/01/479932.jpg">
<img src="C:\Users\sevca\OneDrive\Dokumente\UNI\3UIB\WEB1\Assignment 1\479932 (1).jpg"width=50px></a>
<li>Cinderella Story: Ein Weihnachtswunsch (2019)</li>
<a href="https://cdn.chili.com/images/public/cms/84/9f/96/42/849f9642-e5e6-4714-a6e5-dc1cb9a3636a.jpg?width=330">
<img src="C:\Users\sevca\OneDrive\Dokumente\UNI\3UIB\WEB1\Assignment 1\una-cenicienta-moderna-un-deseo-de-navidad-41224-c.jpg"width=50px></a>
<li>Into the Woods (2015)</li>
<a href="https://static.wikia.nocookie.net/disney/images/6/69/Into_the_Woods_Poster_4.gif/revision/latest?cb=20141116110442&path-prefix=de">
<img src="C:\Users\sevca\OneDrive\Dokumente\UNI\3UIB\WEB1\Assignment 1\Into_the_Woods_Poster_4.jpg"width=50px></a>
</ul>
</section>
<button type="submit">
<a href="titelseite.html">
Zurück zur Titelseite </a>
</button>
<button type="submit">
<a href="biografie.html">
Zurück zur Biographie </a>
</button>
</body>
</html>