100 lines
2.9 KiB
HTML
100 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta
|
|
name="description"
|
|
content="Learn how SocioWire maps local news, events, and community stories in real time."
|
|
/>
|
|
<link rel="canonical" href="https://sociowire.com/about.html" />
|
|
<title>About SocioWire</title>
|
|
<style>
|
|
:root { color-scheme: light; }
|
|
body {
|
|
margin: 0;
|
|
font-family: "Georgia", "Times New Roman", serif;
|
|
background: #f8fafc;
|
|
color: #0f172a;
|
|
}
|
|
main {
|
|
max-width: 860px;
|
|
margin: 0 auto;
|
|
padding: 48px 24px 72px;
|
|
}
|
|
h1 { font-size: 34px; margin: 0 0 8px; }
|
|
h2 { font-size: 18px; margin: 28px 0 8px; }
|
|
p { line-height: 1.6; font-size: 16px; }
|
|
.card {
|
|
background: #ffffff;
|
|
border: 1px solid #e2e8f0;
|
|
border-radius: 14px;
|
|
padding: 20px 22px;
|
|
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
|
|
}
|
|
.page-header {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 12px;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 20px;
|
|
}
|
|
.logo-link {
|
|
font-weight: 700;
|
|
letter-spacing: 0.12em;
|
|
text-decoration: none;
|
|
color: #0f172a;
|
|
font-size: 13px;
|
|
}
|
|
.page-nav {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 12px;
|
|
font-size: 14px;
|
|
}
|
|
.page-nav a {
|
|
text-decoration: none;
|
|
color: #1d4ed8;
|
|
font-weight: 600;
|
|
}
|
|
.cta {
|
|
display: inline-block;
|
|
margin-top: 12px;
|
|
padding: 10px 16px;
|
|
border-radius: 999px;
|
|
background: #1d4ed8;
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div class="card">
|
|
<div class="page-header">
|
|
<a class="logo-link" href="https://sociowire.com/">SOCIOWIRE</a>
|
|
<nav class="page-nav" aria-label="Site">
|
|
<a href="https://sociowire.com/islands.html">Islands</a>
|
|
<a href="https://sociowire.com/sociowall.html">SocioWall</a>
|
|
<a href="https://sociowire.com/contact.html">Contact</a>
|
|
<a href="https://sociowire.com/privacy.html">Privacy</a>
|
|
</nav>
|
|
</div>
|
|
<h1>About SocioWire</h1>
|
|
<p>
|
|
SocioWire is a live map for what is happening around you. We surface local news, events,
|
|
market deals, and community posts so you can discover what matters in real time.
|
|
</p>
|
|
<h2>What makes it different</h2>
|
|
<p>
|
|
Explore a location-first feed, jump into Island communities, and filter the map to focus
|
|
on the stories that matter most to you.
|
|
</p>
|
|
<a class="cta" href="https://sociowire.com/#map">Open the live map</a>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|