Skip to content

Instantly share code, notes, and snippets.

View betul's full-sized avatar
😉
Working from home

Betul betul

😉
Working from home
  • Turkiye
  • 16:17 (UTC -12:00)
View GitHub Profile
<input type="text" list="browsers" placeholder="Kitap / Yazar / Okuyucu Ara">
<datalist id="browsers">
<option value="Çalıkuşu">
<option value="Sergüzeşt">
<option value="Yaprak Dökümü">
<option value="Cehennem">
<option value="Da vinci şifresi">
<option value="Tanrı Yanılgısı">
<option value="Sofie'nin dünyası">
</datalist>

Sass/Less Comparison

In this document I am using Sass's SCSS syntax. You can choose to use the indented syntax in sass, if you prefer it, it has no functional differences from the SCSS syntax.

For Less, I'm using the JavaScript version because this is what they suggest on the website. The ruby version may be different.

Variables

@betul
betul / Centering-Navigation-Menu.markdown
Created January 31, 2014 10:30
A Pen by Bennett Feely.
@betul
betul / AngularJS-BootStrap-3-Modal-Dialogs.markdown
Created January 31, 2014 10:43
A Pen by Michael E Conroy.

AngularJS BootStrap 3 Modal Dialogs

A dialog/modal service written in AngularJS, creates predefined easy to use dialogs (error,wait,notify,confirm,create) with Angular UI and Bootstrap 3

A Pen by Michael E Conroy on CodePen.

License.

Masonry and Bootstrap: Layout col-sm bug

While twitter bootstrap fits Col1 and Col2 next to each other on both viewports (<992 and >992 pixel), masonry doesn't for the smaller viewport.

A Pen by betul on CodePen.

License.

@betul
betul / Bootstrap-Timeline.markdown
Created January 31, 2014 10:48
A Pen by betul.
@betul
betul / Bootstrap-Carousel.markdown
Created January 31, 2014 10:50
A Pen by betul.