sw-fe/public/contact.html

96 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="Contact SocioWire support for help, partnerships, and community feedback."
/>
<link rel="canonical" href="https://sociowire.com/contact.html" />
<title>Contact 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; }
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/sociowall.html">SocioWall</a>
<a href="https://sociowire.com/privacy.html">Privacy</a>
</nav>
</div>
<h1>Contact</h1>
<p>
Reach the SocioWire team for support, partnerships, or community feedback.
</p>
<p>
Email us at <a href="mailto:support@sociowire.com">support@sociowire.com</a>.
</p>
<a class="cta" href="https://sociowire.com/">Return to SocioWire</a>
</div>
</main>
</body>
</html>