Skip to content

Instantly share code, notes, and snippets.

@NateJLewis
Created June 26, 2015 15:51
Show Gist options
  • Save NateJLewis/758e8ff8e12aaae136a4 to your computer and use it in GitHub Desktop.
Save NateJLewis/758e8ff8e12aaae136a4 to your computer and use it in GitHub Desktop.
Store Header EE
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title>Teestyle</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="apple-touch-icon" sizes="57x57" href="/themes/third_party/teestyle/img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/themes/third_party/teestyle/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/themes/third_party/teestyle/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/themes/third_party/teestyle/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/themes/third_party/teestyle/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/themes/third_party/teestyle/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/themes/third_party/teestyle/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/themes/third_party/teestyle/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/themes/third_party/teestyle/img/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/themes/third_party/teestyle/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/themes/third_party/teestyle/img/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/themes/third_party/teestyle/img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/themes/third_party/teestyle/img/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/themes/third_party/teestyle/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/themes/third_party/teestyle/img/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-TileImage" content="/themes/third_party/teestyle/img/favicons/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato:400,700|Trykker">
<link rel="stylesheet" type="text/css" href="/themes/third_party/bootstrap3/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/themes/third_party/teestyle/css/style.css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
{exp:jquery:script_tag}
<script type="text/javascript" charset="utf-8" src="/themes/third_party/bootstrap3/js/bootstrap.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/themes/third_party/teestyle/js/jquery.countdown.js"></script>
<script type="text/javascript" charset="utf-8" src="/themes/third_party/teestyle/js/main.js"></script>
<script type="text/javascript" src="//ws.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "d361b0e5-c598-4705-9789-370ad5f3e076", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
<script>(function() {var _fbq = window._fbq || (window._fbq = []);if (!_fbq.loaded) {var fbds = document.createElement('script');fbds.async = true;fbds.src = '//connect.facebook.net/en_US/fbds.js';var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(fbds, s);_fbq.loaded = true;}_fbq.push(['addPixelId', '1436211653284793']);})();window._fbq = window._fbq || [];window._fbq.push(['track', 'PixelInitialized', {}]);
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=1436211653284793&amp;ev=PixelInitialized" /></noscript>
</head>
<body>
<header class="store-header">
<div class="container">
<a class="logo" href="/">
<img src="/themes/third_party/teestyle/img/logo/logo.png" alt="Teestyle">
</a>
<button id="button-cart-2" class="bttn">
<span class="glyphicon glyphicon-shopping-cart"></span>
<span id="cart-total">
{exp:store:cart}
{if no_items}
Your Cart: 0 items
{/if}
Your Cart: {order_qty} items ({order_subtotal})
{/exp:store:cart}
</span>
</button>
</div>
</header>
<div class="container">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment