-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (20 loc) · 964 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: default
---
<p>
flickrGal is a fully responsive, easy to use gallery utilising the flickr api. It pulls specified image collections from a flickr account.
</p>
<p>
The primary goal of flickrGal is to provide a super fast flickr gallery that can be painlessly integrated and configured.
</p>
<p>
It's perfect for Photographers, Artists, or anyone wanting to showcase their work on a website with minimal hassle.
</p>
<p>
Written purely in javascript, with no external dependencies.
</p>
<a class="demo" href="https://github.com/bluefantail/flickrGal">Source on Github</a>
<div id="flickrgal" data-collections='["all"]' data-titles data-apikey='35ca9893a15649318240594ad7dd98e7' data-userid='141088533@N02'></div>
<p>
The images in this demo have been pulled from various collections on <a class="demo" href="unsplash.com" target="_blank">unsplash.com</a>. All photographers are attributed in the photo descriptions.
</p>