Skip to content

Commit

Permalink
arreglando todas las rutas
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoDiMas committed Oct 5, 2023
1 parent f5de5b1 commit aa4751c
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions albumGenerale.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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>

8 changes: 4 additions & 4 deletions albumGenerale2.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand All @@ -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>

Expand All @@ -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">
Expand Down Expand Up @@ -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>

8 changes: 4 additions & 4 deletions albumGenerale3.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand All @@ -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>

Expand All @@ -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">
Expand Down Expand Up @@ -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>

8 changes: 4 additions & 4 deletions albumGenerale4.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand All @@ -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>

Expand All @@ -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">
Expand Down Expand Up @@ -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>

8 changes: 4 additions & 4 deletions albumPapa.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand All @@ -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>

Expand All @@ -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">
Expand Down Expand Up @@ -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>
8 changes: 4 additions & 4 deletions contatto.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand All @@ -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>

Expand All @@ -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">
Expand Down Expand Up @@ -88,7 +88,7 @@
</section>


<script type="text/javascript" src="../js/scriptContatto.js"></script>
<script type="text/javascript" src="js/scriptContatto.js"></script>


</body>
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand All @@ -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>

Expand All @@ -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">
Expand Down Expand Up @@ -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>

Expand All @@ -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>
8 changes: 4 additions & 4 deletions videoAnimazioni.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand All @@ -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>

Expand All @@ -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">
Expand Down Expand Up @@ -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>

0 comments on commit aa4751c

Please sign in to comment.