-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles.html
More file actions
97 lines (92 loc) · 5.87 KB
/
Copy patharticles.html
File metadata and controls
97 lines (92 loc) · 5.87 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
<!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="Free, private, offline tools and articles for productivity, job search, and note-taking. No server, no tracking, no account.">
<meta name="keywords" content="free tools, offline tools, resume checker, text grouper, privacy, no tracking, job search, productivity, obsidian, logseq, PKM">
<meta name="author" content="Andrew">
<meta property="og:title" content="Articles & Guides — Free Tools by Andrew">
<meta property="og:description" content="Practical guides on productivity, privacy, and tool-building. No fluff.">
<meta property="og:type" content="website">
<title>Articles & Guides — Free Tools by Andrew</title>
<style>
:root{--bg:#0b0e13;--panel:#141922;--line:#232a36;--txt:#e6edf3;--muted:#7d8ba1;--accent:#4dd0a7;--accent2:#58a6ff;--warn:#e3b341;--bad:#f85149;}
*{box-sizing:border-box;}
body{margin:0;font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--txt);}
header{padding:40px 24px 20px;text-align:center;border-bottom:1px solid var(--line);}
header h1{margin:0;font-size:28px;font-weight:700;}
header p{color:var(--muted);font-size:15px;margin:12px 0 0;max-width:600px;margin-left:auto;margin-right:auto;}
.hero{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:16px;}
.hero span{padding:4px 10px;border:1px solid var(--line);border-radius:20px;font-size:12px;color:var(--muted);}
.wrap{max-width:760px;margin:0 auto;padding:30px 24px;}
.article-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;}
.article-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:24px;transition:transform .15s,border-color .15s;}
.article-card:hover{transform:translateY(-2px);border-color:var(--accent);}
.article-card .tag{display:inline-block;padding:2px 8px;background:rgba(77,208,167,.12);color:var(--accent);border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;}
.article-card h2{margin:0 0 6px;font-size:20px;}
.article-card h2 a{color:var(--txt);text-decoration:none;}
.article-card h2 a:hover{color:var(--accent);}
.article-card .meta{font-size:13px;color:var(--muted);margin-bottom:10px;}
.article-card p{color:var(--muted);font-size:14px;margin:0 0 14px;line-height:1.6;}
.article-card .read-more{color:var(--accent2);text-decoration:none;font-weight:600;font-size:14px;}
.article-card .read-more:hover{text-decoration:underline;}
.back{display:inline-block;margin-bottom:20px;color:var(--accent2);text-decoration:none;font-size:14px;}
.back:hover{text-decoration:underline;}
.subscribe-box{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:24px;margin:30px 0;text-align:center;}
.subscribe-box h3{margin:0 0 8px;font-size:18px;}
.subscribe-box p{color:var(--muted);font-size:14px;margin:0 0 14px;}
.subscribe-box a{color:var(--accent2);}
footer{padding:20px 24px;border-top:1px solid var(--line);text-align:center;color:var(--muted);font-size:13px;}
footer a{color:var(--accent2);}
.cta{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:12px;}
.cta a{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:transform .15s;}
.cta a:hover{transform:scale(1.05);}
.cta .kofi{background:#ff5e5b;color:#fff;}
.cta .paypal{background:#003087;color:#fff;}
</style>
</head>
<body>
<header>
<h1>Articles & Guides</h1>
<p>Practical, no-fluff writing about productivity, privacy, tool-building, and the independent web.</p>
<div class="hero">
<span>Practical</span>
<span>No fluff</span>
<span>Free forever</span>
<span>Independent</span>
</div>
</header>
<div class="wrap">
<a href="https://andrwspt.github.io/" class="back">← Back to all tools</a>
<ul class="article-list">
<li class="article-card">
<span class="tag">Productivity</span>
<h2><a href="https://andrwspt.github.io/topicsplit-blog.html">How to Break Down a Long Article Into Atomic Notes (Without Losing Your Mind)</a></h2>
<div class="meta">August 2026 · 7 min read</div>
<p>The offline, private workflow that turns walls of text into clean, searchable notes — in 30 seconds. For Obsidian, Logseq, Notion, and PKM practitioners who refuse to ship their reading to someone else's server.</p>
<a href="https://andrwspt.github.io/topicsplit-blog.html" class="read-more">Read the article →</a>
</li>
<li class="article-card">
<span class="tag">Job Search</span>
<h2><a href="https://andrwspt.github.io/jobfit-blog.html">Why Your Resume Gets Rejected in 7 Seconds (And How to Fix It)</a></h2>
<div class="meta">August 2026 · 6 min read</div>
<p>Recruiters spend an average of 7 seconds on initial resume screening. They're not reading — they're scanning for specific keywords. Here's how to know exactly which ones you're missing, without paying a resume mill $200.</p>
<a href="https://andrwspt.github.io/jobfit-blog.html" class="read-more">Read the article →</a>
</li>
</ul>
<div class="subscribe-box">
<h3>Support independent tools</h3>
<p>All tools are free, open-source, and 100% offline. If you find them useful, a $1 tip keeps the next one coming:</p>
<div class="cta">
<a href="https://ko-fi.com/andrwspt" target="_blank" rel="noopener" class="kofi">☕ Ko-fi</a>
<a href="https://paypal.me/andrwspt" target="_blank" rel="noopener" class="paypal">💳 PayPal</a>
</div>
<p style="margin-top:14px;font-size:13px;">Or just share the tools with someone who needs them. That helps too.</p>
</div>
</div>
<footer>
© 2026 Andrew · MIT License · <a href="https://github.com/andrwspt">GitHub</a> · <a href="https://ko-fi.com/andrwspt" style="color:#ff5e5b;">Ko-fi</a>
</footer>
</body>
</html>