Skip to content

Instantly share code, notes, and snippets.

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

Betul betul

😉
Working from home
  • Turkiye
  • 12:36 (UTC -12:00)
View GitHub Profile

Bootstrap Mega menu with CSS

I was building a very simple Mega menu style nav for my client. It was designed for a fixed-width page but I think it's possible to make it responsive by replacing menu columns with fluid and span#.

A Pen by Alex on CodePen.

License.

@betul
betul / Responsive-Gallery-with-Bootstrap.markdown
Created January 31, 2014 10:58
A Pen by Mathieu Richard.

SASSY Responsive jQuery Hide/Show Menu

A simple responsive hide/show responsive menu built with jQuery/SASS/Compass/Bootstrap

A Pen by betul on CodePen.

License.

Flat Blog layout in CSS3

A flat blog layout css3 with a view switch lines / blocs.

A Pen by betul on CodePen.

License.

@betul
betul / Bootstrap-3.markdown
Created January 31, 2014 11:03
A Pen by betul.

Bootstrap 3

Just trying out the new bootstrap 3 RC and applying some custom work to test it out.

A Pen by betul on CodePen.

License.

@betul
betul / bootstrap-metro-tiles
Created January 31, 2014 11:14
Bootstrap - Microsoft Metro Tiles
<div class="container">
<div class="row">
<div class="col-md-12">
<h1><strong>Bootstrap - Microsoft Metro Tiles</strong></h1>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="tile purple">
<h3 class="title">Purple Tile</h3>
@betul
betul / bootstrap-metro-tiles
Created January 31, 2014 11:14
Bootstrap - Microsoft Metro Tiles
<div class="container">
<div class="row">
<div class="col-md-12">
<h1><strong>Bootstrap - Microsoft Metro Tiles</strong></h1>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="tile purple">
<h3 class="title">Purple Tile</h3>
@betul
betul / gist:8730218
Created January 31, 2014 11:15
Bootstrap - Microsoft Metro Tiles
<div class="container">
<div class="row">
<div class="col-md-12">
<h1><strong>Bootstrap - Microsoft Metro Tiles</strong></h1>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="tile purple">
<h3 class="title">Purple Tile</h3>
@betul
betul / gist:8730228
Created January 31, 2014 11:15
Bootstrap - Microsoft Metro Tiles
<div class="container">
<div class="row">
<div class="col-md-12">
<h1><strong>Bootstrap - Microsoft Metro Tiles</strong></h1>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="tile purple">
<h3 class="title">Purple Tile</h3>
@betul
betul / main.scss
Created January 31, 2014 11:16
Bootstrap - Microsoft Metro Tiles
$color_purple: #5133AB;
$color_red: #AC193D;
$color_orange: #DC572E;
$color_green: #00A600;
$color_blue: #2672EC;
// colors from http://www.creepyed.com/2012/09/windows-8-colors-hex-code/
$base_font_size: 14px;
$base_line_height: 1.5em;