Skip to content

Instantly share code, notes, and snippets.

@coryw
Created June 27, 2025 19:14
Show Gist options
  • Save coryw/a1ea77e3854583c27928339bbbc2a39e to your computer and use it in GitHub Desktop.
Save coryw/a1ea77e3854583c27928339bbbc2a39e to your computer and use it in GitHub Desktop.
How to Create Actually Useful Resources for People You Care About
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>How to Create Actually Useful Resources for People You Care About</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
background: #f8f9fa;
}
.header {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
padding: 50px 40px;
border-radius: 15px;
text-align: center;
margin-bottom: 40px;
box-shadow: 0 5px 20px rgba(102, 126, 234, 0.2);
}
.header h1 {
margin: 0;
font-size: 2.5em;
font-weight: 600;
}
.header p {
margin: 20px 0 0 0;
font-size: 1.3em;
opacity: 0.95;
}
.discovery-box {
background: linear-gradient(135deg, #4facfe, #00f2fe);
color: white;
padding: 30px;
border-radius: 12px;
margin: 30px 0;
text-align: center;
}
.discovery-box h2 {
margin-top: 0;
font-size: 1.8em;
}
.card {
background: white;
border-radius: 12px;
padding: 30px;
margin-bottom: 25px;
box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}
.journey-step {
background: #e3f2fd;
border-left: 4px solid #2196f3;
border-radius: 8px;
padding: 25px;
margin: 20px 0;
}
.step-number {
display: inline-block;
background: #2196f3;
color: white;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 40px;
font-weight: bold;
font-size: 1.2em;
margin-right: 15px;
}
.example-box {
background: #e8f5e9;
border-left: 4px solid #4caf50;
padding: 20px;
margin: 20px 0;
border-radius: 4px;
}
.file-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 30px 0;
}
.file-card {
background: #f8f9fa;
border: 2px solid #e9ecef;
border-radius: 10px;
padding: 25px;
text-align: center;
transition: all 0.3s;
cursor: pointer;
text-decoration: none;
color: #333;
}
.file-card:hover {
border-color: #667eea;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(102, 126, 234, 0.2);
}
.file-icon {
font-size: 2.5em;
margin-bottom: 15px;
}
.honest-box {
background: #fff3e0;
border-left: 4px solid #ff9800;
padding: 20px;
margin: 20px 0;
border-radius: 4px;
}
.realistic-metrics {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 30px 0;
}
.metric-card {
background: #e1f5fe;
padding: 20px;
border-radius: 10px;
text-align: center;
border: 2px solid #0288d1;
}
.metric-value {
font-size: 2em;
font-weight: bold;
color: #0288d1;
margin: 10px 0;
}
.formula-box {
background: #f5f5f5;
border: 2px solid #667eea;
border-radius: 8px;
padding: 20px;
margin: 20px 0;
font-family: 'Courier New', monospace;
}
.highlight {
background: #ffd54f;
padding: 2px 6px;
border-radius: 3px;
font-weight: bold;
}
.testimonial {
background: #e8f5e9;
padding: 25px;
border-radius: 10px;
margin: 30px 0;
font-style: italic;
border-left: 4px solid #4caf50;
}
.action-box {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
padding: 30px;
border-radius: 12px;
text-align: center;
margin: 30px 0;
}
.action-box h2 {
margin-top: 0;
font-size: 2em;
}
@media (max-width: 768px) {
.header h1 { font-size: 2em; }
.metric-value { font-size: 1.5em; }
.file-grid { grid-template-columns: 1fr; }
.realistic-metrics { grid-template-columns: 1fr; }
}
</style>
</head>
<body>
<div class="header">
<h1>πŸ“š How to Create Actually Useful Resources</h1>
<p>For People You Care About</p>
</div>
<div class="discovery-box">
<h2>πŸ’‘ What I Discovered</h2>
<p style="font-size: 1.2em;">Instead of giving scattered advice, I can create organized, step-by-step guides that people actually use and reference later.</p>
</div>
<div class="card">
<h2>🎯 The Real Story</h2>
<p>I noticed something when helping friends and family: giving advice in conversations often doesn't stick. People forget details, miss steps, or feel overwhelmed trying to remember everything.</p>
<p>So I started creating organized guides instead. Not because I'm an expert, but because I can systematically think through their challenges and package helpful information in a way that's easy to follow.</p>
<div class="realistic-metrics">
<div class="metric-card">
<div class="metric-value">2</div>
<div>People Helped</div>
</div>
<div class="metric-card">
<div class="metric-value">30min</div>
<div>Per Guide</div>
</div>
<div class="metric-card">
<div class="metric-value">100%</div>
<div>Actually Used</div>
</div>
<div class="metric-card">
<div class="metric-value">0</div>
<div>Cost</div>
</div>
</div>
</div>
<div class="card">
<h2>πŸ“– What Actually Happened</h2>
<div class="example-box">
<h3>πŸ”§ Friend Struggling with Work Tools</h3>
<p><strong>Old way:</strong> Explained email automation over coffee, he forgot half of it</p>
<p><strong>New way:</strong> Created a step-by-step guide he could follow at his own pace</p>
<p><strong>Result:</strong> He actually implemented it and saves time daily</p>
</div>
<div class="example-box">
<h3>πŸŽ“ Girlfriend's New Job</h3>
<p><strong>Old way:</strong> Gave random tips about her new role over dinner</p>
<p><strong>New way:</strong> Built a comprehensive toolkit for her first 90 days</p>
<p><strong>Result:</strong> She feels prepared and confident, references it regularly</p>
</div>
</div>
<div class="card">
<h2>πŸ› οΈ The Simple Process</h2>
<div class="journey-step">
<span class="step-number">1</span>
<strong style="font-size: 1.2em;">Really Listen</strong>
<p style="margin-left: 55px;">Understand their specific situation, not just the surface problem</p>
</div>
<div class="journey-step">
<span class="step-number">2</span>
<strong style="font-size: 1.2em;">Think It Through</strong>
<p style="margin-left: 55px;">Break down the challenge into logical steps</p>
</div>
<div class="journey-step">
<span class="step-number">3</span>
<strong style="font-size: 1.2em;">Organize the Help</strong>
<p style="margin-left: 55px;">Create a structured guide they can follow</p>
</div>
<div class="formula-box">
<strong>The Basic Template:</strong><br><br>
"My <span class="highlight">[friend/family member]</span> needs help with <span class="highlight">[specific challenge]</span>.<br>
They're not technical and work mostly with <span class="highlight">[tools they use]</span>.<br>
Create a practical, step-by-step guide to help them <span class="highlight">[achieve their goal]</span>.<br>
Make it something they can actually follow and reference later."
</div>
</div>
<div class="card">
<h2>πŸ“š The Complete Toolkit</h2>
<div class="file-grid">
<a href="https://htmlpreview.github.io/?https://gist.githubusercontent.com/coryw/efdb965ea71512a5cdbbad29aebe746b/raw/CWP_Playbook.html" class="file-card">
<div class="file-icon">πŸ“–</div>
<h3>Complete Process</h3>
<p>Detailed workflow and templates</p>
</a>
<a href="https://htmlpreview.github.io/?https://gist.githubusercontent.com/coryw/c2ee7b67260c8a3462b8e06194c031e5/raw/CWP_Quick_Reference.html" class="file-card">
<div class="file-icon">⚑</div>
<h3>Quick Reference</h3>
<p>Simple steps for daily use</p>
</a>
<a href="https://htmlpreview.github.io/?https://gist.githubusercontent.com/coryw/18d0005a36bb979d31b4e2fded8711b8/raw/CWP_Business_Ideas.html" class="file-card">
<div class="file-icon">πŸ’­</div>
<h3>Other Ideas</h3>
<p>If you want to take it further</p>
</a>
</div>
</div>
<div class="card">
<h2>πŸ€” Being Honest About This</h2>
<div class="honest-box">
<h3>What This Actually Requires:</h3>
<ul>
<li>Time to understand their problem properly</li>
<li>Thinking through solutions step by step</li>
<li>Organizing information clearly</li>
<li>Following up to see if it actually helped</li>
</ul>
</div>
<div class="honest-box">
<h3>What This Doesn't Do:</h3>
<ul>
<li>Solve emotional or relationship problems</li>
<li>Work for every type of challenge</li>
<li>Replace actually learning the subject</li>
<li>Make you an instant expert in everything</li>
</ul>
</div>
<div class="honest-box">
<h3>Why It Works:</h3>
<ul>
<li>People can reference it when they need it</li>
<li>Shows you took time to really think about their situation</li>
<li>Organized help is easier to follow than scattered advice</li>
<li>Creates something they can share with others</li>
</ul>
</div>
</div>
<div class="testimonial">
<p>"This is really helpful. I appreciate that you took the time to think through my situation and organize it like this. I'm actually going to use this."</p>
<p style="font-size: 0.9em; margin-top: 15px; opacity: 0.8;">- Typical response when you do this well</p>
</div>
<div class="card">
<h2>πŸ’‘ When This Approach Works Best</h2>
<ul style="font-size: 1.1em; line-height: 1.8;">
<li>🎯 <strong>Learning new tools or processes:</strong> Step-by-step is better than scattered tips</li>
<li>πŸ“‹ <strong>Starting new roles or projects:</strong> Organized preparation reduces anxiety</li>
<li>πŸ”„ <strong>Repeated challenges:</strong> Create once, help multiple people</li>
<li>⏰ <strong>Complex multi-step tasks:</strong> Breaking it down prevents overwhelm</li>
<li>πŸ“š <strong>Knowledge they'll need to reference:</strong> Beats trying to remember conversations</li>
</ul>
</div>
<div class="action-box">
<h2>🎯 Your Next Step</h2>
<p style="font-size: 1.2em;">Think of someone in your life facing a challenge right now.</p>
<p style="font-size: 1.1em;">Instead of giving advice over coffee, try creating something organized they can actually use.</p>
<p style="margin-top: 25px;">
<strong>It's not about being perfect. It's about being systematically helpful.</strong>
</p>
</div>
<div class="card" style="text-align: center; background: #f8f9fa; border: 2px solid #667eea;">
<h2 style="color: #667eea;">🀝 The Real Value</h2>
<p style="font-size: 1.2em; margin: 20px 0;">
You become known as someone who really thinks through problems<br>
and creates help that people actually use.
</p>
<p style="font-size: 1.1em; color: #666;">
That's worth more than any marketing claim.
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment