38 lines
No EOL
1.4 KiB
Text
Executable file
38 lines
No EOL
1.4 KiB
Text
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="Photo Gallery">
|
|
<meta name="author" content="Ziver Koc">
|
|
<link rel="icon" href="favicon.ico">
|
|
|
|
<title>Koc.se</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
|
|
<link rel="stylesheet" href="css/form-elements.css">
|
|
<link rel="stylesheet" href="css/register3.css">
|
|
<link rel="stylesheet" href="css/zallery.css">
|
|
|
|
|
|
<!-- Bootstrap core JavaScript -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.1.8/imagesloaded.pkgd.min.js"></script>
|
|
<script src="js/masonry.pkgd.min.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
$(function(){
|
|
$('.image-grid').imagesLoaded(function(){
|
|
$('.grid').masonry({
|
|
itemSelector: '.grid-item',
|
|
columnWidth: '.grid-item',
|
|
});
|
|
});
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
<body> |