-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
342 lines (259 loc) · 12.4 KB
/
blog.html
File metadata and controls
342 lines (259 loc) · 12.4 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
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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Blog | Sparrow</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" >
</head>
<body>
<!-- Header
================================================== -->
<header>
<div class="row">
<div class="twelve columns">
<div class="logo">
<a href="index.html"><img alt="" src="images/logo.png"></a>
</div>
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a href="index.html">Home</a></li>
<li><span><a href="portfolio-index.html">Treasure Islands</a></span>
<ul>
<li><a href="uwti.html">Ultimate Treasure Island</a></li>
<li><a href="uwsst.html">Themed Treasure Island</a></li>
<li><a href="uwcat.html">A-Z Furniture Island</a></li>
<li><a href="uwcl.html">Clothing Island (1&2)</a></li>
<li><a href="uwmat.html">Materials Island</a></li>
<li><a href="uwvmi.html">Villager Move In</a></li>
</ul>
</li>
<li><span><a href="blog.html">Recent Posts</a></span>
<ul>
<li><a href="blog.html">Posts</a></li>
</ul>
</li>
<li><span><a href="contact.html">Contact Me</a></span>
<ul>
<li><a href="https://twitter.com/messages/compose?recipient_id=stacy_acnh" target="_blank">Twitter Me</a></li>
<li><a href="https://instagram.com/stacy.acnh?igshid=1kxou4qg69r3x" target="_blank">Instagram</a></li>
<li><a href="https://discord.gg/XSFbVMkEAR" target="_blank">Discord Stacy#7635</a></li>
</ul>
</li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
</div>
</div>
</header> <!-- Header End -->
<!-- Page Title
================================================== -->
<div id="page-title">
<div class="row">
<div class="ten columns centered text-center">
<h1>Our Posts<span>.</span></h1>
<p>Thanks for stopping by </p>
</div>
</div>
</div> <!-- Page Title End-->
<!-- Journal Section
================================================== -->
<section id="journal">
<div class="row">
<div class="twelve columns align-center">
<h1>Our latest posts.</h1>
</div>
</div>
<div class="blog-entries">
<!-- Entry -->
<article class="row entry">
<div class="entry-header">
<div class="ten columns entry-title pull-right">
<h3>We Are Temporarily Closed</h3>
</div>
<div class="two columns post-meta end">
<p>
<time datetime="2014-01-31" class="post-date" pubdate="">Aug 7, 2021</time>
<span class="dauthor">By Stacy</span>
</p>
</div>
</div>
<div class="ten columns offset-2 post-content">
<p>Etsy and Nintendo are getting more strict about their intellectual property policy, as a result, my shops are forced to close. On the other hand, I am pretty busy recently IRL as we are relocating to a new place. I have to say sorry that I may need to temporarily offline for a while to deal with everything. Thank everyone for your support, hope to see you again soon!
</p>
</div>
</article>
<!-- Entry End -->
<div class="blog-entries">
<!-- Entry -->
<article class="row entry">
<div class="entry-header">
<div class="ten columns entry-title pull-right">
<h3>1.10 April Updates are Available!</h3>
</div>
<div class="two columns post-meta end">
<p>
<time datetime="2014-01-31" class="post-date" pubdate="">April 29, 2021</time>
<span class="dauthor">By Stacy</span>
</p>
</div>
</div>
<div class="ten columns offset-2 post-content">
<p>The new April update items are on the <a class="more-link" href="uwti.html">Ultimate Treasure Island</a> now. There are not too many new items, but if you are interested in the new wedding furniture, don't miss it! <a class="more-link" href="contact.html">My Contact Info<i class="fa fa-arrow-circle-o-right"></i></a></p>
</p>
</div>
</article>
<!-- Entry End -->
<!-- Entry -->
<article class="row entry">
<div class="entry-header">
<div class="ten columns entry-title pull-right">
<h3>1.90 New Sanrio Updates are Available!</h3>
</div>
<div class="two columns post-meta end">
<p>
<time datetime="2014-01-31" class="post-date" pubdate="">Mar 18, 2021</time>
<span class="dauthor">By Stacy</span>
</p>
</div>
</div>
<div class="ten columns offset-2 post-content">
<p>The new update items are on the <a class="more-link" href="uwti.html">Ultimate Treasure Island</a> now. This time, Nintendp updated a looot of new items, including new nook shopping seasonal items, new Sario themed clothing and furniture, etc... If you have any questions, just feel free to message me. <a class="more-link" href="contact.html">My Contact Info<i class="fa fa-arrow-circle-o-right"></i></a></p>
</p>
</div>
</article>
<!-- Entry End -->
<!-- Entry -->
<article class="row entry">
<div class="entry-header">
<div class="ten columns entry-title pull-right">
<h3>Some Updates:</h3>
</div>
<div class="two columns post-meta end">
<p>
<time datetime="2014-01-31" class="post-date" pubdate="">Mar 17, 2021</time>
<span class="dauthor">By Stacy</span>
</p>
</div>
</div>
<div class="ten columns offset-2 post-content">
<p>It is always hard to keep all my listings as they have been frequently removed by Nintendo. If you cannot find my shop or listings, just feel free to message me. <a class="more-link" href="contact.html">My Contact Info<i class="fa fa-arrow-circle-o-right"></i></a></p>
</p>
</div>
</article> <!-- Entry End -->
<!-- Entry
<article class="row entry">
<div class="entry-header">
<div class="permalink">
<a href="single.html"><i class="fa fa-link"></i></a>
</div>
<div class="ten columns entry-title pull-right">
<h3><a href="single.html">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit sed.</a></h3>
</div>
<div class="two columns post-meta end">
<p>
<time datetime="2014-01-29" class="post-date" pubdate="">Jan 30, 2014</time>
<span class="dauthor">By John Doe</span>
</p>
</div>
</div>
<div class="ten columns offset-2 post-content">
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum
deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate.
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium.
<a class="more-link" href="single.html">Read More<i class="fa fa-arrow-circle-o-right"></i></a></p>
</div>
</article>
-->
</article>
</div>
</section> <!-- Journal Section End-->
<!-- Tweets Section
================================================== -->
<section id="tweets">
<div class="row">
<div class="tweeter-icon align-center">
<i class="fa fa-twitter"></i>
</div>
<ul id="twitter" class="align-center">
<li>
<span>
This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.
Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum
<a href="#">http://t.co/CGIrdxIlI3</a>
</span>
<b><a href="#">2 Days Ago</a></b>
</li>
<!--
<li>
<span>
This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.
Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum
<a href="#">http://t.co/CGIrdxIlI3</a>
</span>
<b><a href="#">3 Days Ago</a></b>
</li>
-->
</ul>
<p class="align-center"><a href="#" class="button">Follow us</a></p>
</div>
</section> <!-- Tweets Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="footer-nav">
<li><a href="#">Home.</a></li>
<li><a href="#">Blog.</a></li>
<li><a href="#">Portfolio.</a></li>
<li><a href="#">About.</a></li>
<li><a href="#">Contact.</a></li>
<li><a href="#">Features.</a></li>
</ul>
<ul class="footer-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
<li><a href="#"><i class="fa fa-rss"></i></a></li>
</ul>
<ul class="copyright">
<li>Copyright © 2014 Sparrow</li>
<li>Design by <a href="http://www.styleshout.com/">Styleshout</a></li>
</ul>
</div>
<div id="go-top" style="display: block;"><a title="Back to Top" href="#">Go To Top</a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/doubletaptogo.js"></script>
<script src="js/init.js"></script>
<script src="js/pagination.js"></script>
</body>
</html>