-
Notifications
You must be signed in to change notification settings - Fork 0
/
videoAnimazioni.html
127 lines (94 loc) · 4.6 KB
/
videoAnimazioni.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video e Animazioni</title>
<!-- CSS design -->
<link rel="stylesheet" href="css/style.css">
<!-- box icons -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- Linking Loader -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- icon link -->
<link rel="icon" href="imagenes/icon3.ico">
</head>
<body class="hidden">
<!-- Pre-loader -->
<div class="div__main_loader" id="onloadPreLoader">
<div class="loader">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- <div id="header"></div> -->
<!-- Header -->
<header class="header hidden-1">
<a class="icon-header" href="index.html">Di Mascio Rondón</a>
<img src="imagenes/flag.png" class="icon-menu">
<nav class="navbar">
<ul>
<li><a href="contatto.html">Contatto</a></li>
<li class="dropdown"><a class="dropbtn">Album</a>
<div class="dropdown-content">
<a href="albumGenerale.html">Album Generale I</a>
<a href="albumGenerale2.html">Album Generale II</a>
<a href="albumGenerale3.html">Album Generale III</a>
<a href="albumGenerale4.html">Album Generale IV</a>
<a href="albumPapa.html">Papà</a>
<a href="videoAnimazioni.html">Video e animazioni</a>
<!-- <a href="#">Carmen</a> -->
<!-- <a href="#">Gil</a> -->
<!-- <a href="#">Fabio</a> -->
<!-- <a href="#">Franco</a> -->
</div>
</li>
<li><a href="index.html">Casa</a></li>
</ul>
</nav>
<nav class="navbar-responsive">
<a href="index.html">Casa</a>
<a href="albumGenerale.html">Album Generale I</a>
<a href="albumGenerale2.html">Album Generale II</a>
<a href="albumGenerale3.html">Album Generale III</a>
<a href="albumGenerale4.html">Album Generale IV</a>
<a href="albumPapa.html">Album Papà</a>
<a href="videoAnimazioni.html">Album Video e animazioni</a>
<a href="contatto.html">Contatto</a>
</nav>
</header>
<!-- Section page begin -->
<section class="videoAnimazioni hidden-1">
<div class="div__video-tittle">
<h1>Clicca sulle foto per vedere video e animazioni</h1>
</div>
<div class="main-container-2">
<!-- <div class="div-responsive-ag">
<iframe width="100%" height="300px" src="https://www.youtube.com/embed/ZLhJ7cgh2Hc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div> -->
<div class="div-responsive-ag">
<a href="https://youtu.be/ZLhJ7cgh2Hc" target="_blank"><img src="https://i.ibb.co/nM0fXLN/fotodelv-deo.png" alt=""></a>
</div>
<div class="div-responsive-ag">
<a href="https://youtube.com/shorts/XKc0r0uhKHc" target="_blank"><img src="https://i.ibb.co/qjjtk2w/abuelovideo.png" alt=""></a>
</div>
<div class="div-responsive-ag">
<a href="https://youtube.com/shorts/14u3FadCVXE" target="_blank"><img src="https://i.ibb.co/G9SxZnG/papavideo.png" alt=""></a>
</div>
<div class="div-responsive-ag">
<a href="https://youtu.be/fMLK1mPSZVM" target="_blank"><img src="https://i.ibb.co/C251mhW/papavideo2.png" alt=""></a>
</div>
<div class="div-responsive-ag">
<a href="https://youtube.com/shorts/T3ZU6B3gtLo" target="_blank"><img src="https://i.ibb.co/C0jwTJk/yovideo.png" alt=""></a>
</div>
<div class="div-responsive-ag">
<a href="https://youtube.com/shorts/dngzGReq3_8" target="_blank"><img src="https://i.ibb.co/xS20w6S/papavideo3.png" alt=""></a>
</div>
</div>
</section>
<!-- Js files linked -->
<script type="text/javascript" src="js/scriptVideo.js"></script>
</body>