Skip to content

Instantly share code, notes, and snippets.

View Sonia-Shurmi's full-sized avatar

Mst Sonia Akter Sonia-Shurmi

View GitHub Profile
@Sonia-Shurmi
Sonia-Shurmi / tab
Created August 8, 2017 07:25
Bootstrap tab customize murkup
<div class="tab_area">
<ul class="tabmenu">
<li class="active">
<a href="#creative" data-toggle="tab">menu one</a>
</li>
<li>
<a href="#consultation" data-toggle="tab">menu two</a>
</li>
<li>
<a href="#marketing" data-toggle="tab">menu three</a>
@Sonia-Shurmi
Sonia-Shurmi / comment section
Last active August 7, 2017 06:15
Wordpress friendly murkup for "Blog Comment" Section
<div id="comments" class="comment-area">
<div class="comments-title">
<h2>Comments (03)</h2>
</div>
<ul class="comment-list">
<li class="comment">
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author"></div>
@Sonia-Shurmi
Sonia-Shurmi / inputType
Created August 5, 2017 05:44
All Input Field at a glance
Input Type Description
button Defines a clickable button (mostly used with a JavaScript to activate a script)
checkbox Defines a checkbox
color Defines a color picker
date Defines a date control (year, month and day (no time))
datetime-local Defines a date and time control (year, month, day, hour, minute, second, and fraction of a second (no time zone)
email Defines a field for an e-mail address
file Defines a file-select field and a "Browse..." button (for file uploads)
hidden Defines a hidden input field
@Sonia-Shurmi
Sonia-Shurmi / jquery
Created April 5, 2016 06:59
banner-window-height
//window height
var windowHeight= $(window).height();
var headerHeight= $('.header-area').height()
$(".hero-area").css('height', windowHeight - headerHeight + 'px');
$(".hero-area .item").css('height', windowHeight - headerHeight + 'px');
$(".hero-area .item img").css('height', windowHeight - headerHeight + 'px');
google map api key - AIzaSyD7CQl6fRhagGok6CzFGOOPne2X1u1spoA