157 lines
4.5 KiB
HTML
157 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title>Crew — Biohazard VFX</title>
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
|
|
<style>
|
|
#team.content-block {
|
|
max-width: 2000px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 12vh var(--gutter-x) 8vh;
|
|
font-family: "SpaceMono", monospace;
|
|
color: var(--acid);
|
|
text-shadow: 0 0 2px var(--acid);
|
|
border-bottom: 1px solid var(--graphite);
|
|
background: none;
|
|
}
|
|
.team-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 2.5rem;
|
|
justify-content: center;
|
|
margin-top: 3.5rem;
|
|
}
|
|
.portrait {
|
|
background: var(--graphite);
|
|
border-radius: 10px;
|
|
box-shadow: 0 4px 14px rgba(0,0,0,0.38);
|
|
padding: 2.2rem 2rem 1.5rem;
|
|
font-size: 1.08rem;
|
|
border: 1px solid rgba(80,80,80,0.18);
|
|
color: var(--acid);
|
|
text-align: center;
|
|
width: 270px;
|
|
transition: box-shadow .25s, background .25s, transform .2s;
|
|
text-decoration: none;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.portrait:hover {
|
|
box-shadow: 0 10px 28px rgba(0,0,0,0.5);
|
|
background: var(--slate);
|
|
transform: translateY(-4px) scale(1.03);
|
|
}
|
|
.portrait img {
|
|
width: 170px;
|
|
height: 170px;
|
|
object-fit: cover;
|
|
border-radius: 18px;
|
|
margin-bottom: 1.2rem;
|
|
/* Remove border for a cleaner look */
|
|
box-shadow: 0 2px 12px rgba(0,0,0,0.18);
|
|
border: none;
|
|
background: #181818;
|
|
}
|
|
.portrait h3 {
|
|
font-family: "ArchiveCond", sans-serif;
|
|
font-size: 1.2rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.04em;
|
|
color: var(--hot);
|
|
margin-bottom: 0.5rem;
|
|
margin-top: 0;
|
|
}
|
|
.portrait p {
|
|
font-family: "SpaceMono", monospace;
|
|
font-size: 1rem;
|
|
color: var(--acid);
|
|
opacity: 0.88;
|
|
margin: 0;
|
|
line-height: 1.5;
|
|
}
|
|
@media (max-width: 900px) {
|
|
.team-container {
|
|
gap: 1.2rem;
|
|
}
|
|
.portrait {
|
|
width: 100%;
|
|
max-width: 350px;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
@media (max-width: 600px) {
|
|
#team.content-block {
|
|
padding: 7vh var(--gutter-x) 3vh;
|
|
}
|
|
.team-container {
|
|
flex-direction: column;
|
|
gap: 1.1rem;
|
|
margin-top: 2rem;
|
|
}
|
|
.portrait {
|
|
padding: 1.2rem 0.7rem 0.7rem;
|
|
font-size: 1em;
|
|
}
|
|
.portrait h3 {
|
|
font-size: 1em;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<script src="js/main.js" defer></script>
|
|
<div id="nav-placeholder"></div>
|
|
</section>
|
|
<section id="team" class="content-block">
|
|
<h2>Meet the Crew</h2>
|
|
<div class="team-container">
|
|
<a class="portrait" href="https://www.instagram.com/nicholai.exe/" target="_blank" aria-label="Nicholai Vogel Instagram">
|
|
<img src="images/nicholai.jpg" alt="Nicholai Vogel">
|
|
<h3>Nicholai Vogel</h3>
|
|
<p>Founder & CEO<br>VFX & CG Supervisor<br><span style="opacity:.7;font-size:.95em">"I just work here."</span></p>
|
|
</a>
|
|
<a class="portrait" href="https://www.instagram.com/davaneh/" target="_blank" aria-label="Davane Instagram">
|
|
<img src="images/davane.jpg" alt="Davane">
|
|
<h3>DAVANÉ</h3>
|
|
<p>Co-Founder & Executive Producer<br>VFX Supervisor<br><span style="opacity:.7;font-size:.95em">"The Executive"</span></p>
|
|
|
|
</a>
|
|
<a class="portrait" href="https://www.instagram.com/nuke_fx/" target="_blank" aria-label="Parth Gupta Instagram">
|
|
<img src="images/parth.jpg" alt="Parth Gupta">
|
|
<h3>Parth Gupta</h3>
|
|
<p>Co-Founder & Executive Producer<br>Comp Supervisor<br><span style="opacity:.7;font-size:.95em">"Hates Matchmove"</span></p>
|
|
</a>
|
|
</div>
|
|
<section id="crew" class="content-block">
|
|
<div class="crew-content">
|
|
|
|
<!-- Content dynamically injected -->
|
|
</div>
|
|
|
|
</section>
|
|
<div id="socials-placeholder"></div>
|
|
<footer>
|
|
<p>© 2025 Biohazard VFX. All Rights Reserved.</p>
|
|
</footer>
|
|
<script>
|
|
// Inject nav fragment
|
|
fetch('fragments/nav.html')
|
|
.then(r => r.text())
|
|
.then(html => {
|
|
document.getElementById('nav-placeholder').outerHTML = html;
|
|
});
|
|
// Inject socials fragment
|
|
fetch('fragments/socials.html')
|
|
.then(r => r.text())
|
|
.then(html => {
|
|
document.getElementById('socials-placeholder').outerHTML = html;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|