97 lines
2.7 KiB
HTML
97 lines
2.7 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="SocioWall is the live feed of posts and local moments on SocioWire."
|
|
/>
|
|
<link rel="canonical" href="https://sociowire.com/sociowall.html" />
|
|
<title>SocioWall Feed</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; }
|
|
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/about.html">About</a>
|
|
<a href="https://sociowire.com/islands.html">Islands</a>
|
|
<a href="https://sociowire.com/contact.html">Contact</a>
|
|
<a href="https://sociowire.com/privacy.html">Privacy</a>
|
|
</nav>
|
|
</div>
|
|
<h1>SocioWall</h1>
|
|
<p>
|
|
SocioWall is the live stream of posts, deals, and news from across SocioWire. It keeps
|
|
you up to date without losing the local context.
|
|
</p>
|
|
<p>
|
|
Use SocioWall to scan recent activity, then jump to the map for a location view.
|
|
</p>
|
|
<a class="cta" href="https://sociowire.com/#wall">Open SocioWall</a>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|