This repository was archived by the owner on Jan 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +34
-40
lines changed Expand file tree Collapse file tree 1 file changed +34
-40
lines changed Original file line number Diff line number Diff line change @@ -3,52 +3,46 @@ var ReactDOM = require('react-dom');
33var Lightbox = require ( 'react-image-lightbox' ) ;
44
55var images = [
6- '/ images/1.jpg' ,
7- '/ images/2.jpg' ,
8- '/ images/3.jpg' ,
9- '/ images/4.jpg' ,
6+ 'images/1.jpg' ,
7+ 'images/2.jpg' ,
8+ 'images/3.jpg' ,
9+ 'images/4.jpg' ,
1010] ;
1111
1212var thumbs = [
13- '/ images/1_thumb.jpg' ,
14- '/ images/2_thumb.jpg' ,
15- '/ images/3_thumb.jpg' ,
16- '/ images/4_thumb.jpg' ,
13+ 'images/1_thumb.jpg' ,
14+ 'images/2_thumb.jpg' ,
15+ 'images/3_thumb.jpg' ,
16+ 'images/4_thumb.jpg' ,
1717] ;
1818
1919var titles = [
20- "" ,
21- (
22- < span >
23- by
24- < a href = "http://flickr.com/photos/titrans/" >
25- quatre mains
26- </ a >
27- (< a href = "http://creativecommons.org/licenses/by/2.0/" title = "Attribution License" >
28- Some rights reserved
29- </ a > )
30- </ span >
31- ) ,
32- (
33- < span >
34- by
35- < a href = "http://flickr.com/photos/lachlanrogers/" > latch.r</ a >
36- (< a href = "http://creativecommons.org/licenses/by-sa/2.0/" title = "Attribution-ShareAlike License" >
37- Some rights reserved
38- </ a > )
39- </ span >
40- ) ,
41- (
42- < span >
43- by
44- < a href = "http://flickr.com/photos/fazen/" >
45- fazen
46- </ a >
47- (< a href = "http://creativecommons.org/licenses/by/2.0/" title = "Attribution License" >
48- Some rights reserved
49- </ a > )
50- </ span >
51- ) ,
20+ '' ,
21+ ( < span >
22+ by
23+ < a href = "http://flickr.com/photos/titrans/" >
24+ quatre mains
25+ </ a >
26+ (< a href = "http://creativecommons.org/licenses/by/2.0/" title = "Attribution License" >
27+ Some rights reserved
28+ </ a > )
29+ </ span > ) ,
30+ ( < span >
31+ by
32+ < a href = "http://flickr.com/photos/lachlanrogers/" > latch.r</ a >
33+ (< a href = "http://creativecommons.org/licenses/by-sa/2.0/" title = "Attribution-ShareAlike License" >
34+ Some rights reserved
35+ </ a > )
36+ </ span > ) ,
37+ ( < span >
38+ by
39+ < a href = "http://flickr.com/photos/fazen/" >
40+ fazen
41+ </ a >
42+ (< a href = "http://creativecommons.org/licenses/by/2.0/" title = "Attribution License" >
43+ Some rights reserved
44+ </ a > )
45+ </ span > ) ,
5246] ;
5347var App = React . createClass ( {
5448 getInitialState : function ( ) {
You can’t perform that action at this time.
0 commit comments