-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (74 loc) · 4.12 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="icon" href="" type="image/x-icon">
<link rel="stylesheet" href="./assets/style.css" />
<link rel="stylesheet" href="http://static.tumblr.com/dekdhbc/ysCmmyd23/style.css" />
<script type="text/javascript" src="//use.typekit.net/nth8hqp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<input type="hidden" name="site" value="blog">
<input type="hidden" name="template" value="index">
<div id="blog">
<div class="container-fluid" id="site-header">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<div class="row">
<div class="span12">
<a href="/" title="Holstee" id="logo" class="pull-left">
<img src="http://static.tumblr.com/dekdhbc/T4zmmyjt1/logo-01.png" alt="Holstee" id="logo-1">
<img src="http://static.tumblr.com/dekdhbc/K3ammyjt5/logo-02.png" alt="Holstee" id="logo-2" class="hide">
</a>
<nav class="nav pull-right tk-brandon-grotesque">
<a href="/collections/all-items">Shop</a>
<a href="http://holstee.com/about">About</a>
<a href="http://mylife.holstee.com/" target="_blank">MyLife</a>
<a href="http://holstee.com/fellowship" target="_blank">Fellowship</a>
<a href="http://blog.holstee.com">Blog</a>
<a href="http://refreshed.is/" target="_blank">Magazine</a>
<a href="http://holstee.com/contact" target="_blank">Contact</a>
<a href="http://holstee.com/cart" target="_blank">Cart</a>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid fixme-holder" id="bgfg-primary">
<div class="fixme">
<div class="background">
<img src="./assets/background.jpg">
<div class="overlay"></div>
</div>
<div class="foreground">
<div class="container">
<div class="row">
<div class="span12">
<p class="tk-brandon-grotesque bigBrandon">THE BLOG</p>
<p class="tk-ff-tisa-web-pro jumbo">Behind the scenes news from the Holstee Studio.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid tk-brandon-grotesque no-padding">
<div class="continer-fluid background-gray border-bottom padding" data-spy="affix" data-offset="300" id="about-nav">
<div class="container align-center gray-links">
<div class="row">
<a href="#" class="span3"><i class="icon-search"></i> Search</a>
<a href="#" class="span3"><i class="icon-mail"></i> Recieve updates</a>
<a href="#" class="span3"><i class="icon-rss"></i> Subscribe via RSS</a>
<a href="#" class="span3"><i class="icon-reorder"></i> Sort By Category</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>