Skip to content

Commit

Permalink
Merge pull request #224 from jajodiaraghav/patch_4
Browse files Browse the repository at this point in the history
Added Lightbox
  • Loading branch information
Sean Auriti authored Jun 7, 2017
2 parents 5f9c0b2 + 8f3ad6f commit 827cdff
Show file tree
Hide file tree
Showing 10 changed files with 190 additions and 231 deletions.
1 change: 1 addition & 0 deletions website/static/css/lightbox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added website/static/images/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/next.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/prev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions website/static/js/issue.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
window.twttr = (function(d, s, id) {

var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];

t.ready = function(f) {
t._e.push(f);
};

return t;

} (document, "script", "twitter-wjs"));

(function(d, s, id) {

var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.7&appId=236647900066394";
fjs.parentNode.insertBefore(js, fjs);

}(document, 'script', 'facebook-jssdk'));
13 changes: 13 additions & 0 deletions website/static/js/lightbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 827cdff

Please sign in to comment.