-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5de5b1
commit aa4751c
Showing
8 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Album Generale I</title> | ||
|
||
<!-- CSS design --> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- box icons --> | ||
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
|
@@ -37,7 +37,7 @@ | |
|
||
<a class="icon-header" href="index.html">Di Masquino Gutierrez</a> | ||
|
||
<img src="../imagenes/flag.png" class="icon-menu"> | ||
<img src="imagenes/flag.png" class="icon-menu"> | ||
|
||
|
||
<nav class="navbar"> | ||
|
@@ -85,7 +85,7 @@ | |
</section> | ||
|
||
<!-- Js files linked --> | ||
<script type="text/javascript" src="../js/scriptAlbum.js"></script> | ||
<script type="text/javascript" src="js/scriptAlbum.js"></script> | ||
|
||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Album Generale II</title> | ||
|
||
<!-- CSS design --> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- box icons --> | ||
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
|
@@ -16,7 +16,7 @@ | |
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
|
||
<!-- icon link --> | ||
<link rel="icon" href="../imagenes/icon3.ico"> | ||
<link rel="icon" href="imagenes/icon3.ico"> | ||
|
||
</head> | ||
|
||
|
@@ -40,7 +40,7 @@ | |
|
||
<a class="icon-header" href="index.html">Di Mascio Rondón</a> | ||
|
||
<img src="../imagenes/flag.png" class="icon-menu"> | ||
<img src="imagenes/flag.png" class="icon-menu"> | ||
|
||
|
||
<nav class="navbar"> | ||
|
@@ -92,7 +92,7 @@ | |
</section> | ||
|
||
<!-- Js files linked --> | ||
<script type="text/javascript" src="../js/scriptAlbum2.js"></script> | ||
<script type="text/javascript" src="js/scriptAlbum2.js"></script> | ||
|
||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Album Generale III</title> | ||
|
||
<!-- CSS design --> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- box icons --> | ||
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
|
@@ -16,7 +16,7 @@ | |
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
|
||
<!-- icon link --> | ||
<link rel="icon" href="../imagenes/icon3.ico"> | ||
<link rel="icon" href="imagenes/icon3.ico"> | ||
|
||
</head> | ||
|
||
|
@@ -40,7 +40,7 @@ | |
|
||
<a class="icon-header" href="index.html">Di Mascio Rondón</a> | ||
|
||
<img src="../imagenes/flag.png" class="icon-menu"> | ||
<img src="imagenes/flag.png" class="icon-menu"> | ||
|
||
|
||
<nav class="navbar"> | ||
|
@@ -92,7 +92,7 @@ | |
</section> | ||
|
||
<!-- Js files linked --> | ||
<script type="text/javascript" src="../js/scriptAlbum3.js"></script> | ||
<script type="text/javascript" src="js/scriptAlbum3.js"></script> | ||
|
||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Album Generale IV</title> | ||
|
||
<!-- CSS design --> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- box icons --> | ||
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
|
@@ -16,7 +16,7 @@ | |
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
|
||
<!-- icon link --> | ||
<link rel="icon" href="../imagenes/icon3.ico"> | ||
<link rel="icon" href="imagenes/icon3.ico"> | ||
|
||
</head> | ||
|
||
|
@@ -40,7 +40,7 @@ | |
|
||
<a class="icon-header" href="index.html">Di Mascio Rondón</a> | ||
|
||
<img src="../imagenes/flag.png" class="icon-menu"> | ||
<img src="imagenes/flag.png" class="icon-menu"> | ||
|
||
|
||
<nav class="navbar"> | ||
|
@@ -92,7 +92,7 @@ | |
</section> | ||
|
||
<!-- Js files linked --> | ||
<script type="text/javascript" src="../js/scriptAlbum4.js"></script> | ||
<script type="text/javascript" src="js/scriptAlbum4.js"></script> | ||
|
||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Album Papà</title> | ||
|
||
<!-- CSS design --> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- box icons --> | ||
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
|
@@ -19,7 +19,7 @@ | |
<script src="https://unpkg.com/scrollreveal@4"></script> | ||
|
||
<!-- icon link --> | ||
<link rel="icon" href="../imagenes/icon2.ico"> | ||
<link rel="icon" href="imagenes/icon2.ico"> | ||
|
||
</head> | ||
|
||
|
@@ -43,7 +43,7 @@ | |
|
||
<a class="icon-header" href="index.html">Di Mascio Rondón</a> | ||
|
||
<img src="../imagenes/flag.png" class="icon-menu"> | ||
<img src="imagenes/flag.png" class="icon-menu"> | ||
|
||
|
||
<nav class="navbar"> | ||
|
@@ -96,6 +96,6 @@ | |
</section> | ||
|
||
<!-- Js files linked --> | ||
<script type="text/javascript" src="../js/script2.js"></script> | ||
<script type="text/javascript" src="js/script2.js"></script> | ||
|
||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Contatto</title> | ||
|
||
<!-- CSS design --> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- box icons --> | ||
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
|
@@ -16,7 +16,7 @@ | |
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
|
||
<!-- icon link --> | ||
<link rel="icon" href="../imagenes/icon2.ico"> | ||
<link rel="icon" href="imagenes/icon2.ico"> | ||
|
||
</head> | ||
|
||
|
@@ -27,7 +27,7 @@ | |
|
||
<a class="icon-header" href="index.html">Di Masquino Gutierrez</a> | ||
|
||
<img src="../imagenes/flag.png" class="icon-menu"> | ||
<img src="imagenes/flag.png" class="icon-menu"> | ||
|
||
|
||
<nav class="navbar"> | ||
|
@@ -88,7 +88,7 @@ | |
</section> | ||
|
||
|
||
<script type="text/javascript" src="../js/scriptContatto.js"></script> | ||
<script type="text/javascript" src="js/scriptContatto.js"></script> | ||
|
||
|
||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Il Nostro Album</title> | ||
|
||
<!-- CSS design --> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- box icons --> | ||
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
|
@@ -16,7 +16,7 @@ | |
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
|
||
<!-- icon link --> | ||
<link rel="icon" href="../imagenes/icon2.ico"> | ||
<link rel="icon" href="imagenes/icon2.ico"> | ||
|
||
</head> | ||
|
||
|
@@ -37,7 +37,7 @@ | |
|
||
<a class="icon-header" href="index.html">Di Masquino Gutierrez</a> | ||
|
||
<img src="../imagenes/flag.png" class="icon-menu"> | ||
<img src="imagenes/flag.png" class="icon-menu"> | ||
|
||
|
||
<nav class="navbar"> | ||
|
@@ -82,31 +82,31 @@ | |
|
||
<div class="div-responsive1"> | ||
<div class="div-gallery"> | ||
<img src="../imagenes/Album publico/Screenshot_11.png" alt=""> | ||
<img src="imagenes/Album publico/Screenshot_11.png" alt=""> | ||
</div> | ||
</div> | ||
|
||
<div class="div-responsive2"> | ||
<div class="div-gallery"> | ||
<img src="../imagenes/Album publico/Screenshot_22.png" alt=""> | ||
<img src="imagenes/Album publico/Screenshot_22.png" alt=""> | ||
</div> | ||
</div> | ||
|
||
<div class="div-responsive3"> | ||
<div class="div-gallery"> | ||
<img src="../imagenes/Album publico/Screenshot_33.png" alt=""> | ||
<img src="imagenes/Album publico/Screenshot_33.png" alt=""> | ||
</div> | ||
</div> | ||
|
||
<div class="div-responsive4"> | ||
<div class="div-gallery"> | ||
<img src="../imagenes/Album publico/Screenshot_44.png" alt=""> | ||
<img src="imagenes/Album publico/Screenshot_44.png" alt=""> | ||
</div> | ||
</div> | ||
|
||
<div class="div-responsive5"> | ||
<div class="div-gallery"> | ||
<img src="../imagenes/Album publico/Screenshot_55.png" alt=""> | ||
<img src="imagenes/Album publico/Screenshot_55.png" alt=""> | ||
</div> | ||
</div> | ||
|
||
|
@@ -125,7 +125,7 @@ <h2>Benvenuti nel nostro album di famiglia digitale</h2> | |
</section> | ||
|
||
<!-- Js files linked --> | ||
<script src="../js/scriptIndex.js"></script> | ||
<script src="js/scriptIndex.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Video e Animazioni</title> | ||
|
||
<!-- CSS design --> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- box icons --> | ||
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
|
@@ -16,7 +16,7 @@ | |
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
|
||
<!-- icon link --> | ||
<link rel="icon" href="../imagenes/icon3.ico"> | ||
<link rel="icon" href="imagenes/icon3.ico"> | ||
|
||
</head> | ||
|
||
|
@@ -39,7 +39,7 @@ | |
|
||
<a class="icon-header" href="index.html">Di Mascio Rondón</a> | ||
|
||
<img src="../imagenes/flag.png" class="icon-menu"> | ||
<img src="imagenes/flag.png" class="icon-menu"> | ||
|
||
|
||
<nav class="navbar"> | ||
|
@@ -122,6 +122,6 @@ <h1>Clicca sulle foto per vedere video e animazioni</h1> | |
</section> | ||
|
||
<!-- Js files linked --> | ||
<script type="text/javascript" src="../js/scriptVideo.js"></script> | ||
<script type="text/javascript" src="js/scriptVideo.js"></script> | ||
|
||
</body> |