-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
415 lines (319 loc) · 15.9 KB
/
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
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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!doctype html>
<!-- Conditional comment for mobile ie7 blogs.msdn.com/b/iemobile/ -->
<!--[if IEMobile 7 ]> <html class="no-js iem7" lang="en"> <![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title> Mamati - Ladies and Kids Fashion Brand</title>
<meta name="description" content="">
<!-- Mobile viewport optimization h5bp.com/ad -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<!-- Home screen icon Mathias Bynens mathiasbynens.be/notes/touch-icons -->
<!-- For iPhone 4 with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/h/apple-touch-icon.png">
<!-- For first-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/m/apple-touch-icon.png">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="img/l/apple-touch-icon-precomposed.png">
<!-- For nokia devices: -->
<link rel="shortcut icon" href="img/l/apple-touch-icon.png">
<!-- iOS web app, delete if not needed. https://github.com/h5bp/mobile-boilerplate/issues/94 -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- <script>(function(){var a;if(navigator.platform==="iPad"){a=window.orientation!==90||window.orientation===-90?"img/startup-tablet-landscape.png":"img/startup-tablet-portrait.png"}else{a=window.devicePixelRatio===2?"img/startup-retina.png":"img/startup.png"}document.write('<link rel="apple-touch-startup-image" href="'+a+'"/>')})()</script> -->
<!-- The script prevents links from opening in mobile safari. https://gist.github.com/1042026 -->
<!-- <script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script> -->
<!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
<!--<meta http-equiv="cleartype" content="on">-->
<!-- more tags for your 'head' to consider h5bp.com/d/head-Tips -->
<!-- fonts -->
<!--<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600' rel='stylesheet' type='text/css'>-->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/photoswipe/photoswipe.css">
<link rel="stylesheet" href="css/jquery.mobile-1.1.1.css">
<!--<link rel="stylesheet" href="css/jquery-ui-1.8.16.custom.css">-->
<link rel="stylesheet/less" href="css/style.less">
<script src="js/less-1.3.0.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50419758-2', 'mamati.com');
ga('send', 'pageview');
</script>
<!-- Main Stylesheet -->
<!--<link rel="stylesheet" href="css/style.css">-->
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body>
<div id="splash" class="splash">
<img id="splashBg" src="img/splash.jpg" alt="Splash Image">
<img id="splashTitle" src="img/splashTitle.png" alt="Splash Title">
</div>
<div id="container" data-role="page" >
<header>
<div class="upperMenu">
<div class="pagesMenu flexslider">
<ul class="slides">
<li>
<a href="about.html" id="linkAbout" class="pageLink pageLink-1-1">
<div class="iconBox">
<img src="img/home/icon-about.jpg" alt="About">
</div>
<div class="titleBox">
About
</div>
</a>
</li>
<li>
<a href="services.html" id="linkServices" class="pageLink pageLink-1-1" >
<div class="iconBox">
<img src="img/home/icon-services.jpg" alt="Services">
</div>
<div class="titleBox">
News
</div>
</a>
</li>
<li>
<a href="chooser.html" id="linkPortfolio" class="pageLink pageLink-1-1 ">
<div class="iconBox">
<img src="img/home/icon-portfolio.jpg" alt="Portfolio">
</div>
<div class="titleBox">
Catalog
</div>
</a>
</li>
<li>
<a href="blog.html" id="linkBlog" class="pageLink pageLink-1-1" >
<div class="iconBox">
<img src="img/home/icon-blog2.jpg" alt="Blog Page">
</div>
<div class="titleBox">
Blog
</div>
</a>
</li>
<li>
<a href="contact.html" id="linkContact" class="pageLink pageLink-1-1 " >
<div class="iconBox">
<img src="img/home/icon-contact.jpg" alt="Contact">
</div>
<div class="titleBox">
Contact
</div>
</a>
</li>
<li>
<a href="apps.html" id="linkExtra1" class="pageLink pageLink-1-1" >
<div class="iconBox">
<img src="img/icon-yellow.png" alt="Sample Page 1">
</div>
<div class="titleBox">
Mamati Apps
</div>
</a>
</li>
</ul>
</div>
</div>
<div id="header">
<a href="index.html" class="homeButton" data-direction="reverse"></a>
<a href="#" class="menuButton"></a>
<h1><img src="img/home/mamati.png" alt="mamati logo" style="margin-right:10px;">Blog</h1>
<!--<a href="contact.html" class="nextButton">»</a>-->
</div>
</header>
<!--
<div id="main" role="main">
</div>
-->
<div id="pageBlog" class="page">
<!-- if you want a header -->
<!--
<div class="content">
<div class="groupBox innerContent">
<div id="banner" class="flexslider">
<ul class="slides">
<li>
<img src="img/blog.jpg" />
</li>
</ul>
</div>
</div>
</div>
-->
<div id="blogSearch" class="innerContent">
<input type="search" class="searchField" placeholder="search blog">
</div>
<div id="blog" class="blogListing" >
<ul>
<li>
<div class="groupBox innerContent">
<div class="postDetails left">
<a class="thumb" href="blog-detail.html">
<img src="img/slides/20.jpg" alt="Styling From Madewell">
</a>
</div>
<div class="description">
<div class="title">
<a href="blog-detail.html"> 4 LESSONS IN STYLING FROM MADEWELL'S FALL LOOKBOOK</a>
</div>
<div class="about">
A well-done lookbook can be a veritable treasure trove of styling tricks. Madewell's Fall offering has some stellar standout pieces that—almost—make us want to get on with the summer already. In the meantime, we're taking notes on some creative ways to wear the pieces.
</div>
<a href="blog-detail.html" class="website"> » </a>
</div>
<div class="clearfix"></div>
<div class="tags left">
<a class="category" href="#"> Fashion </a>
<a class="date" href="#"> 12 Jun 2014</a>
<a class="writer" href="#"> Hamad Hassan</a>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</li>
<li>
<div class="groupBox innerContent">
<div class="postDetails left">
<a class="thumb" href="blog-detail2.html">
<img src="img/slides/21.jpg" alt="WHITE DRESSES">
</a>
</div>
<div class="description">
<div class="title">
<a href="blog-detail2.html">BLANC SLATE: SHOP 20 LITTLE WHITE DRESSES</a>
</div>
<div class="about">
We consciously do not abide by such rudimentary rules as "no white after Labor Day"
</div>
<a href="blog-detail2.html" class="website"> » </a>
</div>
<div class="clearfix"></div>
<div class="tags left">
<a class="category" href="#"> Fashion</a>
<a class="date" href="#"> 10 Jun 2014</a>
<a class="writer" href="#"> Mark D</a>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</li>
<li>
<div class="groupBox innerContent">
<div class="postDetails left">
<a class="thumb" href="blog-detail3.html">
<img src="img/slides/22.jpg" alt="CHICEST OVERALLS">
</a>
</div>
<div class="description">
<div class="title">
<a href="blog-detail3.html"> The Big College Debate: Where Do You Stand On Counterfeit Fashion?</a>
</div>
<div class="about">
EVERY Tuesday afternoon, the students of Condé Nast's Greek Street-based fashion college are tasked with fighting out a debate on Twitter - and everybody's invited. Watch the action play out by following the @CNCollege account and join in - we'd love to hear your views.
</div>
<a href="blog-detail3.html" class="website"> » </a>
</div>
<div class="clearfix"></div>
<div class="tags left">
<a class="category" href="#"> Fashion </a>
<a class="date" href="#"> 8 June 2014</a>
<a class="writer" href="#"> Neo</a>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</li>
<li>
<div class="groupBox innerContent">
<div class="postDetails left">
<a class="thumb" href="blog-detail4.html">
<img src="img/slides/23.jpg" alt="Barbara's Brazil">
</a>
</div>
<div class="description">
<div class="title">
<a href="blog-detail4.html"> Barbara's Brazil </a>
</div>
<div class="about">
Barbara Casasola, the 29-year-old Brazilian-born fashion designer, launched her eponymous label in São Paulo in 2011. Now based in London, in February 2013 she curated Brazil's inaugural entry into the British Fashion Council's International Fashion Showcase. Here, ahead of the start of the World Cup tomorrow, she reveals the Brazilian fashion designers that should be on our radar.
</div>
<a href="blog-detail4.html" class="website"> » </a>
</div>
<div class="clearfix"></div>
<div class="tags left">
<a class="category" href="#"> Fashion </a>
<a class="date" href="#"> 1 Jun 2014</a>
<a class="writer" href="#"> Josh Jonah</a>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</li>
</ul>
</div>
</div>
<div class="clearfix"></div>
<footer>
<div id="footer">
Copyright © 2014 by Mamati
<a href="http://www.w3.org/html/logo/" target="_blank" class="html5">
<img src="img/HTML5_1Color_White.png" alt="HTML5 Powered with CSS3 / Styling, and Semantis" title="HTML5 Powered with CSS3 / Styling, and Semantics">
</a>
</div>
</footer>
</div> <!--! end of #container -->
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary -->
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>-->
<!--<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.8.2.min.js"><\/script>')</script>
<!--validation for older browsers (if) -->
<script src="js/iscroll.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/photoswipe/klass.min.js"></script>
<script src="js/photoswipe/code.photoswipe.jquery-3.0.5.min.js"></script>
<script>
$(document).bind("mobileinit", function(){
$.mobile.defaultPageTransition = 'none';
//$.mobile.defaultPageTransition = 'slide';
//$.mobile.defaultPageTransition = 'fade';
//$.mobile.defaultPageTransition = 'flow';
//$.mobile.defaultPageTransition = 'flip';
//$.mobile.defaultPageTransition = 'pop';
$.mobile.ignoreContentEnabled = true;
//enable this if you want your website to run without jQuery Mobile Navigation
//$.mobile.ajaxEnabled = false;
});
</script>
<!--<script src="js/jquery.mobile-1.1.1.min.js"></script>-->
<script src="js/jquery.mobile-1.2.0.min.js"></script>
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!--
<script src="js/hammer/hammer.js"></script>
<script src="js/hammer/jquery.hammer.js"></script>
-->
<script src="js/helper.js"></script>
<script src="js/script.js"></script>
<!-- end scripts-->
<!-- Debugger - remove for production -->
<!-- <script src="https://getfirebug.com/firebug-lite.js"></script> -->
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
mathiasbynens.be/notes/async-analytics-snippet -->
<script>
var _gaq=[["_setAccount","UA-XXXXX-X"],["_trackPageview"]];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
s.parentNode.insertBefore(g,s)}(document,"script"));
</script>
</body>
</html>