bronx-logistics/films.html
2026-08-18 10:43:17 +00:00

126 lines
5.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bronx Logistics Films - Andres Cruz</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Bronx Logistics Films - Andres Cruz">
<meta property="og:description" content="Short films about navigating the Bronx like a pro courier. Street art, routes, and community stories.">
<meta property="og:image" content="https://images.pexels.com/photos/31646238/pexels-photo-31646238.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
<meta property="og:url" content="https://andres-cruz.4ort.net/films.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Short films about navigating the Bronx like a pro courier. Street art, routes, and community stories.">
<style>
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
background-color: #f9f9f9;
}
header {
background-color: #e74c3c;
color: white;
padding: 1rem;
text-align: center;
}
nav {
background-color: #333;
padding: 0.5rem;
}
nav a {
color: white;
margin: 0 1rem;
text-decoration: none;
}
main {
padding: 2rem;
max-width: 1200px;
margin: 0 auto;
}
h1, h2 {
color: #e74c3c;
}
.section {
margin-bottom: 2rem;
}
.film-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1.5rem;
}
.film-card {
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.film-card:hover {
transform: translateY(-5px);
}
.film-card img {
width: 100%;
height: 200px;
object-fit: cover;
}
.film-card-content {
padding: 1rem;
}
footer {
text-align: center;
padding: 1rem;
background-color: #333;
color: white;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Bronx Logistics Films</h1>
</header>
<nav>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Bronx Logistics: Navigating the Borough Like a Pro</a><a href="/films/bronx-logistics/">Index</a><a href="/community.html">Bronx Community Guide</a><a href="/films.html" class="active" aria-current="page">Bronx Logistics Films</a></nav></fort-nav>
</nav>
<main>
<section class="section">
<h2>Short Films</h2>
<p>Explore the Bronx through the lens of logistics. These short films capture the essence of navigating the borough like a pro courier.</p>
<div class="film-grid">
<div class="film-card">
<img src="https://images.pexels.com/photos/31646238/pexels-photo-31646238.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Bronx Logistics: A Courier's Journey">
<div class="film-card-content">
<h3>Bronx Logistics: A Courier's Journey</h3>
<p>A 45-second journey through the Bronx, showcasing efficient routes, street art, and community spirit.</p>
<p><fort-film name="andres-cruz"><ul class="fort-film" data-fort="film"><li><a href="https://4ort.mov/andres-cruz/bronx-logistics" target="_blank"><img src="https://4ort.mov/andres-cruz/bronx-logistics/thumb.jpg" alt="Bronx Logistics: A Courier's Journey" loading="lazy"><span>Bronx Logistics: A Courier's Journey</span></a></li></ul></fort-film></p>
</div>
</div>
</div>
</section>
</main>
<footer>
<p>&copy; 2026 Andres Cruz. All rights reserved.</p>
</footer>
</body>
</html>