-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthor.html
More file actions
112 lines (100 loc) · 4.82 KB
/
Copy pathauthor.html
File metadata and controls
112 lines (100 loc) · 4.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WACO Author Archive Page</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="assets/css/waco-pages.css?v=2.2.0" />
</head>
<body>
<!--
WACO AUTHOR ARCHIVE PAGE v1.9.0
- No header / navigation / footer
- Author archive banner
- Author profile card
- Author post grid
-->
<main class="waco-page waco-author-page">
<section
class="waco-inner-hero waco-author-inner-hero"
style="background: linear-gradient(90deg, rgba(14, 24, 19, 0.82) 0%, rgba(14, 24, 19, 0.58) 50%, rgba(14, 24, 19, 0.22) 100%), url('assets/images/archive/author-hero.jpg') center / cover no-repeat;"
>
<div class="waco-container">
<div class="waco-inner-hero-content waco-reveal">
<nav class="waco-breadcrumb" aria-label="Breadcrumb">
<a href="/">Home</a>
<span>/</span>
<span>Author</span>
</nav>
<h1>Author Archive</h1>
</div>
</div>
</section>
<section class="waco-section waco-author-archive-section">
<div class="waco-container">
<div class="waco-author-profile-card waco-reveal">
<div class="waco-author-avatar waco-author-archive-avatar" aria-hidden="true">W</div>
<div class="waco-author-profile-content">
<span class="waco-eyebrow">Author</span>
<h2>WACO Editorial Team</h2>
<p>
Author archive description placeholder. Use this area for author biography, editorial focus, product knowledge background and professional introduction.
</p>
<div class="waco-author-stats">
<span><strong>18</strong> Articles</span>
<span><strong>6</strong> Guides</span>
<span><strong>9</strong> Projects</span>
</div>
</div>
</div>
<div class="waco-section-heading waco-heading-split waco-reveal">
<div>
<span class="waco-eyebrow">Author Posts</span>
<h2>Posts by this author layout placeholder.</h2>
</div>
<p>
Author archive description placeholder. Prepared for WordPress author post lists and editorial archive pages.
</p>
</div>
<div class="waco-blog-grid">
<article class="waco-blog-card waco-reveal">
<a class="waco-blog-card-media" href="blog-detail.html" style="background: url('assets/images/blog/blog-01.jpg') center / cover no-repeat;"></a>
<div class="waco-blog-card-body">
<div class="waco-blog-meta"><span>Guides</span><span>May 21, 2026</span></div>
<h3><a href="blog-detail.html">Blog article title placeholder for outdoor product selection.</a></h3>
<p>Blog excerpt placeholder. Keep this short and useful for author archive pages.</p>
<a class="waco-arrow-link" href="blog-detail.html">Read More</a>
</div>
</article>
<article class="waco-blog-card waco-reveal">
<a class="waco-blog-card-media" href="blog-detail.html" style="background: url('assets/images/blog/blog-02.jpg') center / cover no-repeat;"></a>
<div class="waco-blog-card-body">
<div class="waco-blog-meta"><span>Installation</span><span>May 18, 2026</span></div>
<h3><a href="blog-detail.html">Blog article title placeholder for installation notes.</a></h3>
<p>Blog excerpt placeholder. Use this area for archive summaries.</p>
<a class="waco-arrow-link" href="blog-detail.html">Read More</a>
</div>
</article>
<article class="waco-blog-card waco-reveal">
<a class="waco-blog-card-media" href="blog-detail.html" style="background: url('assets/images/blog/blog-03.jpg') center / cover no-repeat;"></a>
<div class="waco-blog-card-body">
<div class="waco-blog-meta"><span>Project Ideas</span><span>May 16, 2026</span></div>
<h3><a href="blog-detail.html">Blog article title placeholder for project inspiration.</a></h3>
<p>Blog excerpt placeholder. Prepared for author article cards.</p>
<a class="waco-arrow-link" href="blog-detail.html">Read More</a>
</div>
</article>
</div>
<nav class="waco-pagination waco-reveal" aria-label="Author archive pagination">
<a class="is-active" href="#">1</a>
<a href="#">2</a>
<a href="#">Next</a>
</nav>
</div>
</section>
</main>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="assets/js/waco-pages.js?v=2.2.0"></script>
</body>
</html>