-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchitecture.html
More file actions
123 lines (116 loc) · 6.31 KB
/
architecture.html
File metadata and controls
123 lines (116 loc) · 6.31 KB
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
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Phortfolio</title>
<meta name="description" content="Sample template for portfolio">
<meta property="og:title" content="Phortfolio" />
<meta property="og:url" content="architecture.html" />
<meta property="og:description" content="Sample template for portfolio">
<meta property="og:image" content="img/logo.png?raw=true">
<meta property="og:type" content="article" />
<meta property="og:locale" content="es_ES" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />
<link rel="stylesheet" href="res/custom.css">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="favicon.svg">
</head>
<body>
<div class="container-fluid bg-dark" id="mainContainer">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">
<img src="res/logo.svg" width="70" class="d-inline-block align-top" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link active" href="images.html">Pictures</a>
<a class="nav-item nav-link" href="videos.html">Videos</a>
<a class="nav-item nav-link" href="aboutme.html">About me</a>
<a class="nav-item nav-link" href="contact.html">Contact</a>
</div>
</div>
</nav>
<br>
<div class="d-grid gap-2 d-flex justify-content-center text-center" id="filters">
<button class="btn btn-secondary active" data-filter="*" style="width:90px;" type="button">Show all</button>
<button class="btn btn-secondary" data-filter=".modern" style="width:90px;" type="button">Modern</button>
<button class="btn btn-secondary" data-filter=".concrete" style="width:90px;" type="button">Concrete</button>
</div>
<div class="grid">
<div class="grid-sizer"></div>
<div class="gutter-sizer"></div>
<div class="grid-item modern">
<a href="https://source.unsplash.com/OxeG5GiOiqM" data-fancybox="gallery">
<img src="https://source.unsplash.com/OxeG5GiOiqM" class="img-fluid" alt="imagen1">
</a>
</div>
<div class="grid-item modern">
<a href="https://source.unsplash.com/mMpafh0iM5I" data-fancybox="gallery">
<img src="https://source.unsplash.com/mMpafh0iM5I" class="img-fluid" alt="imagen2">
</a>
</div>
<div class="grid-item modern">
<a href="https://source.unsplash.com/fOz4KmozTJ4" data-fancybox="gallery">
<img src="https://source.unsplash.com/fOz4KmozTJ4" class="img-fluid" alt="imagen3">
</a>
</div>
<div class="grid-item concrete">
<a href="https://source.unsplash.com/Q6MdkSdpWpQ" data-fancybox="gallery">
<img src="https://source.unsplash.com/Q6MdkSdpWpQ" class="img-fluid" alt="imagen4">
</a>
</div>
<div class="grid-item concrete">
<a href="https://source.unsplash.com/d2FpMsVNzbc" data-fancybox="gallery">
<img src="https://source.unsplash.com/d2FpMsVNzbc" class="img-fluid" alt="imagen5">
</a>
</div>
<div class="grid-item concrete">
<a href="https://source.unsplash.com/PJMKu7RQNJ8" data-fancybox="gallery">
<img src="https://source.unsplash.com/PJMKu7RQNJ8" class="img-fluid" alt="imagen6">
</a>
</div>
</div>
</div>
<footer class="fixed-bottom">
<div class="text-center p-1" style="background-color: rgba(0, 0, 0, 0.2)">
Pictures retrevied in <span id="year"></span>
from <a class="text-dark" href="https://unsplash.com"> unsplash.com
</div>
</footer>
<script>
document.getElementById("year").innerHTML = new Date().getFullYear();
var $grid = $('.grid').isotope({
itemSelector: '.grid-item',
percentPosition: true,
masonry: {
columnWidth: '.grid-sizer',
gutter: 10
}
})
$grid.imagesLoaded().progress(function() {
$grid.isotope('layout');
});
$filters = $('#filters').on('click', 'button', function() {
var $this = $(this);
var filterValue;
filterValue = $this.attr('data-filter');
$filters.find('.active').removeClass('active');
$this.toggleClass('active');
$grid.isotope({ filter: filterValue });
});
$.fancybox.defaults.smallBtn = false;
$.fancybox.defaults.touch = false;
$.fancybox.defaults.protect = true;
</script>
</body>
</html>