Skip to content

Instantly share code, notes, and snippets.

@v-fedorov
Last active August 29, 2015 13:58
Show Gist options
  • Save v-fedorov/9982724 to your computer and use it in GitHub Desktop.
Save v-fedorov/9982724 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie10 lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js lt-ie10 lt-ie9"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="no-js lt-ie10"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="https://lh4.googleusercontent.com/-h55ZW-Tr4dQ/Uzx9rhyMs5I/AAAAAAAAAYU/aQShXhyKH_k/w426-h358/favicon-6.ico">
<meta charset="utf-8">
<title>{{ page.name }} &middot; {{ store.name }} &middot; Custom and Handmade Geekery FOR THE LADIES</title>
<meta name="description" content="{{ page.description | strip_newlines | escape }} - Online Store Powered by Storenvy"/>
<meta name="keywords" content="{{ page.keywords }}" />
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1">
<meta http-equiv="cleartype" content="on">
<link href="{{ theme | theme_css_url }}" rel="stylesheet" />
<style type="text/css" media="screen">
body {
{% if theme.use_theme_background %}
background-image:url(/assets/themes/cooper/bg_cooper.png);
{% elsif store.background_image != blank %}
background-image:url({{ theme.background.url }});
{% endif %}
}
</style>
{{ page | open_graph_tags }}
{{ head_content }}
<script src="/assets/theme_cooper.js"></script>
</head>
<body id="{{ page.permalink }}-page" class="{{ page.permalink }} {{ page.category }}">
{% if store.featured_promotion_text != blank %}
<div id="promotion">
<strong>{{ store.featured_promotion_text }}</strong>
</div>
{% endif %}
<div id="wrapper">
<div id="container">
<div id="mobile-header">
<a id="drawer_button" href="javascript:;">Open Nav</a>
</div>
<div id="header">
<div id="store_info">
{% if theme.show_store_name %}
<h1 class="store_name"><a href="/" >{{store.name}}</a></h1>
{% endif %}
</div>
<div id="banner">
{% if store.banner_image != blank %}
<a href="/"><img src="{{ theme.banner.url }}" alt="{{ store.name | escape }}"/></a>
{% endif %}
</div>
<!--/{CATALOG_NAVIGATION_816f150b2e40d1d3903fa1c0fae2943e}--><div class="widget widget-static-block"><p style="margin:0">
<img src="http://i59.tinypic.com/xql7br.jpg" alt="" usemap="#imap_lowerNavBar" style="margin-left: 21px" />
<map id="imap_lowerNavBar" name="imap_lowerNavBar">
<area shape="rect" coords="-1,0,130,130" alt="DRESSES" title="DRESSES" href="/collections/569398-dresses">
<area shape="rect" coords="140,0,210,210" alt="TOPS" title="TOPS" href="/collections/569314-tops">
<area shape="rect" coords="227,0,340,340" alt="BOTTOMS" title="BOTTOMS" href="/collections/569395-bottoms">
<area shape="rect" coords="350,0,520,520" alt="ACCESSORIES" title="ACCESSORIES" href="/collections/569404-accessories">
<area shape="rect" coords="530,0,660,660" alt="INTIMATES" title="INTIMATES" href="/collections/583225-intimates">
<area shape="rect" coords="670,0,740,740" alt="SWIM" title="SWIM" href="/collections/631798-swim">
<area shape="rect" coords="750,0,830,830" alt="SHOES" title="SHOES" href="/collections/631792-shoes">
<area shape="rect" coords="840,0,930,930" alt="SALE" title="SALE" href="/collections/631795-sale">
</map>
</p></div>
</div>
<!-- end #header -->
<div id="content" {% if store.banner_image == blank and theme.show_store_name == false %} class="pad-top" {% endif %}>
<div class="row">
{% unless page.name == "Home" %}
<div id="sidebar">
<div class="sidebar-wrapper">
{% if store.has_logo? and theme.show_logo %}
<div id="logo">
<a href="/"><img src="{{store.logo_url}}" alt="{{ store.name | escape }}" width="160" height="160"/></a>
</div>
{% endif %}
<div class="mobile-sidebar-content">
<h2 id="sidebar_store_name"><a href="{{ store.url }}">{{ store.name }}</a></h2>
<hr/>
<a href="http://www.storenvy.com/cart" class="checkout-link">Proceed to Checkout</a>
<hr/>
</div>
<ul id="nav">
<li>
<a href="/products">Shop All</a>
</li>
{% for nav_item in collections.nav %}
<li id="collection_{{nav_item.id}}_link">
<a href="{{nav_item.url}}">{{ nav_item.name }}</a>
</li>
{% endfor %}
</ul>
<hr />
<div id="searchbox">
<form action="/search" method="GET" class="storefront-search">
<input type="text" name="q" placeholder="Search" value="{{ search.term }}" />
<button type="submit">
<img src="/assets/storefront/search-icon.svg" width="15" height="15" alt="Search" />
</button>
</form>
</div>
<hr />
<ul id="buttons">
{% for page in pages.all %}
<li><a href="{{ page.url }}" class="{{ page.permalink }}">{{ page.name }}</a></li>
{% endfor %}
<li><a href="{{ store.marketplace_url }}" class="store_profile" target="_blank">Marketplace</a></li>
</ul>
{% if store.places != blank %}
<hr/>
<ul id="places">
{% for place in store.places %}
<li><a href="{{place.url}}" target="_blank">{{ place.name }}</a></li>
{% endfor %}
</ul>
{% endif %}
<div class="mobile-sidebar-content">
<hr/>
<a title="Open a Free online store!" href="http://www.storenvy.com/selling-on-storenvy?ctx=s&amp;src={{ store.url }}" target="_blank">Open Your Own Store</a>
</div>
</div><!-- end .sidebar-wrapper -->
</div><!-- end #sidebar -->
{% endunless %}
<div id="main">
{% if notice != blank %}
<div id="success" class="flash-message">
<p>{{ notice }}</p>
</div>
{% endif %}
{% if error != blank %}
<div id="error" class="flash-message">
<p>{{ error }}</p>
</div>
{% endif %}
{{ page_content }}
</div><!-- end #main-->
</div>
</div><!-- end #content -->
<div class="wrapper bottom">
<div id="footer" class="clear">
<div class="col1">
<!-- SnapWidget --> <div style="position: absolute; left: 1450px;">
<iframe src="http://snapwidget.com/sc/?h=YmFkd29sZmNsb3RoaW5nfGlufDE1MHwzfDN8MmRjNWUwfG5vfDV8ZmFkZU91dHxvblN0YXJ0fHllcw==&v=28314" title="Instagram Widget" allowTransparency="true" frameborder="0" scrolling="no" style="position: absolute; right: 460px;border:none; float;right; overflow:hidden; width:450px; height:150px"></iframe><br>
<br><br><br><br><br><br><br><br><br><font size="3"><b><font color="00000"><div style="position: absolute; left: -930px;">HASHTAG #BADWOLFCLOTHING TO SEE YOURSELF HERE!<br></div>
</font></font size> </b><br>
</div>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; font:#000 clear:left; font:14px Helvetica,Arial,sans-serif; width:500px;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="http://storenvy.us8.list-manage.com/subscribe/post?u=618c6fe5644d272fcb7fc2171&amp;id=e52a5e9365" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<label for="mce-EMAIL">JOIN THE PACK</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="subscribe to our newsletter" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_618c6fe5644d272fcb7fc2171_e52a5e9365" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div></div></div></div><br><br><br><br><br>
<!--Facebook Like Box-->
<iframe
src="https://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fbadwolfclothing&amp;width=292&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=true&amp;height=62"
scrolling="no" frameborder="1"
style="position: absolute; left: 760px;border:none; overflow:hidden; width:292px; height:62px;"
allowTransparency="true">
</iframe>
<!--End mc_embed_signup-->
<div id="footer" >
<ul class="link">
<div style="position: absolute; left: 147px;"><div class="col2" style="border:none; width:292px;">
<b><font color="#00000">Customer Care:<font size="2"><br></b>
<a href="/contact/">Contact Us</a><br>
<a href="/faq">Returns / Exchanges</a><br>
<a href="/shipping-info/">Shipping Info</a></div></div>
<div style="position: absolute; left: 300px;"><div class="col3" style="border:none; width:292px;">
<b><font color="#00000">Company:<br><font size="2"></b> </font> <div>
<a href="/about.html">About Us</a><br>
<a href="/faq/">FAQ</a><br></div></div>
<div class="co14"style="border:none; width:492px;"> <div style="position: absolute; left: 200px; height:200px">
<a class="social_icon" target="_blank" title="Facebook" href="https://www.facebook.com/badwolfclothing"><img src="http://i59.tinypic.com/ofdkpl.jpg"></a>
<a class="social_icon" target="_blank" title="Instagram" href="http://instagram.com/badwolfclothing"><img src="http://i59.tinypic.com/10dv0y8.jpg"></a>
<a class="social_icon" target="_blank" title="Twitter" href="http://twitter.com/badwolfclothing/"><img src="http://i58.tinypic.com/110asfo.jpg"></a>
</div>
<div style="position: absolute; left: 680px;"><div class="col6"style="border:none; width:130px;><address class="copyright">&copy; 2014 Bad Wolf</address>
</body>
</html>
</div> </li>
</ul>
</div><!-- end #footer_info -->
<div class="clearfix"></div>
</div><!-- end footer -->
</div><!-- end #container -->
</div><!-- end #wrapper -->
<div class="clearfix"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment