-
Notifications
You must be signed in to change notification settings - Fork 0
/
z-blog.html
executable file
·309 lines (273 loc) · 16.4 KB
/
z-blog.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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Equator - Minimalist Business Template 5</title>
<!-- ////////////////////////////////// -->
<!-- // Start Stylesheets // -->
<!-- ////////////////////////////////// -->
<link href="./css/reset.css" rel="stylesheet" type="text/css" />
<link href="./css/style.css" rel="stylesheet" type="text/css" />
<!-- ////////////////////////////////// -->
<!-- // Javascript Files // -->
<!-- ////////////////////////////////// -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.js"></script>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/scroll.js"></script>
<script type="text/javascript" src="./js/cufon-yui.js"></script>
<script type="text/javascript" src="./js/century-gothic.font.js"></script>
<script type="text/javascript">
Cufon.replace('h1') ('h2') ('h3') ('h4') ('h5') ('h6') ('.big-quote') ('.pageof') ('.pages a')
('.button', {
hover: true
})
;
</script>
<script src="./js/vtip.js" type="text/javascript"></script>
<script type="text/javascript" src="./js/dropdown.js"></script>
<!--[if IE 7]>
<style type="text/css">
ul.list-bottom{width:166px;}
#page-title-inner h1{margin-top:34px;}
.twitter_div{width:304px;}
.ie7-raquo{padding:5px 2px 5px 2px;}
.pages{float:left;}
ul.popular-list li{line-height:18px; padding-bottom:12px;}
ul.popular-list li p{margin-top:0px;}
ul.post-info-list li{margin:0px 12px -30px 12px;}
</style>
<![endif]-->
<meta charset="UTF-8"></head>
<body>
<div id="container">
<!-- BEGIN OF HEADER -->
<div id="header">
<!-- begin of logo -->
<div id="logo">
<a href="./index.html"><img src="./images-rut13/logo.png" alt="" /></a>
</div>
<!-- end of logo -->
<!-- begin of quote -->
<div id="quote-top">
<a href="./store.html"><img src="./images-rut13/buy.png" alt="" /></a>
</div>
<!-- end of quote -->
</div>
<div id="menu-search">
<!-- begin of mainmenu -->
<div id="mainmenu">
<ul id="menu">
<li><a href="./index.html"><img src="./images-rut13/home.png" alt="" /></a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./products.html">Products</a></li>
<li><a href="./portfolio.html">Portfolio</a></li>
<li><a href="./faq.html">Faq</a></li>
<li class="current"><a href="./blog.html">Blog</a></li>
<li><a href="./contact.html">Contact</a></li>
<li><a href="#">Pages</a>
<ul>
<li><a href="./index-alt.html">Home Alternate</a></li>
<li><a href="./element.html">Element page</a></li>
<li><a href="./testimonials.html">Testimonials page</a></li>
<li><a href="./pricing.html">Pricing Plan</a></li>
<li><a href="./single.html">Single page</a></li>
<li><a href="./fullwidth.html">Fullwidth page</a></li>
<li><a href="http://themedemo.indonez.com/equator/404.html">404 page</a></li>
</ul>
</li>
</ul>
</div>
<!-- end of mainmenu -->
<!-- begin of search -->
<div id="search-box">
<form id="search" action="#" method="get">
<fieldset class="search-fieldset">
<input type="text" id="s" value="search here..." onblur="if (this.value == ''){this.value = 'search here...'; }" onfocus="if (this.value == 'search here...') {this.value = ''; }" />
<input type="submit" class="go" value="" />
</fieldset>
</form>
</div>
<!-- end of search -->
</div>
<!-- begin of page title -->
<div id="page-title-inner">
<h1>Resources, Inpiration, and Story</h1>
</div>
<!-- end of page title -->
<!-- END OF HEADER -->
<!-- BEGIN OF CONTENT -->
<div id="content">
<div class="maincontent-inner">
<!-- begin of content-left -->
<div id="content-left">
<div class="blog-post"><!-- Blog post 1 -->
<h3><a href="./single.html">Duis aute dolor reprehenderit in voluptate</a></h3>
<div class="post-info">
<ul class="post-info-list">
<li><img src="./images-rut13/date-icon.gif" alt="" />January 6, 2011</li>
<li><img src="./images-rut13/author-icon.gif" alt="" />John Doe</li>
<li><img src="./images-rut13/tag-icon.gif" alt="" />Business, Development</li>
<li><img src="./images-rut13/comment-icon.gif" alt="" />3 Comments</li>
</ul>
</div>
<img src="./images-rut13/post1.jpg" alt="" />
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo do consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<a class="button blogbutton" href="./single.html">Read more</a>
</div>
<div class="blog-post"><!-- Blog post 2 -->
<h3><a href="./single.html">Temporibus autem quibusdam et aut officiis debitis</a></h3>
<div class="post-info">
<ul class="post-info-list">
<li><img src="./images-rut13/date-icon.gif" alt="" />January 6, 2011</li>
<li><img src="./images-rut13/author-icon.gif" alt="" />John Doe</li>
<li><img src="./images-rut13/tag-icon.gif" alt="" />Business, Development</li>
<li><img src="./images-rut13/comment-icon.gif" alt="" />3 Comments</li>
</ul>
</div>
<img src="./images-rut13/post2.jpg" alt="" />
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo do consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<a class="button blogbutton" href="./single.html">Read more</a>
</div>
<div class="blog-post"><!-- Blog post 3 -->
<h3><a href="./single.html">Voluptates repudiandae molestiae non recusandae</a></h3>
<div class="post-info">
<ul class="post-info-list">
<li><img src="./images-rut13/date-icon.gif" alt="" />January 6, 2011</li>
<li><img src="./images-rut13/author-icon.gif" alt="" />John Doe</li>
<li><img src="./images-rut13/tag-icon.gif" alt="" />Business, Development</li>
<li><img src="./images-rut13/comment-icon.gif" alt="" />3 Comments</li>
</ul>
</div>
<img src="./images-rut13/post3.jpg" alt="" />
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo do consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<a class="button blogbutton" href="./single.html">Read more</a>
</div>
<!-- begin of pagination -->
<div class="blog-pagination">
<div class="pages blogpages">
<span class="pageof">Page 1 of 3</span><a href="#" class="current">1</a><a href="#">2</a><a href="#">3</a><a href="#"><img src="./images-rut13/raquo.gif" alt="" class="ie7-raquo" /></a>
</div>
</div>
<!-- end of pagination -->
</div>
<!-- end of content-left -->
<!-- begin of content-right -->
<div id="content-right">
<div class="sponsor-box">
<a href="#"><img src="./images-rut13/sponsor.jpg" alt="" /></a>
</div>
<div class="sidebar-box">
<h3>Categories</h3>
<ul class="sidebar-list">
<li><a href="#">Corporate News</a></li>
<li><a href="#">Business and Market Info</a></li>
<li><a href="#">SEO & Internet Marketing</a></li>
<li><a href="#">Corporate Branding Tips</a></li>
<li><a href="#">Lifestyle and Technology</a></li>
</ul>
</div>
<div class="sidebar-box">
<h3>Popular Post</h3>
<ul class="popular-list">
<li>
<img src="./images-rut13/popular1.jpg" alt="" />
<h5><a href="#">Cras mattis consectetur purus sit amet fermentum</a></h5>
<p>January 6, 2011</p>
</li>
<li>
<img src="./images-rut13/popular2.jpg" alt="" />
<h5><a href="#">Nam libero tempore en soluta nobis esterula eligendi</a></h5>
<p>December 20, 2010</p>
</li>
<li>
<img src="./images-rut13/popular3.jpg" alt="" />
<h5><a href="#">Voluptatibus maiores alias con sequatur aut perferendis</a></h5>
<p>December 18, 2010</p>
</li>
</ul>
</div>
<div class="twitter_div">
<div id="twitter_update_list"></div>
</div>
<div class="twitt-bird">Follow our <a href="#">Twitter</a></div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/indoneztheme.json?callback=twitterCallback2&count=1"></script>
</div>
<!-- end of content-right -->
</div>
</div>
<!-- END OF CONTENT -->
<!-- BEGIN OF BOTTOM CONTENT -->
<div id="bottom-content">
<!-- begin of bottom-list -->
<div id="bottom-list-container">
<div class="box-list"><!-- bottom content 1 -->
<h3>Pages</h3>
<ul class="list-bottom">
<li><a href="./rut-13.html">R.U.T. 13</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="./testimonials.html">Testimonials</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="distributors.php">Distributors</a></li>
</ul>
</div>
<div class="box-list"><!-- bottom content 2 -->
<h3>Categories</h3>
<ul class="list-bottom">
<li><a href="#">Corporate</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Development</a></li>
<li><a href="#">SEO Marketing</a></li>
<li><a href="#">Lifestyle</a></li>
<li><a href="#">Off Topic</a></li>
<li><a href="#">Social Media</a></li>
<li><a href="#">Web Design</a></li>
<li><a href="#">Logo Design</a></li>
</ul>
</div>
<div class="box-list"><!-- bottom content 3 -->
<h3>Blogroll</h3>
<ul class="list-bottom">
<li><a href="#">Documentation</a></li>
<li><a href="#">Plugins</a></li>
<li><a href="#">Suggest Ideas</a></li>
<li><a href="#">Support Forum</a></li>
<li><a href="#">Themes</a></li>
<li><a href="#">Wordpress Blog</a></li>
<li><a href="#">Wordpress Planet</a></li>
</ul>
</div>
<div class="box-list-content"><!-- bottom content 4 -->
<h3>About Equator</h3>
<p>At R.U.T. 13, we love hair! Healthy, shiny, happy hair! Hair that makes you want to touch it. Hair that makes you smile. Hair that makes you stand taller. Hair that gives you the confidence to do anything! Hair is part of your unique beauty. We hope our products help you show your beauty everyday.</p>
<p></p>
<p>We think we've created what could possibly be the best hair care – ever! We asked our chemists to remove the junk. No sulphates! No parabens! No phthalates! No junk! Period! What's left? Pure organic hair therapy. You'll love R.U.T. 13 Organic Hair Therapy. We guarantee it.</p>
<h3 class="social-heading">Keep in <a href="contact.html">Contact</a></h3>
<ul class="social-list">
<li><a href="#" title="Subscribe our RSS" class="vtip"><img src="./images-rut13/rss.png" alt="" /></a></li>
<li><a href="#" title="Join our Facebook" class="vtip"><img src="./images-rut13/fb.png" alt="" /></a></li>
<li><a href="#" title="Follow our Twitter" class="vtip"><img src="./images-rut13/twiiter.png" alt="" /></a></li>
<li><a href="#" title="See our Flickr" class="vtip"><img src="./images-rut13/flickr.png" alt="" /></a></li>
<li><a href="#" title="Connected with our Linkedin" class="vtip"><img src="./images-rut13/linkedin.png" alt="" /></a></li>
</ul>
</div>
</div>
<!-- end of bottom-list -->
</div>
<div id="bottom-content-closed">
<div class="copyright-text">
Copyright © 2011 R.U.T. 13. All rights reserved
</div>
<div class="back-to-top">
<a href="#top" class="scroll">Back to Top</a>
<a href="#top" class="scroll"><img src="./images-rut13/back-top.png" alt="" /></a>
</div>
</div>
<div id="bottom-content-shadow"></div>
<!-- END OF BOTTOM CONTENT -->
</div>
</body>
</html>