helpme-tips/site/about/index.html
2026-09-21 22:15:43 +00:00

60 lines
No EOL
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/style.css">
<title>About — Help Me Tips</title>
<meta name="description" content="What Help Me Tips is and how we pick tips.">
<link rel="canonical" href="https://helpme.tips/about/">
<link rel="icon" href="/static/favicon.svg" type="image/svg+xml">
<meta property="og:site_name" content="Help Me Tips">
<meta property="og:title" content="About — Help Me Tips">
<meta property="og:description" content="What Help Me Tips is and how we pick tips.">
<meta property="og:type" content="article">
<meta name="twitter:card" content="summary">
</head>
<body>
<header class="site-header">
<div class="wrap head-row">
<a class="logo" href="/">Help<span>Me</span>Tips</a>
<nav class="nav">
<a href="/">Home</a>
<a href="/#latest">Latest</a>
<a href="/about/">About</a>
<a href="/contact/">Contact</a>
</nav>
</div>
</header>
<!-- AD_SLOT_HEADER -->
<main>
<div class="wrap narrow">
<h1>About Help Me Tips</h1>
<p>Help Me Tips publishes short, practical guides for everyday problems. We believe a good tip article should respect your time: clear steps, no 800-word personal essays, no product pitches.</p>
<p>Topics we cover: kitchen and cooking shortcuts, sleep quality, coffee, phone and tech settings, home care, and small habits that compound.</p>
<h2>Our editorial standard</h2>
<ul class="plain">
<li>Every tip must be actionable today with things you already own.</li>
<li>No medical, legal or financial claims. General information only.</li>
<li>If a tip doesn't survive being tested in a real home, it doesn't ship.</li>
</ul>
</div>
</main>
<footer class="site-footer">
<div class="wrap">
<p class="foot-logo">Help<span>Me</span>Tips</p>
<p>Practical tips for everyday life — home, sleep, coffee, habits and more. No fluff, no sales pitches.</p>
<div class="foot-links">
<a href="/about/">About</a>
<a href="/contact/">Contact</a>
<a href="/privacy-policy/">Privacy Policy</a>
<a href="/terms/">Terms</a>
</div>
<p class="tiny">© 2026 Help Me Tips. All articles are for general information only and are not professional advice.</p>
</div>
</footer>
<script src="/static/main.js" defer></script>
</body>
</html>