Skip to content

Instantly share code, notes, and snippets.

View rleaf's full-sized avatar
📚

Ryan Lin rleaf

📚
View GitHub Profile
@rleaf
rleaf / index.html
Created December 4, 2019 02:17
Responsive Image Gallery with jQuery Lightbox
<section id="gallery">
<div class="container">
<div id="image-gallery">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 image">
<div class="img-wrapper">
<a href="https://unsplash.it/500"><img src="https://unsplash.it/500" class="img-responsive"></a>
<div class="img-overlay">
<i class="fa fa-plus-circle" aria-hidden="true"></i>
</div>
@rleaf
rleaf / image-gallery-with-css-grid-flexbox.markdown
Created December 4, 2019 01:05
Image Gallery with CSS Grid & Flexbox
@rleaf
rleaf / gallery.markdown
Created December 4, 2019 00:39
Gallery
@rleaf
rleaf / changing-background-color-while-scrolling.markdown
Created October 7, 2019 03:44
Changing Background Color while scrolling

Changing Background Color while scrolling

I wanted to create something simple with a jQuery plugin that I am working on.

A Pen by JP Nothard on CodePen.

License.

@rleaf
rleaf / element-fade-in-on-scroll.markdown
Created October 6, 2019 03:56
Element Fade In on Scroll
@rleaf
rleaf / element-fade-out-on-scroll.markdown
Created October 6, 2019 03:45
Element Fade Out on Scroll
@rleaf
rleaf / index.html
Created May 27, 2019 04:58
Procedural Low Poly Planet
<canvas id="canvas"></canvas>
@rleaf
rleaf / animated-background-gradient.markdown
Created May 26, 2019 17:28
Animated Background Gradient
@rleaf
rleaf / animated-background-gradient.markdown
Created February 11, 2019 18:23
Animated Background Gradient
@rleaf
rleaf / custom-round-checkbox.markdown
Created December 13, 2018 19:41
Custom Round Checkbox