-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (96 loc) · 4.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="stylees_2.css">
</head>
<body>
<header class="header">
<h1>Wonderland - VisualVibes YouTube Channel</h1>
</header>
<main class="main">
<div class="project">
<img class="p-img" src="images/thumnail 8.png" alt="Project 1">
<h3>🐾Cat and kitten dreaming peacefully. 🐱</h3>
<p>🌊Peaceful Night 🎻 Waves of Silence 💤</p>
<figure>
<img src="images/thumnail 8.png" alt="Bild-1" title="Cat and kitten dreaming peacefully.">
<p>Faszinierend, oder? Dann sieh mal rein! 🎬</p>
<button><a class="l-btn" href="https://www.youtube.com/watch?v=2bfgoDT9158" target="_blank">Jetzt ansehen!</a></button>
</figure>
</div>
<div class="project">
<img class="p-img" src="images/thumnail 8.png" alt="Project 2">
<h3>peaceful slumber</h3>
<p>🌙Schlaflieder für friedlichen Schlummer💤</p>
<figure>
<img src="images/thumnail 4.png" alt="Bild-1" title="peaceful slumber.">
<p>Na, faszinierend, nicht wahr? dann schaue mal vorbei! 🎬</p>
<button><a class="l-btn" href="https://www.youtube.com/watch?v=WoAeKoGLMlg" target="_blank">Jetzt ansehen!</a></button>
</figure>
</div>
<div class="project">
<img class="p-img" src="images/thumnail 8.png" alt="Project 3">
<h3>Sweet Baby Sleep and Dreams 💤</h3>
<p>🌙 Relaxing Melodies for Sweet Baby Sleep and Dreams 🌙</p>
<figure>
<img src="images/thumnail 2.png" alt="Bild-1" title="Sweet Baby Sleep and Dreams">
<p>Neugierig geworden? Komm und erkunde mit uns! 🎬</p>
<button><a class="l-btn" href="https://www.youtube.com/watch?v=QG6mg9N14mo" target="_blank">Jetzt ansehen!</a></button>
</figure>
</div>
<div class="project">
<img class="p-img" src="images/thumnail 8.png" alt="Project 4">
<h3>Adventure for Kids </h3>
<p>A Magical Adventure for Kids ✨</p>
<figure>
<img src="images/thumnail 7.png" alt="Bild-1" title="A Magical Adventure for Kids">
<p>Neugierig? Tauche ein und entdecke mehr! 🎬</p>
<button><a class="l-btn" href="https://www.youtube.com/watch?v=rUP24KQK5q8&ab_channel=KiddieKIWonderland_2030" target="_blank">Jetzt ansehen!</a></button>
</figure>
</div>
<div class="project">
<img class="p-img" src="images/thumnail 8.png" alt="Project 5">
<h3>🌿 Pure Entspannung und Ruhe 🌼🌞 </h3>
<p>🌙🌿 Ultimate Relaxation and Peace ✨🧘♀️🌼</p>
<figure>
<img src="images/thumnail 9.png" alt="Bild-1" title="Pure Entspannung und Ruhe">
<p>Wie interessant, findest du nicht? Schau es dir an! 🎬</p>
<button><a class="l-btn" href="https://www.youtube.com/watch?v=jq39W7jZaaY" target="_blank">Jetzt ansehen!</a></button>
</figure>
</div>
</div>
<div class="project">
<img class="p-img" src="images/thumnail 8.png" alt="Project 6">
<h3>Sweet Dreams 🌙</h3>
<p>🌙 Melodies for Your Baby's Sweet Sleep 💤💤💤</p>
<figure>
<img src="images/thumnail 2.2.png" alt="Bild-1" title="Sweet Dreams ">
<p>spannend, findest du nichtnicht? Komm und sieh mehr! 🎬</p>
<button><a class="l-btn" href="https://www.youtube.com/watch?v=gbbOPPFYOAY" target="_blank">Jetzt ansehen!</a></button>
</figure>
</div>
</div>
<div class="project">
<img class="p-img" src="images/thumnail 8.png" alt="Project 7">
<h3>A Journey through the World of Animals 🌍🐘🦓🐧</h3>
<p>"🌍 Eine Reise durch die Welt der Tiere /Big and Small: A Journey through the World of Animals" 🌍🐘🦓🐧</p>
<figure>
<img src="images/thumnail10.png" alt="Bild-1" title="Sweet Dreams ">
<p>Interessant, oder? Komm und sieh mehr! 🎬</p>
<button><a class="l-btn" href="https://www.youtube.com/watch?v=T1iwobken9o" target="_blank">Jetzt ansehen!</a></button>
</figure>
</div>
</div>
</div>
</main>
<footer class="contact">
<h2>Contact Me</h2>
<a href="mailto:haschimi7219@gmail.com">haschimi7219@gmail.com</a>
</footer>
<script src="script.js"></script>
</body>
</html>