Files
louiscklaw 6c60a73f30 update,
2025-01-31 19:15:17 +08:00

82 lines
3.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>About US</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="head-container">
<div class="site-banding"><a href="index.html">MOVIE CLUB</a></div>
<div class="menu">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="aboutus.html">About US</a></li>
<li><a href="equipment.html">Lease</a></li>
<li><a href="blog.html">New</a></li>
<li><a href="join.html" target="_blank">JoinUs</a></li>
</ul>
</div>
<span onclick="openNav()">&#9776;</span>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<div class="overlay-content">
<a href="index.html">Home</a>
<a href="aboutus.html">About US</a>
<a href="equipment.html">Lease</a>
<a href="blog.html">New</a>
<a href="join.html" target="_blank">JoinUs</a>
</div>
</div>
</div>
<div class="bannerteam">
<h1><center>About Us, Moive Club</center></h1>
</div>
<div class="joinUs">
<center>
<h1>Movie Club</h1>
<p>The DPFC screens films that have a connection with the Dartmouth Park area of London, England - primarily films made by locals but also films shot in the area. Since launching the DPFC weve been astonished at how many talented filmmakers live here...and more keep popping out of the woodwork! At our events we enjoy wine, soft drinks, popcorn and home made brownies while the film is playing, then after the film finishes we have a lively Q&A session, typically with the filmmaker themselves.
Our events are free - so anyone can come - but we do ask people to contribute what they think the evening is worth, and what they can personally afford, when they leave.
The club aims to build a community of likeminded people and have fun watching films together. We also set up the club to support the Highgate Library which had its budget cut recently.</p>
<p>It's for anyone who wants to develop their screen craft and help further their career. Whether you're a working actor searching for the final piece of the puzzle, a musical theatre artist ready to take the leap into Film and TV, or someone that has had limited training and is keen on becoming a professional in the industry, Film Club is for you!</p>
Email: help@movieclub.com
</center>
</div>
<center>
</center>
<footer>
<div class="footer-container">
<ul class="grid-item-one-half">
<li><a href="copyright.html">Conitions& Privacy policy</a></li>
<li><p><br><br><i style="font-size:36px" class="fa">&#xf230;</i>
<i style="font-size:36px" class="fa">&#xf0d4;</i>
<i style="font-size:36px" class="fa">&#xf16a;</i></p></li>
<p style="font-size:12px;">© 2019, FAMC| FILM AND microFILM Co. Ltd.</p>
</ul>
<div class="grid-item-one-half">
<a href="#email">Join our Catalog<br></a>
<form action="mailto:test@gmailcom" method="post">
<input type="email" id="email" name="mail" placeholder="Email Address">
<button type="submit" name="button">SUBSCRIBE</button>
</form>
</div>
</div>
</footer>
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
</body>
</html>