pickup-game-to-tradition/niagara-resilience.html

63 lines
2.1 KiB
HTML
Raw Permalink Normal View History

2026-08-20 18:25:16 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Niagara Falls Resilience</title>
<style>
body {
font-family: 'Inter', sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
background-color: #f9f9f9;
}
header {
background-color: #0b0f14;
color: #fff;
padding: 2rem;
text-align: center;
}
main {
max-width: 800px;
margin: 2rem auto;
padding: 0 1rem;
}
h1 {
color: #0b0f14;
}
p {
margin-bottom: 1rem;
}
.film-link {
display: block;
margin: 2rem auto;
text-align: center;
}
.film-link a {
color: #0b0f14;
text-decoration: none;
font-weight: bold;
}
.film-link a:hover {
text-decoration: underline;
}
<fort-nav></fort-nav>
</style>
</head>
<body>
<header>
<h1>Niagara Falls Resilience</h1>
</header>
<main>
<p>Niagara Falls is more than just a tourist destination. It's a community that stands strong in the face of adversity. Recently, the region has faced challenges like storms and accidents, but the spirit of the people here remains unbroken.</p>
<p>The community comes together to support one another, showing the true meaning of resilience. From impromptu basketball games to karaoke nights, the people of Niagara Falls know how to lift each other up.</p>
<p>This spirit is what makes Niagara Falls special. It's not just about the waterfalls or the tourist attractions; it's about the people and their unwavering support for each other.</p>
<div class="film-link">
<p>Watch the short film about Niagara Falls Resilience <a href="https://arnold-standiford.4ort.mov/niagara-resilience">here</a>.</p>
</div>
<fort-citizen name="adria-hassan"></fort-citizen>
</main>
</body>
</html>