forked from gratet/adaptour
-
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
feina_mdominguez
authored and
feina_mdominguez
committed
Jan 30, 2024
1 parent
38d7977
commit 405a6bf
Showing
14 changed files
with
345 additions
and
388 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!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>Image Gallery</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
<div class="ful-img" id="fulImgBox"> | ||
<img src="imgs/1.jpg" id="fulImg" alt=""> | ||
<span onclick="closeImg()">X</span> | ||
</div> | ||
|
||
<h1><span>Caminabilidad</span></h1> | ||
|
||
<div class="img-gallery"> | ||
<img src=" imgs/1.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/2.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/3.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/4.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/5.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/6.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/7.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/8.jpg" onclick="openFulImg(this.src)" alt=""> | ||
</div> | ||
<script src="script.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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!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>Image Gallery</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
<div class="ful-img" id="fulImgBox"> | ||
<img src="imgs/1.jpg" id="fulImg" alt=""> | ||
<span onclick="closeImg()">X</span> | ||
</div> | ||
|
||
<div class="img-gallery"> | ||
<img src=" imgs/1.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/2.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/3.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/4.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/5.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/6.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/7.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/8.jpg" onclick="openFulImg(this.src)" alt=""> | ||
</div> | ||
<script src="script.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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!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>Image Gallery</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
<div class="ful-img" id="fulImgBox"> | ||
<img src="imgs/1.jpg" id="fulImg" alt=""> | ||
<span onclick="closeImg()">X</span> | ||
</div> | ||
|
||
<div class="img-gallery"> | ||
<img src=" imgs/1.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/2.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/3.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/4.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/5.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/6.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/7.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/8.jpg" onclick="openFulImg(this.src)" alt=""> | ||
</div> | ||
<script src="script.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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!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>Image Gallery</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
<div class="ful-img" id="fulImgBox"> | ||
<img src="imgs/1.jpg" id="fulImg" alt=""> | ||
<span onclick="closeImg()">X</span> | ||
</div> | ||
|
||
<div class="img-gallery"> | ||
<img src=" imgs/1.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/2.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/3.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/4.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/5.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/6.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/7.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/8.jpg" onclick="openFulImg(this.src)" alt=""> | ||
</div> | ||
<script src="script.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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!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>Image Gallery</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
<div class="ful-img" id="fulImgBox"> | ||
<img src="imgs/1.jpg" id="fulImg" alt=""> | ||
<span onclick="closeImg()">X</span> | ||
</div> | ||
|
||
<div class="img-gallery"> | ||
<img src=" imgs/1.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/2.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/3.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/4.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/5.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/6.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/7.jpg" onclick="openFulImg(this.src)" alt=""> | ||
<img src=" imgs/8.jpg" onclick="openFulImg(this.src)" alt=""> | ||
</div> | ||
<script src="script.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
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
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
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
Oops, something went wrong.