-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
119 lines (96 loc) · 5.54 KB
/
header.php
File metadata and controls
119 lines (96 loc) · 5.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content=
"White socks are for wussies. Sockscribe Me will deliver awesome socks to your door monthly. Sign up for our Monthly Sock Subscription Service now!"
name="description">
<meta content=
"Fun Sock Subscription Service - Sockscribe Me">
<meta content="http://sockscribe.me/">
<meta content="http://sockscribe.me/images/photos/two-feet-linked.png">
<meta property="og:title" content="Sockscribe Me - Monthly Sock Subscription Service">
<meta property="og:type" content="product">
<meta property="og:url" content="http://sockscribe.me/">
<meta property="og:image" content="http://sockscribe.me/images/logo.png">
<meta property="og:site_name" content="Sockscribe Me">
<meta property="og:fb:app_id" content="1425336154346255">
<meta property="og:description" content="White socks are for wussies. Sockscribe Me will deliver awesome socks to your door monthly. Sign up for our monthly sock subscription service now!">
<link href="images/ss_48x48.png" rel="icon" type="image/png">
<title>Fun Sock Subscription Service - Sockscribe Me</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/flexslider.css" rel="stylesheet">
<link href="css/flat-ui.css" rel="stylesheet">
<link href="css/social-likes.css" rel="stylesheet" >
<link href="css/colorbox.css" rel="stylesheet" >
<link href="css/fancybox.css" rel="stylesheet" >
<link href="css/carousel.css" rel="stylesheet" >
<link href="css/style.css" rel="stylesheet">
<!-- '<link href="css/flat-ui-fonts.css" rel="stylesheet">'
-->
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
</head>
<!-- NAVBAR
================================================== -->
<body>
<!-- Facebook Like Button -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=755261777834581";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="navbar navbar-default navbar-static-top sun-flower-background">
<!-- <div class="row pomegranate-background text-center white-text sale-container">
<div class="container">
<a href="./sock-subscription.php" class="white-text">
<p>Thanksgiving Sale, limited offer! Get <strong>15% off</strong> all 6 and 12 month sock subscriptions. Use code <em>THANKSGIVING</em></p>
</a>
</div>
</div> -->
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle pull-right <?php echo ($page == "Checkout" ? "hide" : "")?>" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./"><h1>Monthly Fun Sock Subscription Service - Sockscribe Me</h1><img src="./images/logo.png" alt="Sockscribe Me Logo"></img></a>
</div>
<!-- <ul class="social-likes navbar-right" data-url="http://sockscribe.me/" data-title="Sockscribe Me - Awesome Sock Subscription Service">
<li class="facebook" title="Share link on Facebook">Facebook</li>
<li class="twitter" data-via="sockscribeme" data-related="Awesome Sock Subscription Service" title="Share link on Twitter">Twitter</li>
<li class="plusone" title="Share link on Google+">Google+</li>
<li class="pinterest" title="Share image on Pinterest" data-media="http://sockscribe.me/images/logo.png">Pinterest</li>
</ul> -->
<div class="navbar-collapse collapse <?php echo ($page == "Checkout" ? "hide" : "")?>">
<ul class="nav navbar-nav navbar-right <?php echo ($page == "Checkout" ? "hide" : "")?>">
<li><a href="./sock-subscription.php" class="<?php echo ($page == "Buy-a-Sock-Subscription" ? "active" : "")?> signup-nav">Sign Up</a></li>
<!-- <li><a href="./sock-subscription-gift.php" class="<?php echo ($page == "Buy-Sock-Subscription-Gift" ? "active" : "")?>">Give a Gift</a></li>
--> <li><a href="./about-us.php" class="<?php echo ($page == "About-Sockscribe-Me" ? "active" : "")?>">About</a></li>
<li><a href="./frequently-asked-questions.php" class="<?php echo ($page == "Frequently-Asked-Questions" ? "active" : "")?>">FAQ</a></li>
<li><a href="../blog/" target="_blank" class="<?php echo ($page == "Blog" ? "active" : "")?>">Blog</a></li>
<li><a href="./contact-us.php" class="<?php echo ($page == "Contact-Sockscribe-Me" ? "active" : "")?>">Contact</a></li>
<li><div class="fb-like navbar-right" data-href="https://www.facebook.com/sockscribeme" data-width="250" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
</li>
</ul>
</div><!--/.nav-collapse -->
<div>
</div>
<!-- Static navbar -->
</div>
</div>