-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog-detail.html
More file actions
165 lines (154 loc) · 13.9 KB
/
Copy pathblog-detail.html
File metadata and controls
165 lines (154 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="5 Clever Ways to Layer Your Wardrobe This Autumn — VeloMix Style Dispatch">
<title>5 Ways to Layer This Autumn | VeloMix Style Dispatch</title>
<link rel="stylesheet" href="styles.css">
<style>
.article-hero { background: var(--bg-light); padding: 60px 0 0; }
.article-layout { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: start; }
.article-body h2 { font-size: 26px; font-weight: 800; color: var(--dark); margin: 36px 0 14px; }
.article-body p { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 18px; }
.article-body ul { padding-left: 20px; margin-bottom: 18px; }
.article-body ul li { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 8px; list-style: disc; }
.article-body blockquote { border-left: 4px solid var(--primary); padding: 16px 24px; background: var(--primary-light); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 28px 0; }
.article-body blockquote p { font-size: 17px; font-style: italic; font-weight: 600; color: var(--dark); margin: 0; }
.sidebar-widget { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 24px; margin-bottom: 24px; }
.sidebar-widget h4 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); text-transform: uppercase; letter-spacing: 0.5px; }
.recent-post { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border); }
.recent-post:last-child { border-bottom: none; }
.recent-post-img { width: 64px; height: 64px; border-radius: var(--radius-sm); object-fit: cover; flex-shrink: 0; }
.recent-post-title { font-size: 13px; font-weight: 600; color: var(--dark); line-height: 1.4; }
.recent-post-title:hover { color: var(--primary); }
.recent-post-date { font-size: 11px; color: var(--gray-3); margin-top: 4px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-pill { padding: 6px 14px; border-radius: 50px; border: 1px solid var(--border); font-size: 12px; color: var(--gray); cursor: pointer; transition: var(--transition); }
.tag-pill:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
</style>
</head>
<body>
<div class="promo-bar">🚚 Free shipping on orders over $79 | Use code <span>VELO15</span> for 15% off</div>
<header class="header" id="mainHeader">
<div class="container header-inner">
<a href="index.html" class="logo">Velo<span>Mix</span></a>
<nav class="nav-links">
<a href="index.html" class="nav-link">Home</a>
<a href="shop.html" class="nav-link">Shop</a>
<a href="blog.html" class="nav-link active">Journal</a>
<a href="contact.html" class="nav-link">Contact</a>
</nav>
<div class="nav-actions">
<a href="shop.html" class="nav-icon-btn" style="position:relative;"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"/></svg><span class="cart-count">0</span></a>
<button class="mobile-menu-btn"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="18" x2="21" y2="18"/></svg></button>
</div>
</div>
</header>
<section class="article-hero">
<div class="container">
<div style="display:flex; align-items:center; gap:8px; font-size:13px; color:var(--gray-2); margin-bottom:24px;">
<a href="index.html" style="color:inherit;">Home</a> / <a href="blog.html" style="color:inherit;">Journal</a> / <span>Layering Guide</span>
</div>
<div class="blog-meta" style="margin-bottom:16px;"><span class="blog-tag">Styling Tips</span><span class="blog-date" style="margin-left:10px;">Jun 28, 2026</span></div>
<h1 style="font-size:44px; font-weight:900; color:var(--dark); line-height:1.15; max-width:780px; margin-bottom:20px;">5 Clever Ways to Layer Your Wardrobe This Autumn</h1>
<div style="display:flex; align-items:center; gap:14px; margin-bottom:40px;">
<!-- AI Prompt: Portrait of a stylish female fashion editor smiling, professional headshot -->
<img src="assets/testi_girl_1.png" alt="Author" style="width:42px; height:42px; border-radius:50%; object-fit:cover;">
<div><span style="font-size:14px; font-weight:700; color:var(--dark);">Amelie Laurent</span> <span style="font-size:12px; color:var(--gray-2); margin-left:6px;">Style Director, VeloMix</span></div>
</div>
<div style="border-radius:var(--radius-lg); overflow:hidden; height:480px; margin-bottom:0;">
<!-- AI Prompt: Fashionable woman with perfectly layered autumn outfits walking on city street, warm golden-hour lighting, editorial fashion photography -->
<img src="assets/trend_girl_1.png" alt="Layering Guide" style="width:100%; height:100%; object-fit:cover;">
</div>
</div>
</section>
<section class="section-padding" style="padding-top: 60px;">
<div class="container article-layout">
<!-- Article Body -->
<article class="article-body">
<p>Autumn is the most exciting season for dressing — and the most misunderstood. Too many people see cooler temperatures as a reason to retreat into bulk. But the real secret is layering: the art of building an outfit from the inside out, creating visual depth and practical versatility in equal measure.</p>
<p>Here at VeloMix, we spend all year curating pieces specifically designed to work together. Below, our style team shares their five most effective techniques for mastering the autumn layer.</p>
<h2>1. Start With a Fitted Base</h2>
<p>The foundation of any great layered look is a close-fitting base layer. This isn't just thermal logic — it's visual logic. A slim-fitting tee or ribbed long-sleeve under an open shirt or jacket creates a neat silhouette rather than an overwhelming bulk of fabric. Think of it as the canvas your outfit is painted on.</p>
<p>Opt for natural fabrics here: fine-knit merino or a soft cotton rib. They breathe, they don't pill, and they look polished even when visible at the collar or cuffs.</p>
<blockquote><p>"The best autumn outfit is one that adapts. Your base layer is the constant — everything else is conversation."</p></blockquote>
<h2>2. Use an Open Mid-Layer as Framing</h2>
<p>An unbuttoned overshirt, lightweight blazer, or open cardigan functions not as a cover-up, but as a frame. It draws the eye inward, creates visual width at the shoulders, and adds structure without stiffness. This is where most layering goes wrong: people close the mid-layer and lose the interplay between the pieces underneath.</p>
<ul>
<li>Flannel overshirts work best in earthy tones: burnt orange, forest green, caramel brown</li>
<li>A blazer elevates a casual look instantly — even over a graphic tee</li>
<li>Cardigans in textured knit (boucle, waffle-stitch) add tactile depth</li>
</ul>
<h2>3. Play With Length Proportions</h2>
<p>The most interesting layered outfits feature deliberate differences in hem length. A longer inner piece peeking below a shorter outer layer signals intentionality. Try a longline tee beneath a cropped jacket, or let a flowy midi-dress hem show beneath a structured coat.</p>
<h2>4. Let Texture Do the Talking</h2>
<p>When your palette is muted (and in autumn it often is), texture becomes the primary source of visual interest. Layer a matte cotton against a shiny satin bomber. Combine a rough-hewn tweed with a silky charmeuse blouse. The contrast of surfaces reads as sophisticated and considered — not accidental.</p>
<h2>5. One Statement Outer Piece, Maximum</h2>
<p>The most common layering mistake is wearing two statement pieces at once. Choose one: either a bold patterned jacket, an oversized structured coat, or a textured statement cardigan. The rest of the outfit should support it, not compete with it. Confidence in restraint is what separates an outfit from a costume.</p>
<div style="background:var(--bg-light); border-radius:var(--radius-md); padding:28px; margin-top:36px; display:flex; gap:20px; align-items:center;">
<div style="flex:1;">
<h3 style="font-size:18px; margin-bottom:8px;">Shop the Layering Edit</h3>
<p style="font-size:14px; color:var(--gray-2); margin:0 0 16px;">We've curated the best pieces from our collection to build the perfect autumn layer stack.</p>
<a href="shop.html" class="btn btn-primary btn-sm">Explore Now</a>
</div>
<!-- AI Prompt: Stylish woman in perfect autumn layered outfit, cozy and fashionable editorial photo -->
<img src="assets/product_denim_jacket.png" alt="Shop" style="width:100px; height:100px; object-fit:cover; border-radius:var(--radius-md);">
</div>
</article>
<!-- Sidebar -->
<aside>
<div class="sidebar-widget">
<h4>Recent Articles</h4>
<div class="recent-post">
<!-- AI Prompt: Trendy fashion editorial photo woman in cardigan autumn street style thumbnail -->
<img src="assets/trend_girl_2.png" alt="Recent" class="recent-post-img">
<div><a href="blog-detail.html" class="recent-post-title">The Cardigan Renaissance: Every Silhouette You Need</a><div class="recent-post-date">Jun 22, 2026</div></div>
</div>
<div class="recent-post">
<!-- AI Prompt: Woman in bold vibrant outfit jumping urban background thumbnail photo -->
<img src="assets/trend_girl_3.png" alt="Recent" class="recent-post-img">
<div><a href="blog-detail.html" class="recent-post-title">Dressing for Your Energy, Not Your Body Shape</a><div class="recent-post-date">Jun 15, 2026</div></div>
</div>
<div class="recent-post">
<!-- AI Prompt: Street style photography urban fashion editorial moody thumbnail -->
<img src="assets/street_style.png" alt="Recent" class="recent-post-img">
<div><a href="blog-detail.html" class="recent-post-title">Street Style Files: This Month's Best Looks</a><div class="recent-post-date">Jun 10, 2026</div></div>
</div>
</div>
<div class="sidebar-widget">
<h4>Browse Topics</h4>
<div class="tag-cloud">
<span class="tag-pill">Styling Tips</span>
<span class="tag-pill">Trend Report</span>
<span class="tag-pill">Street Style</span>
<span class="tag-pill">Seasonal</span>
<span class="tag-pill">Denim</span>
<span class="tag-pill">Accessories</span>
<span class="tag-pill">Body Confidence</span>
<span class="tag-pill">Footwear</span>
</div>
</div>
<div class="sidebar-widget" style="background: var(--dark); border-color: var(--dark); text-align:center;">
<h4 style="color:#fff; border-bottom-color: rgba(255,255,255,0.1);">Exclusive Drops</h4>
<p style="font-size:13px; color:rgba(255,255,255,0.65); margin-bottom:16px;">Subscribe for members-only early access to new collections.</p>
<form onsubmit="event.preventDefault();" style="display:flex; flex-direction:column; gap:10px;">
<input type="email" placeholder="Your email" style="padding:10px 14px; border-radius:50px; border:none; font-size:13px; outline:none;">
<button class="btn btn-primary btn-sm" style="width:100%; justify-content:center;">Subscribe</button>
</form>
</div>
</aside>
</div>
</section>
<footer>
<div class="container footer-top">
<div><div class="footer-brand-logo">Velo<span>Mix</span></div><p class="footer-about">Fashion that moves with you since 2018.</p><div class="footer-socials"><a href="#" aria-label="Instagram">Ig</a><a href="#" aria-label="TikTok">Tk</a><a href="#" aria-label="Pinterest">Pt</a></div></div>
<div class="footer-col"><h4>Quick Links</h4><ul class="footer-links"><li><a href="index.html">Home</a></li><li><a href="shop.html">Shop</a></li><li><a href="blog.html">Journal</a></li><li><a href="contact.html">Contact</a></li></ul></div>
<div class="footer-col"><h4>Categories</h4><ul class="footer-links"><li><a href="shop.html">Tops & Tees</a></li><li><a href="shop.html">Outerwear</a></li><li><a href="shop.html">Footwear</a></li><li><a href="shop.html">Accessories</a></li></ul></div>
<div class="footer-col footer-newsletter"><h4>Newsletter</h4><p>Get style tips in your inbox weekly.</p><form class="newsletter-form" onsubmit="event.preventDefault();"><input type="email" placeholder="Your email"><button type="submit">Join</button></form></div>
</div>
<div class="footer-bottom"><div class="container"><span>© 2026 VeloMix. All rights reserved.</span><div class="footer-bottom-links"><a href="contact.html">Privacy</a><a href="contact.html">Terms</a></div></div></div>
</footer>
<script src="main.js"></script>
</body>
</html>