-
Notifications
You must be signed in to change notification settings - Fork 0
/
albumGenerale4.html
98 lines (71 loc) · 2.97 KB
/
albumGenerale4.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
<!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>Album Generale IV</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>
<!-- Header -->
<!-- <div id="header" class="hidden-1"></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="album hidden-1">
<div class="main-container-2">
</div>
</section>
<!-- Js files linked -->
<script type="text/javascript" src="js/scriptAlbum4.js"></script>
</body>