Millennia Films Portfolio
<!DOCTYPE html><html lang="en"><head>  <meta charset="UTF-8" />  <meta name="viewport" content="width=device-width, initial-scale=1.0" />  <title>Millennia Films</title>  <style>    body {      margin: 0;      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;      background-color: #0f0f0f;      color: #f0f0f0;      scroll-behavior: smooth;    }    header {      background: url('https://linktr.ee/Millenniafilms') no-repeat center center/cover;      height: 100vh;      display: flex;      align-items: center;      justify-content: center;      flex-direction: column;      text-align: center;    }    header h1 {      font-size: 3em;      margin: 0;    }    header p {      font-size: 1.2em;      margin: 0.5em 0;    }    section {      padding: 60px 20px;      max-width: 1000px;      margin: auto;    }    .video-section iframe {      width: 100%;      height: 400px;      border: none;      border-radius: 8px;    }    .section-title {      font-size: 2em;      margin-bottom: 20px;      color: #ffd700;    }    .about p, .services ul, .awards p {      line-height: 1.6;    }    .services ul {      list-style: none;      padding-left: 0;    }    .services li {      margin: 10px 0;    }    footer {      background: #1c1c1c;      padding: 20px;      text-align: center;      font-size: 0.9em;      color: #aaa;    }    a {      color: #ffd700;      text-decoration: none;    }    a:hover {      text-decoration: underline;    }  </style></head><body>  <header>    <h1>Millennia Films</h1>    <p>High quality, affordable price</p>  </header>  <section class="about">    <div class="section-title">About Us</div>    <p>Millennia Films is led by award-winning filmmaker <strong><a href="https://m.imdb.com/name/nm10757203/?ref_=ext_shr_lnk" target="_blank">[Your Name]</a></strong>, who writes, produces, directs, and distributes a wide spectrum of films. From gripping fiction stories to cutting-edge AR corporate videos, our projects blend innovation with storytelling expertise.</p>    <p>We specialize in fiction, corporate films, anime shorts, AR productions, and AI-generated promos for platforms like Kuku FM. With numerous accolades in Gujarati feature films and Hindi short films, we bring professional excellence to every frame.</p>  </section>  <section class="services">    <div class="section-title">Our Services</div>    <ul>      <li>Fiction & Feature Films</li>      <li>Corporate & Branding Videos</li>      <li>Anime & Animated Shorts</li>      <li>Augmented Reality (AR) Corporate Films</li>      <li>AI-Driven Promo Videos</li>      <li>Production to Distribution Services</li>    </ul>  </section>  <section class="video-section">    <div class="section-title">Watch Our Work</div>    <p>Explore our diverse portfolio on <a href="https://linktr.ee/Millenniafilms" target="_blank">Linktree</a>.</p>    <iframe src="https://www.youtube.com/embed/videoseries?list=PLxH1hQ1A2mznP1aVuKRJ0TMAgxg6zGRBj" allowfullscreen></iframe>  </section>  <section class="awards">    <div class="section-title">Awards & Recognition</div>    <p>Millennia Films and its founder have received multiple accolades in Indian and international film festivals for Gujarati and Hindi productions, highlighting excellence in storytelling, direction, and innovation in digital filmmaking.</p>  </section>  <section class="contact">    <div class="section-title">Contact</div>    <p>Email: <a href="mailto:millenniafilms@gmail.com">millenniafilms@gmail.com</a></p>    <p>Website: <a href="https://www.millenniafilms.com" target="_blank">www.millenniafilms.com</a></p>    <p>Connect on IMDb: <a href="https://m.imdb.com/name/nm10757203/?ref_=ext_shr_lnk" target="_blank">[Your Name]</a></p>  </section>  <footer>    &copy; 2025 Millennia Films. All rights reserved.  </footer></body></html>

Leave a comment