generated from gautamkrishnar/github-pages-gallery
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ db682bd 🚀
- Loading branch information
Showing
13 changed files
with
143 additions
and
14 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,123 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, user-scalable=no" /> | ||
<title>BeWelcome Community Gallery - misc</title> | ||
<link rel="stylesheet" href="public/lightgallery/css/lightgallery.css" /> | ||
<link rel="stylesheet" href="public/videojs/video-js.min.css" /> | ||
<link rel="stylesheet" href="public/lightgallery/css/lg-exif.min.css" /> | ||
<link rel="stylesheet" href="public/core.css" /> | ||
<link rel="stylesheet" href="public/theme.css" /> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
<div id="container"> | ||
|
||
<!-- | ||
Gallery title | ||
--> | ||
<header> | ||
<h1><a href="index.html">BeWelcome Community Gallery</a></h1> | ||
</header> | ||
|
||
<!-- | ||
Breadcrumbs of parent albums | ||
--> | ||
<nav class="breadcrumbs"> | ||
<a class="breadcrumb-item" href="index.html">Home</a> / <a class="breadcrumb-item" href="misc.html">misc</a> | ||
</nav> | ||
|
||
<!-- | ||
Nested albums, if any | ||
--> | ||
<div id="albums"> | ||
</div> | ||
|
||
<!-- | ||
All photos and videos | ||
--> | ||
<ul id="media" class="clearfix"> | ||
|
||
<li data-src="media/large/misc/business%20card%20face%201.jpg" | ||
data-sub-html="" | ||
data-download-url="media/original/misc/business%20card%20face%201.jpg" | ||
|
||
data-filename="business card face 1.jpg" | ||
|
||
> | ||
<a href="media/original/misc/business%20card%20face%201.jpg"> | ||
<img src="media/thumbs/misc/business%20card%20face%201.jpg" | ||
width="120" | ||
height="120" | ||
alt="business card face 1.jpg" /> | ||
</a> | ||
</li> | ||
<li data-src="media/large/misc/business%20card%20face2.jpg" | ||
data-sub-html="" | ||
data-download-url="media/original/misc/business%20card%20face2.jpg" | ||
|
||
data-filename="business card face2.jpg" | ||
|
||
> | ||
<a href="media/original/misc/business%20card%20face2.jpg"> | ||
<img src="media/thumbs/misc/business%20card%20face2.jpg" | ||
width="120" | ||
height="120" | ||
alt="business card face2.jpg" /> | ||
</a> | ||
</li> </ul> | ||
|
||
<!-- | ||
Pagination | ||
--> | ||
|
||
<!-- | ||
Zip file link | ||
--> | ||
|
||
|
||
<!-- | ||
Optional footer | ||
--> | ||
<footer> | ||
<p>GNU General Public License v2.0 - join us on <a href="https://www.bewelcome.org">BeWelcome</a></p> | ||
</footer> | ||
|
||
</div> | ||
<!-- Video loader --> | ||
<div id="videos"> | ||
</div> | ||
|
||
<!-- jQuery --> | ||
<script src="public/jquery.min.js"></script> | ||
<!-- VideoJS --> | ||
<script src="public/videojs/video.min.js"></script> | ||
<!-- LightGallery --> | ||
<script src="public/lightgallery/js/lightgallery.js"></script> | ||
<script src="public/lightgallery/js/lg-autoplay.js"></script> | ||
<script src="public/lightgallery/js/lg-pager.js"></script> | ||
<script src="public/lightgallery/js/lg-thumbnail.js"></script> | ||
<script src="public/lightgallery/js/lg-video.js"></script> | ||
<script src="public/lightgallery/js/lg-exif.min.js"></script> | ||
|
||
<script> | ||
$(document).ready(function() { | ||
$("#media").lightGallery({ | ||
thumbWidth: 80, | ||
controls: true, | ||
loop : false, | ||
download: true, | ||
counter: true, | ||
videojs: true | ||
}); | ||
}); | ||
</script> | ||
|
||
|
||
</body> | ||
|
||
</html> |
Binary file not shown.