Skip to content

Instantly share code, notes, and snippets.

View bilalucar's full-sized avatar
💭
I may be slow to respond.

Bilal Ucar bilalucar

💭
I may be slow to respond.
View GitHub Profile
@bilalucar
bilalucar / CSS Scroll Snap Points 'e Giriş
Created September 25, 2017 16:22
CSS Scroll Snap Points 'e Giriş
<div>
<img src='Pizza.png' alt='pizza'>
<img src='Noodle.png' alt='noodle'>
<img src='Burger.png' alt='burger'>
<img src='Juice.png' alt='juice'>
</div>
@bilalucar
bilalucar / img tag 2
Created September 21, 2017 09:22
img tag 2
<p>
PDF <img width="15px" src="pdf.png"
style="vertical-align:text-top" alt="Image">
</p>
@bilalucar
bilalucar / img tag 1
Created September 21, 2017 09:21
img tag 1
<div id='container'>
<img src="rose.png' alt="rose flower'>
</div>
@bilalucar
bilalucar / Rellax.js
Last active September 18, 2017 15:19
Rellax.js
<div class="rellax" data-rellax-speed="-7">
I'm extra slow and smooth
</div>
@bilalucar
bilalucar / Grid.css
Created September 13, 2017 14:06
Grid.css
<div class="row">
<div class="col4"></div>
<div class="col4"></div>
<div class="col4"></div>
</div>
@bilalucar
bilalucar / Responsive tasarım için birden fazla fotoğraf
Created August 24, 2017 08:05
Responsive tasarım için birden fazla fotoğraf
<picture>
<source srcset="mobile.jpg, mobile-hd.jpg 2x"
media="(max-width: 360px)">
<source srcset="large.jpg, large-hd.jpg 2x"
media="(min-width: 1920px)">
<img src="default.jpg" srcset="default-hd.jpg 2x"
alt="your image">
</picture>
@bilalucar
bilalucar / Wordpress Autosave İnterval
Created August 23, 2017 17:15
Wordpress Autosave İnterval
# Sets autosave interval to 180 seconds
define( 'AUTOSAVE_INTERVAL', 180 );
@bilalucar
bilalucar / Disable Wordpress Revision Feature
Created August 23, 2017 17:13
Disable Wordpress Revision Feature
# Disables the post revision feature
define( 'WP_POST_REVISIONS', false );
@bilalucar
bilalucar / WP_POST_REVISIONS
Created August 23, 2017 17:12
WP_POST_REVISIONS
# Saves 5 revisions per post
define( 'WP_POST_REVISIONS', 5 );
@bilalucar
bilalucar / okayNav 2
Created August 14, 2017 08:31
okayNav 2
navigation.okayNav('openInvisibleNav');