<!DOCTYPE html>
p {
font-size: 1.1rem;
max-width: 600px;
margin: 0 auto 1.5rem;
color: #ffffffcc;
animation: fadeIn 2s ease-out;
}
.btn {
background: #FFC857;
color: #2C2F5E;
padding: 12px 28px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
animation: fadeIn 2.5s ease-out;
}
.btn:hover {
background: #A63E2A;
color: #fff;
}
iframe.survey {
width: 95%;
max-width: 800px;
height: 600px;
border: none;
border-radius: 10px;
margin-top: 2rem;
box-shadow: 0 2px 10px rgba(0,0,0,0.4);
animation: fadeIn 3s ease-out;
}
footer {
margin-top: 2rem;
width: 100%;
text-align: center;
color: #fff;
}
footer div {
background: rgba(0,0,0,0.35);
padding: 14px 10px;
border-radius: 10px;
display: inline-block;
animation: fadeIn 3.2s ease-out;
}
footer a {
color: #FFC857;
text-decoration: none;
font-weight: 600;
}
footer a:hover {
color: #A63E2A;
}
</style>
</head>
<body>
<img src="KENAME%20LOGO.svg" alt="KENAME Sport Logo" class="logo">
<h1>It's time to experience HER game.</h1>
<p>A new era of women’s football travel and empowerment launches soon.<br>
Be part of the movement.</p>
<a href="https://forms.gle/SczXK-er0PX7Gzh0T9jhfCq6G2fgD05yUIWcl_jVJQM90ssUQ" target="_blank" class="btn">Take the Survey</a>
<iframe class="survey" src="https://docs.google.com/forms/d/e/1FAIpQLSczXK-er0PX7Gzh0T9jhfCq6G2fgD05yUIWcl_jVJQM90ssUQ/viewform?embedded=true" loading="lazy">Loading…</iframe>
<footer>
<div>
<p style="margin:0 0 8px 0;font-size:14px;color:#ffffffdd;">Questions or partnerships? <a href="mailto:kenamesport@gmail.com">kenamesport@gmail.com</a></p>
<div style="display:flex;gap:18px;justify-content:center;align-items:center;">
<a href="https://www.instagram.com/" target="_blank" aria-label="Instagram">Instagram</a>
<span style="opacity:.6;">•</span>
<a href="https://www.linkedin.com/" target="_blank" aria-label="LinkedIn">LinkedIn</a>
</div>
</div>
<p style="margin-top:10px;font-size:12px;color:#ffffff99;">© 2025 KENAME Sport. All rights reserved.</p>
</footer>
</body>
</html>