This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous"> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> | |
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js" integrity="sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" crossorigin="anonymous"></script> | |
<script> | |
document.ready(function(){ | |
jQuery('.dropdown-toggle').dropdown(); | |
}); | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// Bitters (v0.10.0) | |
// Bourbon (v4.2.3) | |
// Fancy Buttons (v1.2.0) | |
// Neat (v1.6.0) | |
// Toolkit (v2.9.0) | |
// ---- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Flexbox Sample</title> | |
<link rel="stylesheet" type="text/css" href="flexbox.css"> | |
</head> | |
<body> | |
<div class="flex-container"> | |
<div class="flex-row"> | |
<div class="flex-item-1"><img class="img-responsive" src="http://shop.zebcobrands.com/media/catalog/product/cache/1/image/300x/9df78eab33525d08d6e5fb8d27136e95/3/3/33MCK.04C.BX61_44.jpg"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Flexbox Sample</title> | |
<link rel="stylesheet" type="text/css" href="flexbox.css"> | |
</head> | |
<body> | |
<header class="box"> | |
<div class="header-name"> | |
Header |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Flexbox Sample</title> | |
<link rel="stylesheet" type="text/css" href="flexbox.css"> | |
</head> | |
<body> | |
<header class="box"> | |
<div class="header-name"> | |
Header |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="nav-main" id="nav-main"> | |
<!--Top Navigation--> | |
<nav role="navigation"> | |
<!-- <div class="menu-btn"> | |
<a class="menu-trigger menu-icon" href="#"></a> | |
</div> --> | |
<div id="global-nav"> | |
<div class="main-site-name"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="footer-wrap"> | |
<div class="footer"> | |
<div id="magento-com"> | |
<div class="intro-paragraph"> | |
<div class="container"> | |
<a href="http://www.magento.com/"><img alt="Magento an ebay inc company" id="logo" src="/i/logo-gl-footer.png"></a> | |
<h3>eCommerce platform, solutions and services<br> to help grow your business.</h3> | |
</div> | |
</div> | |
<div class="container"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
$fa-glass: "\f000"; | |
$fa-music: "\f001"; | |
$fa-search: "\f002"; | |
$fa-envelope-o: "\f003"; | |
$fa-heart: "\f004"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<ul class="row" id="row0"> | |
<li> </li> | |
<li> </li> | |
<li> </li> | |
<li> </li> | |
<li> </li> | |
<li> </li> | |
<li> </li> | |
<li> </li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
$sizeValue: 1%; | |
.check-percent { | |
@if (unit($sizeValue) == '%') { font-size: $sizeValue; } | |
} |